]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
deliver: Changed the default rejection_subject.
authorTimo Sirainen <tss@iki.fi>
Thu, 15 Jan 2009 20:12:07 +0000 (15:12 -0500)
committerTimo Sirainen <tss@iki.fi>
Thu, 15 Jan 2009 20:12:07 +0000 (15:12 -0500)
--HG--
branch : HEAD

dovecot-example.conf
src/deliver/deliver.h

index b54e14cbe1cb20059c3eef24a34544ed6a30329d..17ab57db63ede1f0254ad821c85c4e1d657a9e4d 100644 (file)
@@ -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
index 69b6c9949bce3d1a78c51ed0cd7b9078ef4e4098..cffb6ab02ee983fe63d6b9c3a065db051fa545c8 100644 (file)
@@ -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: %$"