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