On Wed, Jun 12, 2013 at 12:01 AM, Gilles Chehade <[email protected]> wrote:

>
> Mh, we can't have them on the same line as:
>
> > Jun 11 17:08:12 ovz1-i386 p[27613]: smtp-in: Accepted message f22ab30f on
> > session 00000000f22ab30f: from=<[email protected]>, size=279,
> > nrcpts=1, proto=ESMTP
>
> because a session may have a very large number of recipients:
>
> MAIL FROM:<[email protected]>
> RCPT TO:<[email protected]>
> RCPT TO:<[email protected]>
> [...]
>

Agreed, probably there is no sense to enumerate recipients while standard
loglevel. But, it makes sense to perform it for debug reasons if loglevel
verbosity is increased. In this case, it may look like that:

smtp-in: Accepted message f22ab30f on session 00000000f22ab30f: from=<
[email protected]>, size=279, nrcpts=1, proto=ESMTP
smtp-in: Message f22ab30f on session 00000000f22ab30f: from=<
[email protected], to=<[email protected]>, subject="test message"
smtp-in: Message f22ab30f on session 00000000f22ab30f: from=<
[email protected], to=<[email protected]>, subject="test message"
smtp-in: Message f22ab30f on session 00000000f22ab30f: from=<
[email protected], to=<[email protected]>, subject="test message"

---
wbr, Denis.

Reply via email to