1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/dovecot/sieve/after.sieve
2016-06-05 19:28:08 +02:00

7 lines
146 B
Sieve

require ["fileinto", "envelope", "mailbox", "imap4flags"];
if header :contains "X-Spam" "YES" {
fileinto :create "Junk";
setflag "\\seen";
}