On Wed, Jan 14, 2009 at 10:33:56PM -0800, Mark Sapiro wrote:
> If you have set the list's scrub_nondigest setting to Yes and you want
> the message scrubbed before checking for too big (and other
> miscellaneous holds), see the post at
> <http://mail.python.org/pipermail/mailman-users/2008-December/064541.html>
> except the handler you want to move in the pipeline is 'Scrubber'
> instead of (or in addition to) 'MimeDel'.

So should it should look like:
GLOBAL_PIPELINE.remove('MimeDel')
GLOBAL_PIPELINE.remove('Scrubber')
GLOBAL_PIPELINE.insert(GLOBAL_PIPELINE.index('Hold'), 'Scrubber')
GLOBAL_PIPELINE.insert(GLOBAL_PIPELINE.index('Hold'), 'MimeDel')
if MimeDel is to be called before Scrubber?

Thanks,
Rich

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to