Sieve 2.2 not working
John Lane
listmail at oceanfree.net
Wed May 11 13:24:24 EDT 2005
> 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" "me at mydomain.com"
{
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
More information about the Info-cyrus
mailing list