[Mailman-Users] [MM2x] Monthly Reminders not going out.

2010-04-04 Thread J.A. Terranson
Is there a page for troubleshooting this functionality you can refer me to? Thanks! //Alif -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Se

Re: [Mailman-Users] Filter to discard facebook invitations

2010-04-04 Thread Elaine Ashton
On Apr 4, 2010, at 10:22 AM, John List wrote: > Why doesn't the following discard_these_nonmembers filter work for facebook > invitations: > > ^...@]*@facebookmail.com In addition to what Mark has already pointed out, I thought I would add that the python regex documentation ( http://docs.py

Re: [Mailman-Users] Filter to discard facebook invitations

2010-04-04 Thread Mark Sapiro
John List wrote: >Why doesn't the following discard_these_nonmembers filter work for >facebook invitations: > >^...@]*@facebookmail.com Because while it is a valid Python regexp , it doesn't say what you mean. The correct way to say what I think you mean

[Mailman-Users] Filter to discard facebook invitations

2010-04-04 Thread John List
Why doesn't the following discard_these_nonmembers filter work for facebook invitations: ^...@]*@facebookmail.com -John -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: h