https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6495
Kevin A. McGrail <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #4 from Kevin A. McGrail <[email protected]> 2011-11-01 20:40:14 UTC --- Thanks for the bug report. Patched in trunk with this fix: Index: lib/Mail/SpamAssassin/Message/Metadata/Received.pm =================================================================== --- lib/Mail/SpamAssassin/Message/Metadata/Received.pm (revision 1196235) +++ lib/Mail/SpamAssassin/Message/Metadata/Received.pm (working copy) @@ -428,8 +428,8 @@ elsif (/\) \(Authenticated sender: \S+\) by \S+ \(Postfix\) with /) { $auth = 'Postfix'; } - # Communigate Pro - elsif (/CommuniGate Pro SMTP/ && / \(account /) { + # Communigate Pro - Bug 6495 adds HTTP as possible transmission method + elsif (/CommuniGate Pro (HTTP|SMTP)/ && / \(account /) { $auth = 'Communigate'; } # Microsoft Exchange (complete with syntax error) svn commit -m 'Bug 6495 expanded to allow Communigate Airsync' Sending lib/Mail/SpamAssassin/Message/Metadata/Received.pm Transmitting file data . Committed revision 1196264. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
