]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
recipient_delimiter defaults to "+" now. Also added to example-config.
authorTimo Sirainen <tss@iki.fi>
Tue, 19 Jan 2010 20:01:18 +0000 (22:01 +0200)
committerTimo Sirainen <tss@iki.fi>
Tue, 19 Jan 2010 20:01:18 +0000 (22:01 +0200)
--HG--
branch : HEAD

doc/example-config/conf.d/lda.conf
src/lib-lda/lda-settings.c

index 2a097cecf4bbbdf5d9555d092289650b2acf270a..acc6613718be69951d18629f3f1a05972c1c8a0c 100644 (file)
@@ -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
 
index 8769241387f5c75ddf5e1e1c901c4b453edd1b3d..e8fdcd361ee711824ebeb99a90c68cbd86b6cb29 100644 (file)
@@ -40,7 +40,7 @@ static const struct lda_settings lda_default_settings = {
        .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