Warning, /pim/libksieve/src/ksievecore/vacation/autotests/data/vacation-deactivate-complex-old.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 false # allof (currentdate :zone "+0100" :value "ge" "date" "2015-01-02", currentdate :zone "+0100" :value "le" "date" "2015-03-04", not header :contains "X-Spam-Flag" "YES", address :domain :contains "from" "example.org") 0006 { 0007 vacation :days 7 :addresses "test@test.de" :subject "XXX" "dsfgsdfgsdfg"; 0008 }