On 3/12/2006 2:21 PM, James Long wrote:
In my SpamAssassin-3.1.0 (p5-Mail-SpamAssassin-3.1.0_6) local.cf, I
use:
...
trusted_networks 127.0.0.0/8 65.75.198.48/28 63.105.30.37/32
...
whitelist_from_rcvd [EMAIL PROTECTED] ns.umpquanet.com
...
yet messages that I had hoped would match that whitelist entry
are not. How can I fix this?
SA can't parse the first (oldest) received header. Since that header is
a local submission header, I wouldn't worry about it.
Mail sent via SMTP should have all of it's headers parsed correctly and
your whitelist_from_rcvd should work.
My understanding is that "65.75.198.48/28" means that all IPs in that subnet
will be trusted. Your DNS server returns the correct IP for ns.museum.rain.com.
The /32 is another server at a colo site. I trust that server.
Yeah 65.75.198.48/28 covers 65.75.198.48-63.
Are you saying that ns.museum.rain.com's own IP should not be listed as a
trusted
server? Earlier advice I received from this list suggested that it should be.
No, it must be listed, as it is now.
Daryl