Trying to find out if dovecot supports the use of multiple recipient delimiters, as postfix does, but can't find an answer... The wiki only mentions it in two meaningful places (that I can find)... With respect to postfix: /wiki.dovecot.org/LDA/Postfix The above seems to imply that for postfix/LDA all I need to do is define it in postfix (which supports multiple recipient delimiters). And with Pigeonhole/Sieve: wiki.dovecot.org/Pigeonhole/Sieve/Configuration It seems to be saying that I must also define the same recipient_delimiters in dovecot config if using LMTP, and also if I want to use sieve for filtering of mail. But, the example and text says nothing about the use of multiple delimiters... So, is this supported? If so, the wiki should be updated to reflect this...
On 6/2/2016 10:35 AM, Tanstaafl <tanstaafl at libertytrek.org> wrote:> Trying to find out if dovecot supports the use of multiple recipient > delimiters, as postfix does, but can't find an answer...The reason this is important is simple. I've encountered a lot of sites that refuse to accept an email with the '+' character in it, but every one of them has accepted one with a '-' sign as the delimiter, so I use both.
On 6/2/2016 3:50 PM, Tanstaafl <tanstaafl at libertytrek.org> wrote:> On 6/2/2016 10:35 AM, Tanstaafl <tanstaafl at libertytrek.org> wrote: >> Trying to find out if dovecot supports the use of multiple recipient >> delimiters, as postfix does, but can't find an answer... > > The reason this is important is simple. I've encountered a lot of sites > that refuse to accept an email with the '+' character in it, but every > one of them has accepted one with a '-' sign as the delimiter, so I use > both.I did find the prior questions asking the same thing, and that there was a patch (one liner?) - but apparently it was never integrated? Timo? Any chance of incorporating this? Here's a link to the message with the patch: https://www.mail-archive.com/dovecot at dovecot.org/msg65308.html