Bug#361780: Sending mail after connection timeout should raise an exception

2006-04-12 Thread Duck
reopen 361780 reassign 361780 liblog4r-ruby1.8 tags 361780 + upstream thanks Coin, akira yamada [EMAIL PROTECTED] writes: I think that Net::SMTP does not have a such bug. In the situation Net::SMTP raises Net::SMTPServerBusy. I tested as follows: $ ruby -r net/smtp -e ' smtp =

Bug#361780: Sending mail after connection timeout should raise an exception

2006-04-10 Thread Duck
Package: libruby1.8 Version: 1.8.4-1 Coin, I discovered a bug in log4r, not sending a mail when flushing (see #361349), because the SMTP connection remained opened since the opening of the log, which could be a very long time. I made a fix for log4r, but another fix is needed for net::smtp