We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a00e6f + 2ffbeb6 commit 1372940Copy full SHA for 1372940
1 file changed
server/conf/sieve_filter.master
@@ -29,6 +29,8 @@ redirect "<tmpl_var name='address'>";
29
# You can create and activate a per-user sieve script (manually or via managesieve),
30
# which will execute before this.
31
32
+require ["fileinto", "mailbox", "regex", "date", "relational", "vacation", "imap4flags", "envelope", "subaddress", "copy", "reject"];
33
+
34
<tmpl_if name="move_junk" op="==" value="a">
35
# Move spam to spam folder
36
if anyof (header :contains "X-Spam-Flag" "YES", header :contains "X-Spam" "Yes", header :contains "subject" "*** SPAM ***", header :contains "subject" "***SPAM***") {
0 commit comments