Bug#402725: rss2email: r2e run does not check for errors on mail submission

2006-12-12 Thread Hilko Bengen
Joey Hess <[EMAIL PROTECTED]> writes: > Actually, if no mail is sent over the SMTP connection, > smtplib.sendmail should raise an SMTPRecipientsRefused exception. > This exception is trapped and rss2email exits with an error message. I'll need to check that. (I only experienced the bug with the s

Bug#402725: rss2email: r2e run does not check for errors on mail submission

2006-12-12 Thread Joey Hess
Hilko Bengen wrote: > r2e run does not mind when the MTA does not accept messages. It > happily marks articles as processed, even when it got a non-zero > return from sendmail or a 4xx or 5xx from the SMTP connection. Actually, if no mail is sent over the SMTP connection, smtplib.sendmail should r

Bug#402725: rss2email: r2e run does not check for errors on mail submission

2006-12-12 Thread Hilko Bengen
Package: rss2email Version: 1:2.60-1.1 Severity: grave r2e run does not mind when the MTA does not accept messages. It happily marks articles as processed, even when it got a non-zero return from sendmail or a 4xx or 5xx from the SMTP connection. I'll try to come up with a patch for this issue.