Warning, /pim/libksieve/src/ksieveui/autocreatescripts/tests/scripts/test-current-date.siv is written in an unsupported language. File is not indexed.
0001 require "date"; 0002 0003 #SCRIPTNAME: test-current-date 0004 #Script name: test-current-date 0005 0006 if allof (currentdate :contains "day" "06" 0007 , not currentdate :contains "julian" "sam. janv. 1 2000" 0008 , not currentdate :matches "iso8601" "sam. janv. 1 2000" 0009 , currentdate :is "zone" "sam. janv. 1 2000" 0010 ) 0011 { 0012 keep; 0013 }