Re: [Mailman-Users] Toggle plain text setting for new users

2020-04-22 Thread Johannes Rohr
Am Mittwoch, 22. April 2020, 17:59:53 CEST schrieb Mark Sapiro:
> On 4/22/20 7:36 AM, Johannes Rohr wrote:
> > What I am asking about is the per-user setting:
> > 
> > When you go to /members  you will see that in the members table, the
> > second column from the right is called "plain" and if the box is ticket,
> > messages are delivered as plain text. And the preset is that the box /is/
> > ticked.
> > 
> > I would like to find out how I can toggle the preset.
> 
> First of all, that setting is only applicable for digest subscriber and
> controls whether they are sent the plain text or the HTML version of the
> digest.

Ah, ok, thanks Ben!! In that case it doesn't really matter because very few 
people receive the digests.

[...]

> The default for the 'plain' setting is Digest options ->
> mime_is_default_digest. The global default for new lists is the
> mm_cfg.py setting DEFAULT_MIME_IS_DEFAULT_DIGEST.

Great, thanks!!

Johannes


--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Toggle plain text setting for new users

2020-04-22 Thread Mark Sapiro
On 4/22/20 7:36 AM, Johannes Rohr wrote:
> 
> What I am asking about is the per-user setting: 
> 
> When you go to /members  you will see that in the members table, the second 
> column 
> from the right is called "plain" and if the box is ticket, messages are 
> delivered as plain text. 
> And the preset is that the box /is/ ticked. 
> 
> I would like to find out how I can toggle the preset.


First of all, that setting is only applicable for digest subscriber and
controls whether they are sent the plain text or the HTML version of the
digest. If the 'digest' setting just left of the 'plain' setting is
unchecked, the 'plain' setting has no effect.

The default for the 'plain' setting is Digest options ->
mime_is_default_digest. The global default for new lists is the
mm_cfg.py setting DEFAULT_MIME_IS_DEFAULT_DIGEST.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Toggle plain text setting for new users

2020-04-22 Thread Johannes Rohr
Am Mittwoch, 22. April 2020, 16:09:49 CEST schrieb Mailman-admin:
> Hello
> 
> Per default mailman is distributing whatever it gets.
> Check your settings in admin page topic "Content filtering".

Thanks, but I am not asking about global filtering rules (which are disabled 
anyway (The 
preset is that filter_content is set to "no").

What I am asking about is the per-user setting: 

When you go to /members  you will see that in the members table, the second 
column 
from the right is called "plain" and if the box is ticket, messages are 
delivered as plain text. 
And the preset is that the box /is/ ticked. 

I would like to find out how I can toggle the preset.

Cheers,

Johannes


> 
> 
> Kind regards,
> Christian Mack
> 
> Am 22.04.20 um 15:11 schrieb Johannes Rohr:
> > Dear all,
> > 
> > I would like to toggle a default setting for new users, name the
> > HTML/plain text switch. In our use case, having everything converted to
> > plain text by default is not very practical.
> > 
> > I am not sure how I achieve this, this question isn't mentioned in the
> > FAQ either. I am looking for a global switch to be put in mm_cfg.py or a
> > local config option for each of the lists. So far I haven't found either.
> > 
> > Would greatly appreciate any hint!!!
> > 
> > Johannes
> 
> --
> Mailman-Users mailing list Mailman-Users@python.org
> https://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://wiki.list.org/x/AgA3
> Security Policy: http://wiki.list.org/x/QIA9
> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
> Unsubscribe:
> https://mail.python.org/mailman/options/mailman-users/jorohr%40gmail.com


--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Toggle plain text setting for new users

2020-04-22 Thread Mailman-admin

Hello

Per default mailman is distributing whatever it gets.
Check your settings in admin page topic "Content filtering".


Kind regards,
Christian Mack

Am 22.04.20 um 15:11 schrieb Johannes Rohr:

Dear all,

I would like to toggle a default setting for new users, name the
HTML/plain text switch. In our use case, having everything converted to
plain text by default is not very practical.

I am not sure how I achieve this, this question isn't mentioned in the
FAQ either. I am looking for a global switch to be put in mm_cfg.py or a
local config option for each of the lists. So far I haven't found either.

Would greatly appreciate any hint!!!

Johannes



--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Toggle plain text setting for new users

2020-04-22 Thread Johannes Rohr
Dear all,

I would like to toggle a default setting for new users, name the
HTML/plain text switch. In our use case, having everything converted to
plain text by default is not very practical.

I am not sure how I achieve this, this question isn't mentioned in the
FAQ either. I am looking for a global switch to be put in mm_cfg.py or a
local config option for each of the lists. So far I haven't found either.

Would greatly appreciate any hint!!!

Johannes

--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org