[Dovecot] Sieve filters forwarding erratic after upgrade to 1.1.8

Pascal Volk user+dovecot at localhost.localdomain.org
Sat Jan 24 20:15:39 EET 2009


On 24.01.2009 09:49 David Anderson wrote:
> 
> Thanks for the reply again. Here it is:
> ...
> Jan 24 08:38:04 levi deliver(support at example.com): msgid=<200901241137.59870.david at example.com>: sent vacation response to <david at example.com>
> Jan 24 08:38:04 levi deliver(support at example.com): msgid=<200901241137.59870.david at example.com>: saved mail to INBOX

OK, let me guess: This was this part:
	if allof (not header :contains "Subject" "Re:",
	not header :contains "From" "support at example.com")
	{
	vacation :days 1 :addresses ["support at example.com"] text:
	Blah blah blah
	(snipped)
	.
	;
	stop;
	^^^^

After "stop;" the execution of the sieve script is done.
What happens if you send an e-mail with the following headers?
To: <support at example.com>
From: <david at example.com>
Subject: whatever


Regards,
Pascal

-- 
Ubuntu is an ancient African word meaning “I can’t install Debian.”
                                                         -- unknown


More information about the dovecot mailing list