# 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
#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: %$"