Hi,I need some help. I use dovecot and dovecot-sieve on a freebsd 7.0-release.
everything worked fine without dovecot sieve. I want to deliver amavisd spam
marked messages to the 'spam' folder of the user. the system uses
virtual environment with multiple domains (and users).all want is a global
sieve, to all users, all domains.I googled, but I cannot find the problem,my
protocol lda section:protocol lda { log_path =
/usr/local/vmail/dovecot-deliver.log
sieve_global_dir = /usr/local/vmail/globalsieverc
mail_plugins = cmusieve mail_debug =
yes log_path = /var/log/dovecot-deliver
info_log_path = /var/log/dovecot-deliver
postmaster_address = postmaster at tamann.hu
mail_plugin_dir = /usr/local/lib/dovecot/lda sendmail_path
= /usr/sbin/sendmail}globalsieverc:require "fileinto";if header
:contains "X-Spam-Flag" "YES"
{ fileinto
"Spam";
stop;}thank you for your help,and sorry for my bad english.t
