Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorschmid <schmid>2006-09-03 17:31:17 +0400
committerschmid <schmid>2006-09-03 17:31:17 +0400
commit5f256d1b49fce88d6910794909b8dd6a18860efd (patch)
treee0ed95ef41ac1f050546ddfadf678f4c18618e40 /docs
parent786ebf914c912cd62ac798bfe19cd59a16a67475 (diff)
added a new test which the extension failed to parse
Diffstat (limited to 'docs')
-rw-r--r--docs/rfc3028 - sievescripts.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/rfc3028 - sievescripts.txt b/docs/rfc3028 - sievescripts.txt
index b67ff5bc..e8af3299 100644
--- a/docs/rfc3028 - sievescripts.txt
+++ b/docs/rfc3028 - sievescripts.txt
@@ -170,3 +170,9 @@ else
# folder.
fileinto "personal";
}
+
+__________________________________________________
+if anyof address :domain :is ["From", "To"] "company.com"
+ {
+ keep; # keep in "In" folder
+ }