It appears that Michael Peddemors via mailop <mich...@linuxmagic.com> said:
>However, not sure you should use pipelining .. Given that almost every 
>system out there now does inline rejection, at various SMTP verbs, 
>pipelining is not helping your cause.. 

I think you're misunderstanding how pipelining works. It just lets you send the
MAIL FROM and RCPT TO commands all at once, and then check the responses when
you send DATA. The server still sends back the exact same list of responses to
each command.

I suppose if it rejects the MAIL FROM you might leak something by sending the
RCPT TO and DATA which will also be rejected, but so what?

R's,
John


_______________________________________________
mailop mailing list
mailop@mailop.org
https://list.mailop.org/listinfo/mailop

Reply via email to