Re: [Exim] Spam spam spam spam

Top Pagina
Delete this message
Reply to this message
Auteur: Kirill Miazine
Datum:  
Aan: Gary Peltola
CC: Exim Users
Onderwerp: Re: [Exim] Spam spam spam spam
* Kirill Miazine <km-list-exim@???> [20011215 00:23]:
> * Gary Peltola <clist@???> [20011214 14:11]:
> > i put these lists in /etc/spammers
> > and uncommented the following
> >
> > spam_filter:
> > driver = forwardfile
> > file = /etc/spammers
> > no_check_local_user
> > no_verify
> > filter
> > allow_system_actions
> >
> > in /etc/exim.conf, now in my logs i get:
> >
> > 2001-12-14 14:56:21 16F0JZ-0003JV-00 == momar@??? D=spam_filter defer (-11): error in
> > forward file: missing or malformed local part (expected word or "<") in "020.co.uk DCC: "free
> > services like 020.co.uk send too much spam""
> >
> > Did i do something wrong?


And you shouldn't use them in the filter either! Use normal lsearch
lookup.

> You shouln't use the those files I pointed to as-is
> (your data are obiviously fetched from
> http://www.rhyolite.com/anti-spam/freemail-adb), but instead pick out
> domains you want to block.
>
> Use something like `awk '{print $1}' freemail-adb` to get only domains
> to block.


--
Kirill