Quoting Patrick Domack :
To make it work the current way, is simple.
I would love for it though, to lookup and see if an mailbox exists
with the delim first, then if it doesn't lookup just the username
part.
Quoting Andrew Ray :
Hi,
It would be nice if the recipient_delimiter confi
To make it work the current way, is simple.
--- a/src/lmtp/commands.c 2013-02-05 18:31:36.0 -0500
+++ b/src/lmtp/commands.c 2014-01-28 18:15:01.011677816 -0500
@@ -387,7 +387,7 @@
return;
domain = strchr(address, '@');
- p = strstr(address, clien
Hi,
It would be nice if the recipient_delimiter configuration option
supported multiple recipient delimiters as Postfix now does.
e.g. now if I set: recipient_delimiter = +- in Postfix, then
test-extens...@sample.com and test+extens...@sample.com are both recognized.
But if I set: recipient_de