2020-02-25 11:28:31 -08:00

6 lines
75 B
Sieve

require ["fileinto"];
if header :is "X-Spam" "Yes" {
fileinto "Junk";
}