erreur...

darcs-hash:20021027014854-a279a-a422fdb14e9ab298ec04b1fffdd60c287dd1a65c.gz
This commit is contained in:
stransky 2002-10-27 02:48:54 +01:00
parent 8ef678ed22
commit 59b4d42206

View file

@ -220,7 +220,6 @@ def blast_mail(subject, people, filestodiff, contextlines, fromhost):
conn = smtplib.SMTP()
conn.connect(MAILHOST, MAILPORT)
user = pwd.getpwuid(os.getuid())[0]
host =
domain = fromhost or getfqdn()
author = '%s@%s' % (user, domain)
s = StringIO()