Sendmail + Cyrus + Procmail(?) + SpamAssassin
Kirk Strauser
kirk at strauser.com
Wed Apr 2 09:46:44 PST 2003
At 2003-04-02T08:45:08Z, Miguel Mendez <flynn at 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 = yes" flag
somewhere?
--
Kirk Strauser
In Googlis non est, ergo non est.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20030402/8ac8c52e/attachment.bin
More information about the freebsd-questions
mailing list