From ef2e7b3f9d264ec146d4dae257b1e295ab3b462a Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 21 Apr 2015 12:45:58 +0200 Subject: updates - plugins as a separate git folder --- plugins/managesieve/tests/src/parser_notify_a | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 plugins/managesieve/tests/src/parser_notify_a (limited to 'plugins/managesieve/tests/src/parser_notify_a') diff --git a/plugins/managesieve/tests/src/parser_notify_a b/plugins/managesieve/tests/src/parser_notify_a deleted file mode 100644 index e51e2aa8d..000000000 --- a/plugins/managesieve/tests/src/parser_notify_a +++ /dev/null @@ -1,18 +0,0 @@ -require ["notify","variables"]; -# rule:[notify1] -if header :contains "from" "boss@example.org" -{ - notify :low :message "This is probably very important"; - stop; -} -# rule:[subject] -if header :matches "Subject" "*" -{ - set "subject" "${1}"; -} -# rule:[from notify2] -if header :matches "From" "*" -{ - set "from" "${1}"; - notify :high :method "mailto" :options "test@example.org" :message "${from}: ${subject}"; -} -- cgit v1.2.3