diff options
author | drebs <drebs@leap.se> | 2015-04-15 13:57:05 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-04-16 11:53:48 -0300 |
commit | 057de70291aee0eaedb8f8318dd1132e960e7e97 (patch) | |
tree | bc93cf90f86fc9139fc23a4cedfbd90b8bf90a00 | |
parent | 527d7d4a67f859a3315812b100b2c58fd0eeded6 (diff) |
[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.
-rwxr-xr-x | pkg/mx.tac | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |