Skip to content

Commit 2ffbeb6

Browse files
author
Marius Burkard
committed
Add missing require line for sieve
1 parent 9a00e6f commit 2ffbeb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/conf/sieve_filter.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ redirect "<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"];
33+
3234
<tmpl_if name="move_junk" op="==" value="a">
3335
# Move spam to spam folder
3436
if anyof (header :contains "X-Spam-Flag" "YES", header :contains "X-Spam" "Yes", header :contains "subject" "*** SPAM ***", header :contains "subject" "***SPAM***") {

0 commit comments

Comments
 (0)