erreur...
darcs-hash:20021027014854-a279a-a422fdb14e9ab298ec04b1fffdd60c287dd1a65c.gz
This commit is contained in:
parent
8ef678ed22
commit
59b4d42206
1 changed files with 0 additions and 1 deletions
1
syncmail
1
syncmail
|
@ -220,7 +220,6 @@ def blast_mail(subject, people, filestodiff, contextlines, fromhost):
|
||||||
conn = smtplib.SMTP()
|
conn = smtplib.SMTP()
|
||||||
conn.connect(MAILHOST, MAILPORT)
|
conn.connect(MAILHOST, MAILPORT)
|
||||||
user = pwd.getpwuid(os.getuid())[0]
|
user = pwd.getpwuid(os.getuid())[0]
|
||||||
host =
|
|
||||||
domain = fromhost or getfqdn()
|
domain = fromhost or getfqdn()
|
||||||
author = '%s@%s' % (user, domain)
|
author = '%s@%s' % (user, domain)
|
||||||
s = StringIO()
|
s = StringIO()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue