Skip to content

Commit 3a20b70

Browse files
committed
sieve redirect reuires :copy to maintain implicit keep
1 parent 85e4167 commit 3a20b70

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)