diff -r 53c879bb2f7f -r ac2e4a54a6a6 app/models/mailer.rb
--- a/app/models/mailer.rb
+++ b/app/models/mailer.rb
@@ -400,7 +400,8 @@
             'X-Auto-Response-Suppress' => 'OOF',
             'Auto-Submitted' => 'auto-generated',
             'From' => Setting.mail_from,
-            'List-Id' => "<#{Setting.mail_from.to_s.gsub('@', '.')}>"
+            'Reply-To' => Setting.mail_reply_to,
+            'List-Id' => "<#{Setting.mail_reply_to.to_s.gsub('@', '.')}>"
 
     # Removes the author from the recipients and cc
     # if the author does not want to receive notifications
