dovecot-1.2: deliver: Changed the default rejection_subject.

dovecot at dovecot.org dovecot at dovecot.org
Thu Jan 15 22:12:12 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/ee7c5ec212bb
changeset: 8630:ee7c5ec212bb
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jan 15 15:12:07 2009 -0500
description:
deliver: Changed the default rejection_subject.

diffstat:

2 files changed, 2 insertions(+), 2 deletions(-)
dovecot-example.conf  |    2 +-
src/deliver/deliver.h |    2 +-

diffs (24 lines):

diff -r 1efdf705203c -r ee7c5ec212bb dovecot-example.conf
--- a/dovecot-example.conf	Thu Jan 15 15:05:58 2009 -0500
+++ b/dovecot-example.conf	Thu Jan 15 15:12:07 2009 -0500
@@ -714,7 +714,7 @@ protocol lda {
 
   # Subject: header to use for rejection mails. You can use the same variables
   # as for rejection_reason below.
-  #rejection_subject = Automatically rejected mail
+  #rejection_subject = Rejected: %s
 
   # Human readable error message for rejection mails. You can use variables:
   #  %n = CRLF, %r = reason, %s = original subject, %t = recipient
diff -r 1efdf705203c -r ee7c5ec212bb src/deliver/deliver.h
--- a/src/deliver/deliver.h	Thu Jan 15 15:05:58 2009 -0500
+++ b/src/deliver/deliver.h	Thu Jan 15 15:12:07 2009 -0500
@@ -11,7 +11,7 @@
 #include "mail-storage.h"
 
 #define DEFAULT_MAIL_REJECTION_SUBJECT \
-	"Automatically rejected mail"
+	"Rejected: %s"
 #define DEFAULT_MAIL_REJECTION_HUMAN_REASON \
 	"Your message to <%t> was automatically rejected:%n%r"
 #define DEFAULT_LOG_FORMAT "msgid=%m: %$"


More information about the dovecot-cvs mailing list