Warning, /pim/libksieve/src/ksievecore/vacation/autotests/data/vacation-disable.siv is written in an unsupported language. File is not indexed.

0001 require ["vacation"];
0002 
0003 if false # allof(not header :contains "X-Spam-Flag" "YES", address :domain :contains "from" "kde.org")
0004 {
0005         vacation :addresses [ "foo@kde.org", "bla@kde.org" ] :days 7 :subject "out of office" text:
0006 I am not here
0007 .
0008 ;
0009 }