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