Warning, /pim/libksieve/src/ksieveui/autocreatescripts/autotests/data/failed-1.siv is written in an unsupported language. File is not indexed.

0001 if anyof( allof( header :regex "x-spam-status" "BAYES_[6-9][0-9]",
0002                  not header :contains "x-spam-flag" "yes" ),
0003           allof( header :regex "x-spam-status" "BAYES_[0-4][0-9]",
0004                  header :contains "x-spam-flag" "yes" ) )
0005 {
0006     fileinto "INBOX/trash";
0007     stop;
0008 }