You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2011/11/01 21:39:05 UTC

svn commit: r1196264 - /spamassassin/trunk/lib/Mail/SpamAssassin/Message/Metadata/Received.pm

Author: kmcgrail
Date: Tue Nov  1 20:39:04 2011
New Revision: 1196264

URL: http://svn.apache.org/viewvc?rev=1196264&view=rev
Log:
Bug 6495 expanded to allow Communigate Airsync

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/Message/Metadata/Received.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Message/Metadata/Received.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Message/Metadata/Received.pm?rev=1196264&r1=1196263&r2=1196264&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Message/Metadata/Received.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Message/Metadata/Received.pm Tue Nov  1 20:39:04 2011
@@ -428,8 +428,8 @@ sub parse_received_line {
   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)