On 11/5/07, Jewel Makda wrote: > Here is the change I made to the Defaults.py file: > OWNER_PIPELINE = [ > 'SpamDetect', > 'Approve', > 'Replybot', > 'Moderate', > 'Hold', > MimeDel', > 'Scrubber', > 'Emergency', > 'Tagger', > 'CalRecipe', > 'AviodDuplicates', > 'Clense', > 'Cookheaders', > 'OwnerRecipe', > 'ToOutgoing' > ]
MimeDel is missing a leading single quote, and AvoidDuplicates is mis-spelled. I hope you didn't just cut-n-paste from your current configuration file, because if you did then you're currently pretty screwed up. Moreover, you're probably just throwing away everything that was being held for moderation. If you want to do that, you can just set your default nonmember action to be "discard" or "reject", and not have to worry about any of the rest of this stuff. Of course, that would be the mailing list equivalent of throwing away all mail addressed to [EMAIL PROTECTED], and if you were actually doing that I'd be the first to get you added to the postmaster.RFC-Ignorant.org blacklist. -- Brad Knowles <[EMAIL PROTECTED]> LinkedIn Profile: <http://tinyurl.com/y8kpxu> ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp