33# You can create and activate a per-user sieve script (manually or via managesieve),
44# which will execute after this.
55
6- require ["fileinto ", "mailbox ", "regex ", "date ", "relational ", "vacation ", "imap4flags ", "envelope ", "subaddress", "copy ", "reject "];
6+ require ["body ", "copy ", "date ", "envelope ", "fileinto ", "imap4flags ", "mailbox ", "regex ", "reject", "relational", " subaddress", "vacation ", "variables "];
77
88<tmpl_if name="move_junk" op="==" value="y">
99# Move spam to spam folder
@@ -29,7 +29,7 @@ redirect :copy "<tmpl_var name='address'>";
2929# You can create and activate a per-user sieve script (manually or via managesieve),
3030# which will execute before this.
3131
32- require ["fileinto ", "mailbox ", "regex ", "date ", "relational ", "vacation ", "imap4flags ", "envelope ", "subaddress", "copy ", "reject "];
32+ require ["body ", "copy ", "date ", "envelope ", "fileinto ", "imap4flags ", "mailbox ", "regex ", "reject", "relational", " subaddress", "vacation ", "variables "];
3333
3434<tmpl_if name="move_junk" op="==" value="a">
3535# Move spam to spam folder
0 commit comments