summaryrefslogtreecommitdiff
blob: 7931a71787c977071c20fa8fe558b316acd9e931 (plain) (blame)
1
2
3
4
5
require ["fileinto"];

if header :is "X-Spam" "Yes" {
  fileinto "Junk";
}
Powered by cgit v1.2.3 (git 2.41.0)