bundles/dovecot: introduce
This commit is contained in:
parent
f42dda5961
commit
18b573a9c6
7 changed files with 286 additions and 0 deletions
11
bundles/dovecot/files/spam-global.sieve
Normal file
11
bundles/dovecot/files/spam-global.sieve
Normal file
|
@ -0,0 +1,11 @@
|
|||
require ["fileinto", "imap4flags"];
|
||||
|
||||
if header :contains "X-Spam-Flag" "YES" {
|
||||
setflag "\\seen";
|
||||
fileinto "Junk";
|
||||
}
|
||||
|
||||
if header :contains "X-Spam" "Yes" {
|
||||
setflag "\\seen";
|
||||
fileinto "Junk";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue