mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
7 lines
146 B
Sieve
7 lines
146 B
Sieve
require ["fileinto", "envelope", "mailbox", "imap4flags"];
|
|
|
|
if header :contains "X-Spam" "YES" {
|
|
fileinto :create "Junk";
|
|
setflag "\\seen";
|
|
}
|