Re: [exim] spams rejected at RCPT but still delivered?

Inizio della pagina
Delete this message
Reply to this message
Autore: Marc Sherman
Data:  
To: exim-users
Oggetto: Re: [exim] spams rejected at RCPT but still delivered?
Petre Daniel wrote:
> i dont get it.. isnt the same message id?
>
> 1. 2008-12-09 16:53:51 H=(abbottexcellence.com) [59.25.246.201]
> F=<dani@???> rejected RCPT <dani@???>: Forged Sender
> address (claims to be local user [dani@???], but isn't
> authenticated)
>
> 2. 2008-12-09 16:53:55 1LA3yE-0007Aq-9Q <=
> mega@??? H=(abbottexcellence.com) [59.25.246.201] P=smtp
> S=887 T="Re: Order status" from <mega@???> for
> dani@???
>
> 3. 2008-12-09 16:53:55 1LA3yE-0007Aq-9Q =>
> /home/delfix.ro/dani/Maildir (dani@???) <dani@???>
> R=virtual_domains T=virtual_delivery DT=0s 2008-12-09
> 16:53:55 1LA3yE-0007Aq-9Q Completed
>
> so you're telling me the "1LA3yE-0007Aq-9Q" id is coincidental ?


As has already been explained, the first log line is about a message
from dani@??? which you reject with your forged sender rule. The
second and third log lines are about a different message (coming from
the same host) with a different sender address (mega@???) which you
accept.

- Marc