mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-31 07:09:57 +02:00
init spams to junk
This commit is contained in:
parent
7eacb4cfc0
commit
d829905cf7
7 changed files with 126 additions and 13 deletions
4
target/dovecot/sieve/before.spam.sieve
Normal file
4
target/dovecot/sieve/before.spam.sieve
Normal file
|
@ -0,0 +1,4 @@
|
|||
require "fileinto";
|
||||
if header :contains "X-Spam-Flag" "YES" {
|
||||
fileinto "Junk";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue