Jesse Keating wrote:
>
>I'm having some trouble using topic filters, and digging through the
>source code I'm finding that topics are tested for with
>Tagger.process().  However, grepping the entire tarball explode of 2.1.8
>only turns up Tagger.process() calls in the tests/ directory, unit tests
>for functionality.  So the question is: Do Topic Filters actually get
>used anymore?  Is there a regression that didn't get picked up?


Tagger is in GLOBAL_PIPELINE, thus the process() function in
Mailman/Handlers/Tagger.py is called by IncommingRunner as one step of
the pipeline process. The same is true of all the other handlers
listed in GLOBAL_PIPELINE (or the pipeline attribute of the list if
any). See _dopipeline() in Mailman/Queue/IncomingRunner.py.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
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&amp;file=faq01.027.htp

Reply via email to