Been running 71c on a Windows box for several months without much of a problem. Want to try to reduce the footprint and switch to a Raspberry Pi. Downloaded the image referenced above and got 73f running. Kind of.
When sending email to multiple recipients, it'll throw a SMTPRecipientsRefused error if "Send Emails Sequentially" is set to ALL. If set to NONE, the messages will be delivered OK. Loaded 73d, and the same error occurred. Loaded 71c with the same config files, and everything works ok. This occurs on both the Win and the X versions. I don't know python and sendmail THAT well, but maybe the list isn't being passed properly?
Debug messaging from windows debug exe as follows:
setting mail server up
set up mail server
starting TLS
done starting TLS
logging in
logged in
Traceback (most recent call last):
File "TwoToneDetect73f.py", line 1427, in mail
File "smtplib.py", line 881, in sendmail
smtplib.SMTPRecipientsRefused: {}
Email not sent via mail.twc.com on port 587 using STARTTLS on attempt 1 trying again in five seconds for Test
Traceback (most recent call last):
File "TwoToneDetect73f.py", line 1356, in mail
ValueError: list.remove(x): x not in list
Email not sent via mail.twc.com on port 587 using STARTTLS on attempt 2 trying again in five seconds for Test
Traceback (most recent call last):
File "TwoToneDetect73f.py", line 1356, in mail
ValueError: list.remove(x): x not in list
Email not sent via mail.twc.com on port 587 using STARTTLS on attempt 3 trying again in five seconds for Test
max retries exceeded, failed to send email