dovecot-2.0-sslstream: recipient_delimiter defaults to "+" now. ...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:57:25 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/69c793c7f185
changeset: 10565:69c793c7f185
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jan 19 22:01:18 2010 +0200
description:
recipient_delimiter defaults to "+" now. Also added to example-config.

diffstat:

2 files changed, 4 insertions(+), 1 deletion(-)
doc/example-config/conf.d/lda.conf |    3 +++
src/lib-lda/lda-settings.c         |    2 +-

diffs (25 lines):

diff -r 45f360c1c9eb -r 69c793c7f185 doc/example-config/conf.d/lda.conf
--- a/doc/example-config/conf.d/lda.conf	Tue Jan 19 16:52:19 2010 +0200
+++ b/doc/example-config/conf.d/lda.conf	Tue Jan 19 22:01:18 2010 +0200
@@ -25,6 +25,9 @@
 #  %n = CRLF, %r = reason, %s = original subject, %t = recipient
 #rejection_reason = Your message to <%t> was automatically rejected:%n%r
 
+# Delimiter character between local-part and detail in email address.
+#recipient_delimiter = +
+
 # Should saving a mail to a non-existing mailbox automatically create it?
 #lda_mailbox_autocreate = no
 
diff -r 45f360c1c9eb -r 69c793c7f185 src/lib-lda/lda-settings.c
--- a/src/lib-lda/lda-settings.c	Tue Jan 19 16:52:19 2010 +0200
+++ b/src/lib-lda/lda-settings.c	Tue Jan 19 22:01:18 2010 +0200
@@ -40,7 +40,7 @@ static const struct lda_settings lda_def
 	.rejection_reason =
 		"Your message to <%t> was automatically rejected:%n%r",
 	.deliver_log_format = "msgid=%m: %$",
-	.recipient_delimiter = "",
+	.recipient_delimiter = "+",
 	.quota_full_tempfail = FALSE,
 	.lda_mailbox_autocreate = FALSE,
 	.lda_mailbox_autosubscribe = FALSE


More information about the dovecot-cvs mailing list