How would I get the rule
if header :contains "X-spam-flag" "YES" {
fileinto "Junk";
}To apply to all users mail at delivery time?
How would I get the rule
if header :contains "X-spam-flag" "YES" {
fileinto "Junk";
}To apply to all users mail at delivery time?