Re: [Dovecot] outlook and redirect sieve

2012-07-17 Thread Lazy
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

Re: [Dovecot] outlook and redirect sieve

2012-07-16 Thread 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 inconsistent (when I have removed crlf filter before)

Re: [Dovecot] outlook and redirect sieve

2012-07-16 Thread Lazy
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

[Dovecot] outlook and redirect sieve

2012-07-16 Thread 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 fixed by removing this commit http