Aleksander Machniak
2016-02-05 bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326
plugins/managesieve/tests/src/parser.out
@@ -1,4 +1,4 @@
require ["fileinto","reject","envelope"];
require ["envelope","fileinto","reject"];
# rule:[spam]
if header :contains "X-DSPAM-Result" "Spam"
{
@@ -12,7 +12,7 @@
   stop;
}
# rule:[test2]
if anyof (not header :comparator "i;octet" :contains "Subject" "[test]", header :contains "Subject" "[test2]")
if anyof (not header :contains :comparator "i;octet" "Subject" "[test]", header :contains "Subject" "[test2]")
{
   fileinto "test";
   stop;
@@ -39,7 +39,7 @@
}
fileinto "Test";
# rule:[address test]
if address :all :is "From" "nagios@domain.tld"
if address :is "From" "nagios@domain.tld"
{
   fileinto "domain.tld";
   stop;