https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6436

--- Comment #2 from Walter Mueller <[email protected]> 2010-05-20 
13:15:42 EDT ---
Possible patch:

---
./Mail-SpamAssassin-3.3.0.orig/lib/Mail/SpamAssassin/Message/Metadata/Received.pm
  2010-01-21 13:14:54.000000000 +0100
+++
./Mail-SpamAssassin-3.3.0/lib/Mail/SpamAssassin/Message/Metadata/Received.pm   
    2010-05-20 19:09:12.000000000 +0200
@@ -397,7 +397,7 @@
     $auth = $1;
   }
   # Sendmail, MDaemon, some webmail servers, and others
-  elsif (/authenticated/ && /^from .*?(?:\](?: \([^)]*\))?\)|\)\])
.*?\(.*?authenticated.*?\).*? by/) {
+  elsif (/authenticated/ && /^from .*\(.*?authenticated.*?\).*? by/) {
     $auth = 'Sendmail';
   }
   # Critical Path Messaging Server

----
At least in Spamassassin 3.0.4  the code still looked like
  if (/^from .*?(?:\]\)|\)\]) .*?\(.*?authenticated.*?\).*? by/) {
    $auth = 'Sendmail';

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to