You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/10/29 09:41:40 UTC

[Bug 4652] __OIMO_MSGID header pattern is not correct

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4652





------- Additional Comments From lwilton@earthlink.net  2005-10-29 09:41 -------
Hum.  Looks like it might be possible to optimize that pattern too.  The ending 
[stuff]+\S+ is a pattern that could easily have N different boundaries and all 
be valid.  Since the username probably doesn't start with - or _, maybe 
something like \w\S+ would be sufficient?  Or maybe just \S?




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.