7 lines
105 B
Sieve
7 lines
105 B
Sieve
require ["fileinto","mailbox"];
|
|
|
|
if header :contains "X-Spam-Flag" "YES" {
|
|
fileinto :create "Junk";
|
|
}
|
|
|