From 057de70291aee0eaedb8f8318dd1132e960e7e97 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 15 Apr 2015 13:57:05 -0300 Subject: [bug] change default bounce message sender address This commit changes the bounce message sender address to be MAILER-DAEMON@domain, instead of bounce@domain. Related: #6858. --- pkg/mx.tac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/mx.tac b/pkg/mx.tac index 75d2405..48b9ef9 100755 --- a/pkg/mx.tac +++ b/pkg/mx.tac @@ -46,7 +46,7 @@ password = config.get("couchdb", "password") server = config.get("couchdb", "server") port = config.get("couchdb", "port") -bounce_from = "bounce" +bounce_from = "MAILER-DAEMON" bounce_subject = "Delivery failure" try: -- cgit v1.2.3