You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/09/20 13:56:10 UTC

[Bug 3792] IIS 6.0 Received parser error

http://bugzilla.spamassassin.org/show_bug.cgi?id=3792





------- Additional Comments From jason@ellingson.com  2004-09-20 04:56 -------
If it's not working properly, it must be because it is being caught by an 
earlier test, as it does seem to be already checked for.

>From Received.pm in SA 3.0.0-rc5:

# Received: from inet-vrs-05.redmond.corp.microsoft.com ([157.54.6.157]) by
# INET-IMC-05.redmond.corp.microsoft.com with Microsoft SMTPSVC(5.0.2195.6624);
# Thu, 6 Mar 2003 12:02:35 -0800
if (/^from (\S+) \(\[(${IP_ADDRESS})\]\) by (\S+) with /) {
  $helo = $1; $ip = $2; $by = $3; goto enough;
}




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