diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-27 14:41:57 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-27 14:41:57 +0100 |
commit | d241948034cc2f0dc9691520495f98bf84dd4338 (patch) | |
tree | 0fd81d45745be4949ecc5c5137a9ddf31895e625 /app/build/dovecot/conf/all_before.sieve | |
parent | e2bb0e1b4ea9597db127b87c464f2933d5e01f38 (diff) | |
download | infrastructure-d241948034cc2f0dc9691520495f98bf84dd4338.tar.gz infrastructure-d241948034cc2f0dc9691520495f98bf84dd4338.zip |
Add missing dovecot conf files
Diffstat (limited to 'app/build/dovecot/conf/all_before.sieve')
-rw-r--r-- | app/build/dovecot/conf/all_before.sieve | 5 |
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"; +} + |