giuseppe curto wrote: > >I must start a new list with 7000 users. I have ready a text file wiht >one-user-per-line. My problem is: how can I set as default, or change with a >line command all users to 'non text mail' ?
First, I think you misunderstand the meaning of the plain vs. MIME user option. This option only applies to the format of the digest that digest members receive. It has no meaning for non-digest members. If you want this setting to default to MIME, set Digest options -> mime_is_default_digest to MIME before adding the users. If you really want to set this to MIME for all users after the fact, see the script at <http://www.msapiro.net/scripts/set_nodups.py> and change the line mlist.setMemberOption(member, mm_cfg.DontReceiveDuplicates, 1) in that script to mlist.setMemberOption(member, mm_cfg.DisableMime, 0) On the other hand, if your issue is that you are sending HTML posts to the list and the non-digest members are receiving plain text, this is due to the list's content filtering settings and has nothing to do with plain vs. MIME. The default content filtering will remove HTML and send only the text/plain part from a multipart/alternative message. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://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: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org