Re: [exim] Multiple rcpt to log entries

Pàgina inicial
Delete this message
Reply to this message
Autor: John W. Baxter
Data:  
A: exim-users
Assumpte: Re: [exim] Multiple rcpt to log entries
On 9/28/2004 16:15, "Steve Falla" <steve.falla@???> wrote:

> The documentation for exim 4 specifies that when a mesage is received it
> is marked in the log
> with a <=, when it is delivered it is marked with a => and a delivery to
> a second address will be
> marked with a ->
>
> My problem is that totally against the specification, I am seeing logs
> that are marking multiple
> deliveries all with a =>


I think you've read the spec without considering all the words (in
particular "single delivery").

-> is for (per the 4.40 spec, in 45.7)
When more than one address is included in a single delivery (for example,
two SMTP RCPT commands in one transaction) the second and subsequent
addresses are flagged with ³->² instead of ³=>².

That will seldom be the case for mail to domain1.com and domain2.com
(yes...sometimes they'll share the same MX, go out the to the same
smarthost, etc).

--John