On 4 Jan 2009 at 9:08, Mark Sapiro wrote:

> First let me say for the benefit of others reading this, that in
> general, moving SpamDetect after Hold is not a good idea. However, in
> your case, as described in your immediately prior post, where all your
> header_filter_rules actions are 'hold' anyway, I think it's OK.
> 
> The lines above won't do what you want. They will move SpamDetect to a
> position immediately before Hold. You want it after Hold so you want
> 
> GLOBAL_PIPELINE.remove('SpamDetect')
> GLOBAL_PIPELINE.insert(GLOBAL_PIPELINE.index('Hold') + 1, 'SpamDetect')

Another dumb newbie question: as I understand it, if I edit these into my 
mm_cfg.py it will affect the processing of *ALL* of the mailing lists, 
not just the one I want the reversed order on.  That happens to be OK at 
the moment, but feels wrong -- is there a way to make this processing-
order change *ONLY* apply to the one list at hand?

Thanks!!

  /Bernie\

-- 
Bernie Cosell                     Fantasy Farm Fibers
mailto:ber...@fantasyfarm.com     Pearisburg, VA
    -->  Too many people, too few sheep  <--       



------------------------------------------------------
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