[exim] RES: How to Block connection

Top Page
Delete this message
Reply to this message
Author: Ronaldo Luiz de Carvalho
Date:  
To: 'John Burnham', exim-users
Subject: [exim] RES: How to Block connection
I used this filter and I can't find/block the e-mail. There are anything
wrong on this filter?

if
$message_headers contains "tarzen180@???"
then
fail text "This email is not accepted here."
seen finish
endif


-----Mensagem original-----
De: John Burnham [mailto:John.Burnham@admin.cam.ac.uk]
Enviada em: terça-feira, 25 de outubro de 2011 13:55
Para: 'Ronaldo Luiz de Carvalho'; 'exim-users@???'
Assunto: RE: [exim] How to Block connection

>
> Thanks for the tip, but the IP changes all times...
>
> I did this, including blocking the network. And the IP continues to
> change.
>
> The only thing that are the same are this header:
> disposition-notification-to: tarzen180@???
>

If that's the only identifying feature then you're going to have to wait to
the data part of the SMTP transaction, detect that header and reject the
mail.
John=