http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5680





------- Additional Comments From [EMAIL PROTECTED]  2007-11-03 03:26 -------
Ok, looks better. But why:

+    # a synthetic header, generated internally:
+    # Received: X-Originating-IP: 1.2.3.4
+    if (/^X-Originating-IP: (\S+)$/) {
+      $ip = $1; $by = ''; goto enough;
+    }

Shouldn't that be:

+    # a synthetic header, generated internally:
+    # Received: X-Originating-IP: 1.2.3.4
+    if (/^X-(?:Originating-IP|Yahoo-Post-IP|Apparently-From|SenderIP): 
(\S+)$/) {
+      $ip = $1; $by = ''; goto enough;
+    }



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to