On 24.01.2009 09:49 David Anderson wrote:
> 
> Thanks for the reply again. Here it is:
> ...
> Jan 24 08:38:04 levi deliver(supp...@example.com): 
> msgid=<200901241137.59870.da...@example.com>: sent vacation response to 
> <da...@example.com>
> Jan 24 08:38:04 levi deliver(supp...@example.com): 
> msgid=<200901241137.59870.da...@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" "supp...@example.com")
        {
        vacation :days 1 :addresses ["supp...@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: <supp...@example.com>
From: <da...@example.com>
Subject: whatever


Regards,
Pascal

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

Reply via email to