diff options
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/leap_mx.tac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/leap_mx.tac b/pkg/leap_mx.tac index 75d2405..7da59cf 100644 --- a/pkg/leap_mx.tac +++ b/pkg/leap_mx.tac @@ -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") |