[ mailman-Bugs-1055809 ] Obvious: regex handling by Tagger.py vs. SpamDetect.py

SourceForge.net noreply at sourceforge.net
Thu Oct 28 03:26:54 CEST 2004


Bugs item #1055809, was opened at 2004-10-28 10:26
Message generated for change (Settings changed) made by hatukanezumi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1055809&group_id=103

Category: None
Group: 2.1 (stable)
Status: Open
Resolution: None
>Priority: 7
Submitted By: Hatuka*nezumi (hatukanezumi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Obvious: regex handling by Tagger.py vs. SpamDetect.py

Initial Comment:
o Tagger handler handles a pattern string as one regex
   with re.VERBOSE flag.

o SpamDetect handler handles a pattern string as
  newline-separated multiple regex'es
  without re.VERBOSE flag.

Which behaviour is preferred?


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1055809&group_id=103


More information about the Mailman-coders mailing list