Skip to content

Commit d852622

Browse files
author
Marius Burkard
committed
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
2 parents 8f5e435 + 47f4efd commit d852622

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
@@ -32,7 +32,7 @@ if header :contains "X-Spam-Flag" "YES" {
3232
stop;
3333
}
3434
vacation :days 1
35-
:subject "Out of office reply"
35+
:subject "<tmpl_var name='autoresponder_subject'>"
3636
# :addresses ["test@test.int", "till@test.int"]
3737
<tmpl_var name='addresses'>
3838
"<tmpl_var name='autoresponder_text'>";

0 commit comments

Comments
 (0)