At 2003-04-02T08:45:08Z, Miguel Mendez <[EMAIL PROTECTED]> writes:

> http://www.cyrusoft.com/sieve/ is a good starter, specially the provided
> samples. Have a look at them and you'll figure out most of the stuff.

Quick OT question: how do you debug a sieve script?  I uploaded a very
simple script to my server:

    require "fileinto";

    if header :contains "X-Spam-Flag" "YES" {
        fileinto "INBOX.spam";
    } else {
        fileinto "INBOX.foo";
    }

and made it active.  Both of the mailboxes user.kirk.foo and user.kirk.spam
(or INBOX.foo and INBOX.spam as seen from the client) exist, but all mail
keeps coming into INBOX.  Did I miss a "process_sieve_scripts = yes" flag
somewhere?
-- 
Kirk Strauser
In Googlis non est, ergo non est.

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to