5 lines
91 B
Sieve
5 lines
91 B
Sieve
require "fileinto";
|
|
if header :contains "X-Spam-Flag" "YES" {
|
|
fileinto "Spam";
|
|
stop;
|
|
} |