diff options
-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: |