From: Barry W. <bw...@us...> - 2002-05-23 20:21:08
|
Update of /cvsroot/cvs-syncmail/syncmail In directory usw-pr-cvs1:/tmp/cvs-serv21110 Modified Files: syncmail Log Message: Bump version to 1.2. blast_mail(): Substitution typo. Index: syncmail =================================================================== RCS file: /cvsroot/cvs-syncmail/syncmail/syncmail,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- syncmail 23 May 2002 19:55:04 -0000 1.15 +++ syncmail 23 May 2002 20:21:04 -0000 1.16 @@ -71,7 +71,7 @@ email-addrs At least one email address. """ -__version__ = '1.1' +__version__ = '1.2' import os import sys @@ -246,7 +246,7 @@ print calculate_diff(file, contextlines) finally: sys.stdout = sys.__stdout__ - resp = conn.sendmail(author, people, s.getvalue()) + resp = conn.sendmail(address, people, s.getvalue()) conn.close() os._exit(0) |