1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-16 10:59:53 +02:00
Mailu/dovecot/sieve/after.sieve

7 lines
146 B
Sieve
Raw Normal View History

2016-06-05 19:28:08 +02:00
require ["fileinto", "envelope", "mailbox", "imap4flags"];
2016-02-21 16:07:12 +02:00
2016-05-29 15:55:09 +02:00
if header :contains "X-Spam" "YES" {
2016-06-05 19:28:08 +02:00
setflag "\\seen";
2016-08-11 14:06:25 +02:00
fileinto :create "Junk";
2016-02-21 16:07:12 +02:00
}