Re: [EXIM] Dealling with a specific spammer

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: David M Walker
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: 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/ ***