Re: [Mailman-Users] old messages sent to list on reboot

2015-08-29 Thread Eric Smith
Thank Mark Mark Sapiro wrote on Sun-30-Aug 15 3:54AM > On 08/27/2015 10:53 PM, Eric Smith wrote: > There was a bug in Mailman 2.1.9 that would not unlink the > qfiles/QUEUE/*.bak files used for recovery processing under some > conditions. These files would then be 'recovered

[Mailman-Users] old messages sent to list on reboot

2015-08-27 Thread Eric Smith
Hi After rebooting my server, several mails from some weeks ago were resent to lists and also a bunch of moderator requests to me. How may I prevent this from happening again? Eric -- Mailman-Users mailing list Mailman-Users@python.org https://

[Mailman-Users] Multiple mailman domains

2013-02-20 Thread Eric Smith
Sapiro http://mail.python.org/pipermail/mailman-users/2008-November/063886.html. Is there sufficient informationn here to guide me in this configuration? -- Eric Smith -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org

[Mailman-Users] mult-site installation - virtual domains and postfix

2013-02-15 Thread Eric Smith
I could not find the documentation that I read previously on how to install mailman so that each virtual domain has distinct lists. For example they may have the same listname ad are distinct by the fact that they are in another domain. Would someone please point me to the instructions. -- Eric

[Mailman-Users] Automating procmail processing for new lists

2013-01-10 Thread Eric Smith
The below suggestions to procmail before posting to the list requires manual configuration each time you set up a new list. Is there a simple automatic way to achieve this? Eric Smith Quoting: http://www.mail-archive.com/mailman-users

[Mailman-Users] Adding custom header

2012-11-06 Thread Eric Smith
://mail.python.org/pipermail/mailman-users/2011-December/072595.html -- Eric Smith -- 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

[Mailman-Users] List of members in msg_footer

2012-09-23 Thread Eric Smith
Is it possible to expand the list members in the msg_footer? (Obviously this only intended for lists with a few members) -- Eric Smith -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users

[Mailman-Users] Single password per user

2012-09-15 Thread Eric Smith
Postorius? -- Eric Smith -- 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

Re: [Mailman-Users] configure lists with text file or programatically -> in a stream

2012-08-30 Thread Eric Smith
This seems to be a nice solution; $ sudo config_list -o /dev/stdout |sed 's/advertised = .*/advertised = False/' -e 's/foo/bar/ |sudo config_list -i /dev/stdin Eric Smith wrote on Thu-30-Aug 12 8:23PM > I have created a dozen or so lists and I want to change the > se

[Mailman-Users] configure lists with text file or programatically.

2012-08-30 Thread Eric Smith
advice. -- Best regards, Eric Smith Mobile: 00 31 6 455 09313 - Tel Wageningen: +31 317 72 -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3

[Mailman-Users] add_members with password

2012-08-28 Thread Eric Smith
How do I add_members and allocate a password? For members who do not wish to subscribe through the web interface, what is the way to subscribe them so that they have a password for subsequent login? Thanks Eric Smith -- Mailman-Users mailing

Re: [Mailman-Users] configuration of mailman with postfix - SOLVED

2012-07-30 Thread Eric Smith
finding the answer. Maybe this will save someone else the time that it cost me. Is the cause of this type of issue my ignorance alone? Why (else) do these things happen? -- Best regards, Eric Smith Scott Kitterman wrote on Wed-25-Jul 12 9:07PM > On Wednesday, July 25, 2012 08:55:52 PM Eric Sm

[Mailman-Users] configuration of mailman with postfix

2012-07-25 Thread Eric Smith
ructions Thanks. -- Best regards, Eric Smith Mobile: 00 31 6 455 09313 - Tel Wageningen: +31 317 72 -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.l

Re: [Mailman-Users] reject oversize messages rather than hold formoderation?

2007-11-24 Thread Eric Smith
Mark Sapiro wrote: > All you have to do is change it to > if bodylen/1024.0 > mlist.max_message_size: > rej_msg = 'Message too big: limit = %d KB' % > mlist.max_message_size > raise Errors.RejectMessage, rej_msg That's great, tanks!!! > Descisions are distributed t

[Mailman-Users] reject oversize messages rather than hold for moderation?

2007-11-24 Thread Eric Smith
Is there any easy way to get Mailman to reject oversize messages, rather than holding them for moderation, or does anyone have a patch? I'm really getting sick of dealing with those. I spent a few minutes looking at whether I could hack it in myself. I quickly found the code that makes the "hold"