[KLUG Members] sendmail blocking spam with dnsbl?

bill members@kalamazoolinux.org
Tue, 14 Jan 2003 14:11:31 -0500


> FEATURE(dnsbl,`bl.spamcop.net', `Spam blocked see:
>  http://spamcop.net/bl.shtml?$&{client_addr}')dnl
>
> (the 2nd "feature" should be all on one line)

Previous config didn't work.  I noticed subtle differences between your config above and
the one on spamcop:

FEATURE(`dnsbl', `bl.spamcop.net', `"Spam blocked see:
http://spamcop.net/bl.shtml?"$&{client_addr}')dnl

(http://spamcop.net/fom-serve/cache/294.htm).

Namely, you don't enclose your dnsbl with backtick and quote (as in `dnsbl') and you
don't use double-quotes around the url.

I'm trying your config.


bill