/[Apache-SVN]/spamassassin/trunk/lib/Mail/SpamAssassin/EvalTests.pm
ViewVC logotype

Diff of /spamassassin/trunk/lib/Mail/SpamAssassin/EvalTests.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/trunk/lib/Mail/SpamAssassin/EvalTests.pm	2005/05/18 01:29:06	170696
+++ spamassassin/trunk/lib/Mail/SpamAssassin/EvalTests.pm	2005/05/18 01:55:23	170697
@@ -646,14 +646,10 @@ sub gated_through_received_hdr_remover {
 
     # ensure we have other indicative headers too
     if ($dlto =~ /^mailing list \S+\@\S+/ &&
-      	$rcvd =~ /qmail \d+ invoked by .{3,20}\); \d+ ... \d+/)
+        $rcvd =~ /qmail \d+ invoked (?:from network|by .{3,20})\); \d+ ... \d+/)
     {
       return 1;
     }
-    # jm: this line *was* included:
-    #   $rcvd =~ /qmail \d+ invoked from network\); \d+ ... \d+/ &&
-    # but I've found FPs where it did not appear in the mail; it's
-    # not required.
   }
 
   if ($self->get("Received") !~ /\S/) {

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26