diff dovecot-example.conf @ 8622:2fa464fd3aab HEAD

Added rejection_subject setting to deliver, which is used for rejected mails. Based on patch by Allan Cassaro.
author Timo Sirainen <tss@iki.fi>
date Tue, 13 Jan 2009 16:55:03 -0500
parents 9c4f9c47299b
children ee7c5ec212bb
line wrap: on
line diff
--- a/dovecot-example.conf	Tue Jan 13 13:13:19 2009 -0500
+++ b/dovecot-example.conf	Tue Jan 13 16:55:03 2009 -0500
@@ -712,8 +712,12 @@
   # Binary to use for sending mails.
   #sendmail_path = /usr/lib/sendmail
 
-  # Human readable error message for rejection mails. Use can use variables:
-  #  %n = CRLF, %r = reason, %s = subject, %t = recipient
+  # Subject: header to use for rejection mails. You can use the same variables
+  # as for rejection_reason below.
+  #rejection_subject = Automatically rejected mail
+
+  # Human readable error message for rejection mails. You can use variables:
+  #  %n = CRLF, %r = reason, %s = original subject, %t = recipient
   #rejection_reason = Your message to <%t> was automatically rejected:%n%r
 
   # UNIX socket path to master authentication server to find users.