On 4 Jan 2009 at 8:18, Mark Sapiro wrote:

> Bernie Cosell wrote:
> 
> >Is it possible to change the testing-order so that the list size limit is 
> >tested [and generates an appropriate reject] *before* the content filters 
> >are processed?
> 
> 
> This is the way it's normally done. The usual request is to do it the
> other way around. See, e.g.,
> <http://mail.python.org/pipermail/mailman-users/2008-December/064541.html>.

I think I see what to do.  Am I correct that this would work [I'm a Perl 
guy, and I don't know much python at the moment]:

GLOBAL_PIPELINE.remove('SpamDetect')
GLOBAL_PIPELINE.insert(GLOBAL_PIPELINE.index('Hold'), 'SpamDetect')

  /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