We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e4167 commit 3a20b70Copy full SHA for 3a20b70
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