Warning, /pim/libksieve/src/ksieveui/autocreatescripts/autotests/data/not-condition2-ref.siv is written in an unsupported language. File is not indexed.
0001 require "ihave"; 0002 require "foreverypart"; 0003 0004 # rule:[Script part 0] 0005 #Script name: not condition 0006 0007 if allof (not header :is "Content-Type" "sdfsdf" 0008 , ihave "xvwx" 0009 ) 0010 { 0011 break; 0012 }