server/conf/sieve_filter.master
@@ -2,7 +2,9 @@ <tmpl_if name="cc"> # Send a copy of email to redirect "<tmpl_var name='cc'>"; <tmpl_loop name="ccloop"> redirect "<tmpl_var name='address'>"; </tmpl_loop> </tmpl_if> <tmpl_if name="move_junk" op="==" value="y"> @@ -32,5 +34,6 @@ vacation :days 1 :subject "Out of office reply" # :addresses ["test@test.int", "till@test.int"] <tmpl_var name='addresses'> "<tmpl_var name='autoresponder_text'>"; </tmpl_if>