diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-06 11:11:39 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-06 11:11:39 +0000 |
commit | 0e22dfd114ef5e5db5913a5792a6d3a8df3b187b (patch) | |
tree | 7fcb1c065a694615934eab3439b21ac9b2eb59e0 /doc/doc-txt/NewStuff | |
parent | 0ce9abe687c08503facdd9f4f94dfa27ada83da9 (diff) |
Added dsn_from to vary the contents of From: in DSNs
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index ff72f6fa6..43be722b0 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.136 2007/02/06 10:00:24 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.137 2007/02/06 11:11:39 ph10 Exp $ New Features in Exim -------------------- @@ -268,6 +268,16 @@ Version 4.67 Its value is saved and restored while forany/forall is being processed, to enable these expansion items to be nested. +13. There's a new global option called dsn_from that can be used to vary the + contents of From: lines in bounces and other automatically generated + messages ("delivery status notifications" - hence the name of the option). + The default setting is: + + dsn_from = Mail Delivery System <Mailer-Daemon@$qualify_domain> + + The value is expanded every time it is needed. If the expansion fails, a + panic is logged, and the default setting is used. + Version 4.66 ------------ |