Re: [Exim] TARPIT ACL - for Spam Control

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Don Walker
Fecha:  
A: exim-users
Asunto: 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.



--