Warning, /pim/libksieve/src/ksieveui/autocreatescripts/autotests/data/test-exists-ref.siv is written in an unsupported language. File is not indexed.

0001 # rule:[Script part 0]
0002 #Script name: test-exists
0003 
0004 if allof (exists "Date"
0005 , not exists "Reply-To"
0006 )
0007 {
0008     stop;
0009 }