Hi,

On Tue, 13 Jan 2004, Matt Kettler wrote:

> At 03:31 AM 1/13/2004, DanB wrote:
> >Just installed spamassassin 2.60 - there are two things I haven't
> >figured yet:
> >
> >- can I whitelist somebody by the ip of the mta that gives me that
> >mail?
>
> Within SA, no....

What about the trusted_networks parameter?

>From perldoc Mail::SpamAssassin::Conf:

"trusted_networks ip.add.re.ss[/mask] ...   (default: none)
     What networks or hosts are 'trusted' in your setup.
     Trusted in this case means that relay hosts on these
     networks are considered to not be potentially operated
     by spammers, open relays, or open proxies.  DNS
     blacklist checks will never query for hosts on these
     networks.

     [...]

     Examples:

         trusted_networks 192.168/16 127/8    # all in 192.168.*.*
                                              # and 127.*.*.*
         trusted_networks 212.17.35.15        # just that host
         trusted_networks 127.                # all in 127.*.*.*"

Granted, trusted_networks has its share of problems (see SADev archives)
but they may well be ironed out by now.

This only matters if you're running DNSBL (network blacklist) checks and
it applies to all mail from a particular address or network. AFAICT,
Matt's right - you can't whitelist by user and IP address;
whitelist_from_rcvd & whitelist_from will whitelist users sending from a
particular domain; trusted_networks will skip network checks for trusted
networks.

hth,

-- Bob


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to