From owner-freebsd-questions@FreeBSD.ORG Wed Apr 2 09:46:44 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5756A37B401 for ; Wed, 2 Apr 2003 09:46:44 -0800 (PST) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id A53BA43F93 for ; Wed, 2 Apr 2003 09:46:42 -0800 (PST) (envelope-from kirk@strauser.com) Received: from pooh.honeypot.net.strauser.com (kirk@pooh.honeypot.net [10.0.5.128]) by kanga.honeypot.net (8.12.8/8.12.7) with ESMTP id h32Hkbw3063982 for ; Wed, 2 Apr 2003 11:46:38 -0600 (CST) (envelope-from kirk@strauser.com) To: freebsd-questions@freebsd.org From: Kirk Strauser Date: Wed, 02 Apr 2003 11:46:33 -0600 In-Reply-To: <20030402104508.6cf80475.flynn@energyhq.homeip.net> (Miguel Mendez's message of "Wed, 2 Apr 2003 10:45:08 +0200") Message-ID: <87of3oeqrq.fsf@pooh.honeypot.net> Lines: 24 X-Mailer: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux) References: <87k7eeyc57.fsf@pooh.honeypot.net> <20030401083042.35dceb2f.flynn@energyhq.homeip.net> <8765pyxmkj.fsf@pooh.honeypot.net> <20030402104508.6cf80475.flynn@energyhq.homeip.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Subject: Re: Sendmail + Cyrus + Procmail(?) + SpamAssassin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2003 17:46:44 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable At 2003-04-02T08:45:08Z, Miguel Mendez 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----- --=-=-=--