Warning, /pim/libksieve/src/ksieveui/autocreatescripts/tests/scripts/not-condition2.siv is written in an unsupported language. File is not indexed.

0001 require "ihave";
0002 require "foreverypart";
0003  
0004 #Script name: not condition
0005 
0006 if allof (not header :is "Content-Type" "sdfsdf"
0007 , ihave "xvwx"
0008 )
0009 {
0010     break ;
0011 }
0012