Merge pull request #309 from lnussel/master

set Mail-Followup-To field
This commit is contained in:
Alberto Planas 2015-03-16 10:03:27 +01:00
commit 938b0359bc

View File

@ -100,6 +100,7 @@ msg = MIMEText(txt)
msg['Subject'] = 'New Tumbleweed snapshot %s released!'%version
msg['From'] = options.sender
msg['To'] = options.to
msg['Mail-Followup-To'] = options.to
if options.dry:
print "sending ..."