On Thu, Apr 16, 2009 at 10:37 AM, M W487 <[email protected]> wrote:
> Whoops.
>
> http://groups.google.com/group/perl.cpan.testers/browse_thread/thread/72bcf48d152c17ad/d09e5c5f95dec79d
>
> http://groups.google.com/group/perl.cpan.testers/browse_thread/thread/270d01eb25695b8a/044491c0d79e2cff
>
> I am wondering, does the rapid use of multiple transport_args or other
> commands, interrupt or confuse the connection to SMTP?

It shouldn't.  Every call to send() creates a new Net::SMTP object
with whatever transport args are in effect.   Then it's a long chain
of calls to the object to send the mail.  How well does it handle
errors?  That's an SMTP question.  Could there be some persistence
between SMTP sessions?  I have no idea -- that would be between your
SMTP server and Net::SMTP.

Because Net::SMTP does not protect against long line that might exceed
the SMTP spec, 1.53_02 should use QP encoding to wrap long lines
before Net::SMTP gets it.

Could there be other bugs in Net::SMTP?  Very possibly.

Please do send your .cpanreporter/config.ini, just for reference sake.

-- David

Reply via email to