Re: [Exim] Idea to slow down spammers

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: Exim-users
Assumpte: Re: [Exim] Idea to slow down spammers
Marc Perkel wrote:

> This idea is rather crude but - who likes this idea?


It's nice, and I do something similar in my open relay honeypot

check_mail:
accept condition = $acl_c0
accept set acl_c0 = 0

check_recipient:
   accept set acl_c0 = ${eval: $acl_c0 + 2}
          delay = ${acl_c0}s


check_message:
accept delay = ${acl_c0}s

No, this system will not deliver the mails, unless I confirm them by
hand (i.E. relaying probe messages)


Nico