Warning, /pim/libksieve/src/ksieveui/autocreatescripts/tests/scripts/test-has-flags.siv is written in an unsupported language. File is not indexed.
0001 require "imap4flags"; 0002 0003 #Script name: has flags 0004 0005 if allof (hasflag :is "test" 0006 , not hasflag :is "variable" "test2" 0007 , hasflag :contains "variable" "test3" 0008 ) 0009 { 0010 keep; 0011 }