.cpanreporter/config.ini

debug=1
edit_report=default:ask/no pass/na:no
[email protected]
send_report=default:ask/yes pass/na:yes
smtp_auth_pass=***
[email protected]
smtp_server=smtp.gmail.com
transport=Net::SMTP::TLS User [email protected] Password ***


I do not yet see Test::Reporter 1.53_03 on cpan.  Can you send it to me, or
let me know where it is on the web?  Thanks.


On Thu, Apr 16, 2009 at 10:45 AM, David Golden <[email protected]> wrote:

> 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