Re: [Exim] Spam spam spam spam

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Kirill Miazine
Datum:  
To: Gary Peltola
CC: Exim Users
Betreff: Re: [Exim] Spam spam spam spam
* 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?


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