Re: multiple recipient_delimiter

2016-03-31 Thread Gedalya
Would be useful to me as well, if this gets merged. On 03/31/2016 11:42 PM, Patrick Domack wrote: > No, my patch still applies to make this happen though. It's just a one > word/line patch. > > > Quoting Jörg Backschues : > >> Hello, >> >> does the recipient_delimiter option accepts multiple del

Re: multiple recipient_delimiter

2016-03-31 Thread Patrick Domack
No, my patch still applies to make this happen though. It's just a one word/line patch. Quoting Jörg Backschues : Hello, does the recipient_delimiter option accepts multiple delimiter by now? -- Regards Jörg Backschues

multiple recipient_delimiter

2016-03-31 Thread Jörg Backschues
Hello, does the recipient_delimiter option accepts multiple delimiter by now? -- Regards Jörg Backschues

Re: Allowing for multiple recipient_delimiter characters?

2016-03-22 Thread Aaron Lindsay
On Fri, Mar 18, 2016 at 5:58 PM, Aaron Lindsay wrote: > Postfix allows the recipient_delimiter configuration parameter to > contain multiple characters, splitting on the first such character it > encounters. For example, if using 'recipient_delimiter=+-' both > aaron+...@example.com and aaron-...@

Re: Allowing for multiple recipient_delimiter characters?

2016-03-20 Thread Charles Marcus
On 3/18/2016 5:58 PM, Aaron Lindsay wrote: > Is anyone opposed to changing dovecot's handling of > recipient_delimiter so that it's the same as that of postfix? If not, > I am willing to rebase/merge/address review comments on Lennart > Weller's patch[1] to get this functionality upstream. > > Whi

Allowing for multiple recipient_delimiter characters?

2016-03-19 Thread Aaron Lindsay
Postfix allows the recipient_delimiter configuration parameter to contain multiple characters, splitting on the first such character it encounters. For example, if using 'recipient_delimiter=+-' both aaron+...@example.com and aaron-...@example.com would be delivered to aa...@example.com. Is anyone