Obvious: regex handling by Tagger.py vs. SpamDetect.py
Bug #266141 reported by
Hatukanezumi-users
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU Mailman |
New
|
High
|
Unassigned |
Bug Description
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?
[http://
To post a comment you must log in.