Hi cyrus users!
I have a simple question:
Is there a way to make a server-wide sieve script?
Example:
# Simple SPAM filter
require "fileinto";
if header :contains "X-Spam-Flag" "YES" { fileinto "INBOX.Spam";
Of what I found of the Internet, sieve is more user-oriented more than server-wide oriented, if it's the case, do you have an alternative to move mail to a specific folder? The solution suggested have to be server-wide because I want to move spam to a special folder for all users.
My MTA is sendmail and I use milter-spamc with SA.
Thanks! -- Gabriel Latour UNIX system administrator www.interplusonline.com www.maximustelecom.com 514-620-9011 ext.102 --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html