Displaying 1 result from an estimated 1 matches for "be2c4dacae2c".
2007 Jul 23
5
sieve discard
Does the keyword/action discard work by default or is there something I have 
to do in the configuration to get to work... maybe I missed something on 
http://wiki.dovecot.org/LDA/Sieve
I have the following rule:
if anyof (
     header :contains ["Subject"] ["Test Discard"]
) {
    discard;
    stop;
}
but it delivers to INBOX with or w/o the "stop;". If I change