We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88f9d6a + 3a20b70 commit 1ad2076Copy full SHA for 1ad2076
1 file changed
server/conf/sieve_filter.master
@@ -17,7 +17,7 @@ if anyof (header :contains "X-Spam-Flag" "YES", header :contains "X-Spam" "Yes",
17
<tmpl_if name="cc">
18
# Send a copy of email to
19
<tmpl_loop name="ccloop">
20
-redirect "<tmpl_var name='address'>";
+redirect :copy "<tmpl_var name='address'>";
21
</tmpl_loop>
22
</tmpl_if>
23
0 commit comments