Re: [Dovecot] Sieve filters forwarding erratic after upgrade to 1.1.8
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@example.com): msgid=200901241137.59870.david@example.com: sent vacation response to david@example.com Jan 24 08:38:04 levi deliver(support@example.com): msgid=200901241137.59870.david@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@example.com") { vacation :days 1 :addresses ["support@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@example.com From: david@example.com Subject: whatever
Regards, Pascal
-- Ubuntu is an ancient African word meaning “I can’t install Debian.” -- unknown
participants (1)
-
Pascal Volk