Warning, /pim/libksieve/src/ksievecore/scriptsparsing/autotests/data/body.siv is written in an unsupported language. File is not indexed.

0001 # rule:[Gerrit CI Success]
0002 if allof (exists "X-Gerrit-Commit", not body :text :contains ["WARNINGS","FAILURE"], header :contains "from" "Continuous Integration (Code Review)")
0003 {
0004         setflag "\\Seen";
0005         fileinto "INBOX/Trash";
0006         stop;
0007 }