Re: [EXIM] Dealling with a specific spammer

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: David M Walker
Fecha:  
A: exim-users
Asunto: Re: [EXIM] Dealling with a specific spammer
I have put the following in:

----------------------------------------------------------------------
if      $header_Received: begins   "from baby"
    and $header_Received: contains "lax3.da.uu.net"
    and not error_message
then
    logwrite "$tod_log $message_id $sender_address -> $recipients baby
          message discarded"
    fail text "User unrecognised - possibly gone away."
endif
----------------------------------------------------------------------


This is because the guy is quite a smart spammer and since it is
obviously his main business I want him to this that the user has
disappeared, if he is refining his lists as many of them do, this
just might put him off, (I know - dreaming again)

--
*** Exim information can be found at http://www.exim.org/ ***