Re: [Dovecot] [SIEVE: Redirect] Double ">" in forwarded envelop sender address => Gmail syntax error

2009-04-20 Thread Toorop
Timo Sirainen a écrit : Mail rejections were fixed to use -f parameter, but I guess forwards should too. Fixed: http://hg.dovecot.org/dovecot-1.1/rev/b217c085ba15 Thanks ;) -- Toorop http://www.flickr.com/photos/toorop/

Re: [Dovecot] [SIEVE: Redirect] Double ">" in forwarded envelop sender address => Gmail syntax error

2009-04-20 Thread Timo Sirainen
On Mon, 2009-04-20 at 17:02 +0200, Stephan Bosch wrote: > http://hg.dovecot.org/dovecot-1.1/file/1.1.14/src/deliver/mail-send.c > > at line 178, the return path is not taken from the -f parameter for > forwarded messages. It is in stead extracted from the message itself and > the address is not

Re: [Dovecot] [SIEVE: Redirect] Double ">" in forwarded envelop sender address => Gmail syntax error

2009-04-20 Thread Stephan Bosch
Toorop wrote: Plateform: gentoo + qmail My deliver line is in a .qmail-USER file: |/var/qmail/bin/preline /usr/libexec/dovecot/deliver -f ${SENDER:-<>} -d u...@domain.tld I notice that sieve implementation in Dovecot use double ">" for the envelop sender when there is a redirect command in s