diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-08-02 09:22:31 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-08-02 09:22:31 +0200 |
commit | b2c5869fe24eff81a92bc233bfef374bdb7afc31 (patch) | |
tree | 57426d6e229e5de555e8373f15fb82a2e04adc01 /plugins/managesieve/tests/src/parser.out | |
parent | 2feba7bf4d33fccb596e0cbb7ec1d721d557c7e4 (diff) |
Skip optional :all modified in address/envelope rule
Diffstat (limited to 'plugins/managesieve/tests/src/parser.out')
-rw-r--r-- | plugins/managesieve/tests/src/parser.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/managesieve/tests/src/parser.out b/plugins/managesieve/tests/src/parser.out index 366515b06..cb0bad5e7 100644 --- a/plugins/managesieve/tests/src/parser.out +++ b/plugins/managesieve/tests/src/parser.out @@ -39,7 +39,7 @@ if true } fileinto "Test"; # rule:[address test] -if address :all :is "From" "nagios@domain.tld" +if address :is "From" "nagios@domain.tld" { fileinto "domain.tld"; stop; |