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