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

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