2012/7/16 Stephan Bosch :
> On 7/16/2012 5:00 PM, Lazy wrote:
>>
>> 2012/7/16 Lazy :
>>
>>
>> i have got it
>>
>> if ( recipient != NULL )
>> rfc2822_header_field_write(f,
>> "X-Sieve-Redirected-From", recipient);
>>
>> was adding crlf in the headers, and it made whole email
On 7/16/2012 5:00 PM, Lazy wrote:
2012/7/16 Lazy :
i have got it
if ( recipient != NULL )
rfc2822_header_field_write(f,
"X-Sieve-Redirected-From", recipient);
was adding crlf in the headers, and it made whole email inconsistent
(when I have removed crlf filter before)
2012/7/16 Lazy :
> Hi Aall,
>
> we are having issues with outlook clients, running exchange or lotus
> being unable to parse the email messages redirected by
>
> dovecot's sieve 0.3.1, the command is plain redirect "em...@lotusmail.xxx";
> redirects from mta also work correctly
>
>
> exchange was f
Hi Aall,
we are having issues with outlook clients, running exchange or lotus
being unable to parse the email messages redirected by
dovecot's sieve 0.3.1, the command is plain redirect "em...@lotusmail.xxx";
redirects from mta also work correctly
exchange was fixed by removing this commit
http