Bugs item #873736, was opened at 2004-01-09 13:27
Message generated for change (Comment added) made by armarshall
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=450019&aid=873736&group_id=47611
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Allen R. Marshall (armarshall)
Assigned to: Nobody/Anonymous (nobody)
Summary: Connect fails for SMTP host in blast_mail
Initial Comment:
Perhaps due to some Linux mail system anomaly, but
certainly worth trapping, syncmail will not use the
localhost directive automatically if a null hostname is
passed to the SMTP connect method of smtplib e.g.
connect(MAILHOST, MAILPORT)....
So, in the syncmail script, one has to initialize
MAILHOST explicitly even though localhost is supposed
to be the default. The host nullness cannot be
addressed in smtplib, it is better addressed in the
syncmail script.
----------------------------------------------------------------------
>Comment By: Allen R. Marshall (armarshall)
Date: 2004-01-09 13:29
Message:
Logged In: YES
user_id=147690
Related to 865318
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=450019&aid=873736&group_id=47611
|