Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Apr 2003 11:46:33 -0600
From:      Kirk Strauser <kirk@strauser.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Sendmail + Cyrus + Procmail(?) + SpamAssassin
Message-ID:  <87of3oeqrq.fsf@pooh.honeypot.net>
In-Reply-To: <20030402104508.6cf80475.flynn@energyhq.homeip.net> (Miguel Mendez's message of "Wed, 2 Apr 2003 10:45:08 %2B0200")
References:  <87k7eeyc57.fsf@pooh.honeypot.net> <20030401083042.35dceb2f.flynn@energyhq.homeip.net> <8765pyxmkj.fsf@pooh.honeypot.net> <20030402104508.6cf80475.flynn@energyhq.homeip.net>

next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-=
Content-Transfer-Encoding: quoted-printable

At 2003-04-02T08:45:08Z, Miguel Mendez <flynn@energyhq.homeip.net> 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 =3D yes" flag
somewhere?
=2D-=20
Kirk Strauser
In Googlis non est, ergo non est.

--=-=-=
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQA+iyH95sRg+Y0CpvERAtHJAJ0TiRvekjojk1siqKBruu0wejUaEACfQQPE
8ADYa7u+hoCkFVdfqWHzJ9k=
=OulD
-----END PGP SIGNATURE-----
--=-=-=--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87of3oeqrq.fsf>