Suresh Ramasubramanian wrote:
> Corey G. proclaimed on mutt-users that:
>
> > Procmail simply needs to use many of the filters that were presented on
> > this list, but the most powerful weapon is with sendmail. I use code
> > that I found from sendmail.org which rejects domains found in a text
> > file. This text file contains the domains that sendmail rejects during
> > my fetchmail retrievals. By default, it uses /etc/spamdomains.txt. I
> > currently have over 750 domains which have been added.
>
> No need of that ... enable FEATURE(`blacklist_recipients`) in sendmail.mc and
> regenerate sendmail.cf ... add entries of the form
>
> spammer1.com REJECT
> spammer2.com REJECT
> [EMAIL PROTECTED] REJECT
>
> etc
>
> to /etc/mail/access and makemap it to become access.db
or FEATURE(`rbl') to make use of realtime blackhole list at rbl.maps.vix.com.
then you don't have to do anything else :)
raf