changeset 10564:69c793c7f185 HEAD

recipient_delimiter defaults to "+" now. Also added to example-config.
author Timo Sirainen <tss@iki.fi>
date Tue, 19 Jan 2010 22:01:18 +0200
parents 45f360c1c9eb
children 32d6a4112147
files doc/example-config/conf.d/lda.conf src/lib-lda/lda-settings.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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 @@
 	.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