This is a follow up to my original inquiry on SA Talk:

http://article.gmane.org/gmane.mail.spam.spamassassin.general/41027/match=+w
hitelist+rcvd+funck

(which went unanswered. I'd still appreciate hearing from the experts out
there, when
you've got a min/two. :/)

(config: SA 2.63, Perl 5.8.0, RH 9.0, network checks enabled, sendmail
8.12.8)

I've got a situation where I tried to set up whitelist_from_rcvd, but I see
the
following in the debug output:

debug: received-header: ignoring localhost handover

which, reading the code in Received.pm seems to indicate that the Receieved:
header
couldn't be parsed properly?

Here's my whitelist entry (names/IP addrs changed for this example):

# Trusted hosts
whitelist_from_rcvd * localhost
whitelist_from_rcvd [EMAIL PROTECTED] foo.org

### We can trust headers from these IP's:
trusted_networks 127.
trusted_networks 199.99.99.0/24     ## will rDNS to foo.org

An example header:

>From [EMAIL PROTECTED]  Sat Feb  7 05:50:52 2004
Return-Path: <[EMAIL PROTECTED]>
Received: from www.foo.org (localhost [127.0.0.1])
        by www.foo.org (8.12.8/8.12.8) with ESMTP id i17DoZMn008108;
        Sat, 7 Feb 2004 05:50:35 -0800
Received: (from [EMAIL PROTECTED])
        by www.foo.org (8.12.8/8.12.8/Submit) id i17DoYRj008106;
        Sat, 7 Feb 2004 05:50:34 -0800
Date: Sat, 7 Feb 2004 05:50:34 -0800
From: Web Admin <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: ht://Dig Report for www.foo.net - Fri Feb  6 22:30:00 PST 2004


Is this a bug in the Received: header parsing? I saw the following bug
reports, but they say they're closed/fixed:

http://bugzilla.spamassassin.org/show_bug.cgi?id=2787 (milestone: 2.62)



Reply via email to