On 4/9/2014 7:46 PM, Milan Cvetkovic wrote: > Hi dovecot.org, > > When I set up vacation filter for a mailbox, the vacation response is > generated even though none of the addresses in the email are same as > the mailbox address itself. > > I have example email sent to "[email protected]" which gets > delivered to "[email protected]" by dovecot-lda. > > The invocation command is: > > # /usr/lib/dovecot/dovecot-lda \ > -d user \ > -f [email protected] \ > -a [email protected] \ > -p /tmp/test.email > > # cat /tmp/test.email > Message-ID: <test3> > From: John Doe <[email protected]> > To: [email protected] > Subject: test3 vacation response as aliastouser > > This is the only line in test.email.
Well, you specify -a [email protected] and no -r argument. This means that Sieve sees [email protected] as envelope recipient. Obviously, that is listed in the 'To' header of the message, making a vacation response valid. http://wiki2.dovecot.org/LDA Regards, Stephan.
