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-...@
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
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