Duplicate Emails with multiple recipients
Posted: June 24th, 2011, 5:32 pm
Version: 0.6.5 (and 0.6.2 previously)
OS: Windows Server 2008 R2
Install-type: Windows Installer running as a windows service
Firewall Software: Windows Firewall
Are you using IPV6? No
Is the issue reproducible? Yes
This issue appears to have been reported during the 0.6 beta, but it doesn't look like it was resolved. The thread is here: http://forums.sabnzbd.org/index.php?topic=6990.0
When specifying multiple addresses for "Email Recipient" in the Email Notification section, each recipient appears to get multiple copies of the email for however many total recipients are specified. So if there are two comma separated addresses, each recipient gets two emails. The To: fields in the emails appear to be correct (one addressed to each recipient), but both recipients get both copies of the email. I'm not using any custom email templates and the "Email Templates Folder" value is empty.
The issue started when we upgraded from 0.5.6 to 0.6.2. It has persisted through 0.6.5. We're using authenticated Gmail as the SMTP server (smtp.gmail.com:587). It happens both for normal Email notifications and using the "Test E-Mail" function. The SABnzbd log file contains the following when sending a test email:
2011-06-24 15:29:15,144::INFO::[interface:2492] Sending testmail
2011-06-24 15:29:15,145::DEBUG::[emailer:59] Connecting to server smtp.gmail.com:587
2011-06-24 15:29:15,207::DEBUG::[emailer:72] Non-SSL mail server detected reconnecting to server smtp.gmail.com:587
2011-06-24 15:29:15,296::DEBUG::[emailer:86] TLS mail server detected
2011-06-24 15:29:16,914::INFO::[emailer:123] Notification e-mail succesfully sent
2011-06-24 15:29:16,917::DEBUG::[emailer:59] Connecting to server smtp.gmail.com:587
2011-06-24 15:29:16,976::DEBUG::[emailer:72] Non-SSL mail server detected reconnecting to server smtp.gmail.com:587
2011-06-24 15:29:17,063::DEBUG::[emailer:86] TLS mail server detected
2011-06-24 15:29:18,655::INFO::[emailer:123] Notification e-mail succesfully sent
It definitely appears to be something funky happening with the email headers. Only two emails appear to be getting sent. But it's like each recipient is BCC'd on each email.
OS: Windows Server 2008 R2
Install-type: Windows Installer running as a windows service
Firewall Software: Windows Firewall
Are you using IPV6? No
Is the issue reproducible? Yes
This issue appears to have been reported during the 0.6 beta, but it doesn't look like it was resolved. The thread is here: http://forums.sabnzbd.org/index.php?topic=6990.0
When specifying multiple addresses for "Email Recipient" in the Email Notification section, each recipient appears to get multiple copies of the email for however many total recipients are specified. So if there are two comma separated addresses, each recipient gets two emails. The To: fields in the emails appear to be correct (one addressed to each recipient), but both recipients get both copies of the email. I'm not using any custom email templates and the "Email Templates Folder" value is empty.
The issue started when we upgraded from 0.5.6 to 0.6.2. It has persisted through 0.6.5. We're using authenticated Gmail as the SMTP server (smtp.gmail.com:587). It happens both for normal Email notifications and using the "Test E-Mail" function. The SABnzbd log file contains the following when sending a test email:
2011-06-24 15:29:15,144::INFO::[interface:2492] Sending testmail
2011-06-24 15:29:15,145::DEBUG::[emailer:59] Connecting to server smtp.gmail.com:587
2011-06-24 15:29:15,207::DEBUG::[emailer:72] Non-SSL mail server detected reconnecting to server smtp.gmail.com:587
2011-06-24 15:29:15,296::DEBUG::[emailer:86] TLS mail server detected
2011-06-24 15:29:16,914::INFO::[emailer:123] Notification e-mail succesfully sent
2011-06-24 15:29:16,917::DEBUG::[emailer:59] Connecting to server smtp.gmail.com:587
2011-06-24 15:29:16,976::DEBUG::[emailer:72] Non-SSL mail server detected reconnecting to server smtp.gmail.com:587
2011-06-24 15:29:17,063::DEBUG::[emailer:86] TLS mail server detected
2011-06-24 15:29:18,655::INFO::[emailer:123] Notification e-mail succesfully sent
It definitely appears to be something funky happening with the email headers. Only two emails appear to be getting sent. But it's like each recipient is BCC'd on each email.