[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] whitelisting with sendmail.cf spamblocking config
- Subject: [cobalt-users] whitelisting with sendmail.cf spamblocking config
- From: Brian Rahill <cobalt@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed Feb 11 14:27:00 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hi All,
I recently implemented blacklists in my sendmail.cf.
I've been 100% happy with it. Everyday I block about 4000 messages out of
about 5500 total messages with this setup.
Today I had my first request for a whitelist.
My sendmail.cf spamblocking section looks like this:
# DNS based IP address spam list bl.spamcop.net
R$* $: $&{client_addr}
R::ffff:$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.bl.spamcop.net. $: OK $)
R$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.bl.spamcop.net. $: OK $)
R<?>OK $: OKSOFAR
R<?>$+ $#error $@ 5.7.1 $: "Spam blocked from SpamCop"
My question is, how to I whitelist an IP address?
Thanks a bunch.
Brian