From d433ee763228e12f65652717d8e9f8c2efe2ac83 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sep 01 2016 15:31:49 +0000 Subject: Setting Mail-Followup-To when sending message to users --- diff --git a/pagure/lib/notify.py b/pagure/lib/notify.py index 40ea3f0..08ed65d 100644 --- a/pagure/lib/notify.py +++ b/pagure/lib/notify.py @@ -224,6 +224,7 @@ def send_email(text, subject, to_mail, msg['Reply-To'] = 'reply+%s@%s' % ( mhash.hexdigest(), pagure.APP.config['DOMAIN_EMAIL_NOTIFICATIONS']) + msg['Mail-Followup-To'] = msg['Reply-To'] try: if pagure.APP.config['SMTP_USERNAME'] \ and pagure.APP.config['SMTP_PASSWORD']: