You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789
  1. ## Generated by Vacation Sieve plugin for roundcube, the Fri, 04 Nov 2016 00:24:07 +0000 ##
  2. require ["fileinto","variables"];
  3. set "subject" "";
  4. # rule:[spam]
  5. if header :contains "subject" "[SPAM]"
  6. {
  7. fileinto "Junk";
  8. }