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

0001 require "date";
0002 require "imap4flags";
0003 
0004 #SCRIPTNAME: test-current-date
0005 #Script name: test-current-date
0006 if allof (currentdate :contains "day" "06"
0007 , not currentdate :contains "julian" "Friday, 12 May 2017"
0008 , not currentdate :matches "iso8601" "Friday, 12 May 2017"
0009 , currentdate :is "zone" "Friday, 12 May 2017"
0010 )
0011 {
0012     keep;
0013 }