Re: Transaction IDs (was: Re: helper scripts)

2007-09-02 Thread Hanno Hecker
On Sun, 2 Sep 2007 18:48:00 +0200 "Peter J. Holzer" <[EMAIL PROTECTED]> wrote: > > + $self->respond(250, $from->format . ", sender OK - your transaction > > id is ".$self->transaction->id); > I like that, although I suspect that most clients will just discard it. But some clients show the t

Re: Transaction IDs (was: Re: helper scripts)

2007-09-02 Thread Peter J. Holzer
On 2007-08-23 18:50:33 +0200, Hanno Hecker wrote: > But it would be easy to add / generate a transaction id after every > reset_transaction() call. This could be logged instead of (or as > addition to) the PID. [...] > Index: lib/Qpsmtpd/SMTP.pm > ==