Skip to content

Commit 1ad2076

Browse files
author
Till Brehm
committed
Merge branch 'sieve_redirect_copy' into 'develop'
Sieve redirect needs :copy See merge request ispconfig/ispconfig3!1220
2 parents 88f9d6a + 3a20b70 commit 1ad2076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/sieve_filter.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if anyof (header :contains "X-Spam-Flag" "YES", header :contains "X-Spam" "Yes",
1717
<tmpl_if name="cc">
1818
# Send a copy of email to
1919
<tmpl_loop name="ccloop">
20-
redirect "<tmpl_var name='address'>";
20+
redirect :copy "<tmpl_var name='address'>";
2121
</tmpl_loop>
2222
</tmpl_if>
2323

0 commit comments

Comments
 (0)