[Mailman-Users] max_message_size & scrubbing

Rich Winkel rich at math.missouri.edu
Thu Jan 15 18:24:41 CET 2009


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



More information about the Mailman-Users mailing list