> Try to make a 'cc' rule so that sendmail gets called and sends an >email. Also make sure you have activated the default script, perhaps >between the tests you have omitted to adctivate the script.
My sieve script is loaded and activated: -bash-2.05b# sieveshell -a testuser -u testuser localhost connecting to localhost Please enter your password: > list sievetest <- active script > get sievetest require ["reject","fileinto"]; if address :is :all "From" "[EMAIL PROTECTED]" { reject "testing"; } > quit -bash-2.05b# Is there any way to peer into what sieve is/isn't doing, such as a syslog or something ? --- 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