Skip to content

Commit 3c19f6d

Browse files
author
florian030
committed
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
2 parents adbf18a + 55b8288 commit 3c19f6d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

server/conf/sieve_filter_1.2.master

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
require ["fileinto", "regex", "date", "relational", "vacation"];
22

3-
<tmpl_if name="cc">
4-
# Send a copy of email to
5-
<tmpl_loop name="ccloop">
6-
redirect "<tmpl_var name='address'>";
7-
</tmpl_loop>
8-
</tmpl_if>
9-
103
<tmpl_if name="move_junk" op="==" value="y">
114
# Move spam to spam folder
125
if header :contains "X-Spam-Flag" "YES" {
@@ -16,6 +9,13 @@ if header :contains "X-Spam-Flag" "YES" {
169
}
1710
</tmpl_if>
1811

12+
<tmpl_if name="cc">
13+
# Send a copy of email to
14+
<tmpl_loop name="ccloop">
15+
redirect "<tmpl_var name='address'>";
16+
</tmpl_loop>
17+
</tmpl_if>
18+
1919
<tmpl_var name='custom_mailfilter'>
2020

2121
keep;

0 commit comments

Comments
 (0)