Re: [Dovecot] [PATCH] LMTP: Permit user IDs containing recipient_delimiter

2013-01-18 Thread Ulrich Zehl
On Tue, Jan 15, 2013 at 08:44:57AM +0200, Timo Sirainen wrote: > On Sat, 2013-01-12 at 17:45 +0100, Ulrich Zehl wrote: > > The Dovecot 2.1 LMTP server currently always strips the address extension > > from a recipient address (if recipient_delimiter is set), meaning user IDs > > cannot contain the

Re: [Dovecot] [PATCH] LMTP: Permit user IDs containing recipient_delimiter

2013-01-14 Thread Timo Sirainen
On Sat, 2013-01-12 at 17:45 +0100, Ulrich Zehl wrote: > The Dovecot 2.1 LMTP server currently always strips the address extension > from a recipient address (if recipient_delimiter is set), meaning user IDs > cannot contain the recipient delimiter character, e.g. "user+foo" is not > supported. > >

[Dovecot] [PATCH] LMTP: Permit user IDs containing recipient_delimiter

2013-01-12 Thread Ulrich Zehl
The Dovecot 2.1 LMTP server currently always strips the address extension from a recipient address (if recipient_delimiter is set), meaning user IDs cannot contain the recipient delimiter character, e.g. "user+foo" is not supported. This was surprising for me, as Postfix behaves differently in thi