http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5586
------- Additional Comments From [EMAIL PROTECTED] 2007-08-05 18:14 -------
> if (Received =~ /\(CommuniGate Pro SMTP /) {
Thinking more about it, the above line probably should omit the protocol
(SMTP), because the same basic
problem will happen if it's from webmail, etc. So, a better expression would
probably be:
if ( Received =~ /by \S+ \(CommuniGate Pro \S+ [0-9\.c]+\)/ ) {
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.