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
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
> ==