diff options
author | drebs <drebs@leap.se> | 2015-04-29 15:46:29 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-04-29 15:46:29 -0300 |
commit | 76937040c20dd786825261e6ee2fc3766ef3d8e0 (patch) | |
tree | b4cf68efe89d4dd5bdf4362a388be6b51c403a9d /pkg | |
parent | b5ed3e4db16c8e3856b5c45409807d8f58cd957a (diff) | |
parent | 799703cf884191d097eb5d5316fa964e421683fd (diff) |
Merge tag '0.6.2'
Tag leap.mx version 0.6.2
Diffstat (limited to 'pkg')
-rwxr-xr-x | pkg/mx.tac | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,8 +46,8 @@ password = config.get("couchdb", "password") server = config.get("couchdb", "server") port = config.get("couchdb", "port") -bounce_from = "bounce" -bounce_subject = "Delivery failure" +bounce_from = "Mail Delivery Subsystem <MAILER-DAEMON>" +bounce_subject = "Undelivered Mail Returned to Sender" try: bounce_from = config.get("bounce", "from") |