Advertisement
MWTab

Untitled

Jan 29th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. require ["fileinto", "mailbox"];
  2. if header :contains "X-Spam-Flag" "YES" {
  3. fileinto :create "Spam";
  4. discard;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement