aboutsummaryrefslogtreecommitdiff
path: root/app/build/dovecot/conf/all_before.sieve
diff options
context:
space:
mode:
Diffstat (limited to 'app/build/dovecot/conf/all_before.sieve')
-rw-r--r--app/build/dovecot/conf/all_before.sieve5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/build/dovecot/conf/all_before.sieve b/app/build/dovecot/conf/all_before.sieve
new file mode 100644
index 0000000..7d2e57e
--- /dev/null
+++ b/app/build/dovecot/conf/all_before.sieve
@@ -0,0 +1,5 @@
+require ["fileinto", "mailbox"];
+if header :contains "X-Spam-Flag" "YES" {
+ fileinto :create "Junk";
+}
+