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
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
Hello,
does the recipient_delimiter option accepts multiple delimiter by now?
--
Regards
Jörg Backschues
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