> > On Tue, 26 Dec 2006, Florian Arzberger wrote:
> >
>
> found this in my sendmail.mc:
>
> dnl To enable black whole lists, remove the 'dnl' before the
> work FEATURE.
> dnl - save the file
> dnl - type: make
> dnl - hit enter; and then do
> dnl - service sendmail restart
> FEATURE(enhdnsbl,`bl.spamcop.net',`',`t',`Possible Spam blocked - see:
> http://www.spamcop.net/bl.shtml?$&{client_addr}')
> FEATURE(enhdnsbl,`sbl-xbl.spamhaus.org',`',`t',`Possible Spam
> blocked - see
> http://www.spamhaus.org/')dnl
> dnl FEATURE(enhdnsbl,`relays.ordb.org',`',`t',`Spam blocked - see
> http://ordb.org')dnl
> dnl FEATURE(enhdnsbl,`blackholes.mail-abuse.org', `t',`Spam
> blocked see:
> http://www.mail-abuse.org/rbl')dnl
> dnl FEATURE(enhdnsbl,`relays.mail-abuse.org', `t',`Spam blocked see:
> http://www.mail-abuse.org/rss')dnl
>
> i uncommented two of the entries, ran make and restarted
> sendmail, but the
> rbl checking does not take place. any ideas why not? make
> obviously did add
> the respective parts to sendmail.cf, as they had not been
> there before.
> drives me nuts ;).
I believe there was an error in syntax, since I also could not make it work
and had to replace with this:
---
dnl - service sendmail restart
dnl # the bellow line (sbl-xbl) is about to become obsolete.
dnl # ZEN replaces it.
dnl FEATURE(enhdnsbl, `sbl-xbl.spamhaus.org', `"Spam blocked - see
http://www.spamhaus.org/"', `t')dnl
FEATURE(enhdnsbl, `zen.spamhaus.org', `"Spam blocked - see
http://www.spamhaus.org/"', `t')dnl
dnl # ORDB shut down on 18/12/2006
dnl FEATURE(enhdnsbl, `relays.ordb.org', `"Spam blocked - see
http://ordb.org/"', `t')dnl
dnl # mail-abuse.org requires subscription
dnl #
dnl # rfc-ignorant.org has new format for BL - see
http://www.rfc-ignorant.org
FEATURE(rhsbl,`bogusmx.rfc-ignorant.org',`"550 Mail from domain " $`'&{RHS}
" refused because of BOGUSMX - see
http://www.rfc-ignorant.org/policy-bogusmx.php"')dnl
FEATURE(dnsbl,`combined.njabl.org',`Message from $&{client_addr} rejected -
see http://njabl.org/lookup?$&{client_addr}')dnl
---
And it works.
My 2p
Best,
--
Arthur Sherman
+972-52-4878851
CPTeam