forked from Deuxfleurs/infrastructure
5 lines
107 B
Sieve
5 lines
107 B
Sieve
require ["fileinto", "mailbox"];
|
|
if header :contains "X-Spam-Flag" "YES" {
|
|
fileinto :create "Junk";
|
|
}
|
|
|