Warning, /pim/libksieve/src/ksievecore/vacation/autotests/data/vacation-complex-time.siv is written in an unsupported language. File is not indexed.
0001 require ["date","relational","vacation"]; 0002 # EDITOR Roundcube (Managesieve) 0003 # EDITOR_VERSION 8.2 0004 # rule:[Urlaub] 0005 if allof (currentdate :value "ge" "iso8601" "2015-01-02T02:00:00+00:00", currentdate :value "le" "date" "2015-03-04", not header :contains "X-Spam-Flag" "YES") 0006 { 0007 vacation :days 7 :addresses "test@test.de" :subject "XXX" "dsfgsdfgsdfg"; 0008 }