set Mail-Followup-To field
makes good MUAs send replies to the target list rather than the sender. http://cr.yp.to/proto/replyto.html
This commit is contained in:
parent
8fce1a2d8a
commit
11f9353e8c
@ -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 ..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user