Hi Matt, > I just checked this in which should fix it:
Indeed that seems to fix the ordering problem. Cheers, ds > > --- qpsmtpd-async (revision 823) > +++ qpsmtpd-async (working copy) > @@ -369,6 +369,7 @@ > > $client->process_line("Connect\n"); > $client->watch_read(1); > + $client->pause_read(); > return 1; > }