Re: [Exim] TARPIT ACL - for Spam Control

Top Page
Delete this message
Reply to this message
Author: Don Walker
Date:  
To: exim-users
Subject: Re: [Exim] TARPIT ACL - for Spam Control
This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
How can you use this to delay the spam server and then reject the message?

On Mon, 5 May 2003, Marc Perkel wrote:

> TARPIT dnslists = blackholes.mail-abuse.org


A simple implementation of this is

  accept  dnslists = blackholes.mail-abuse.org
          delay = 4m


  --
  Philip Hazel            University of Cambridge Computing Service,
  ph10@???      Cambridge, England. Phone: +44 1223 334714.



--