We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f5e435 + 47f4efd commit d852622Copy full SHA for d852622
server/conf/sieve_filter.master
@@ -32,7 +32,7 @@ if header :contains "X-Spam-Flag" "YES" {
32
stop;
33
}
34
vacation :days 1
35
- :subject "Out of office reply"
+ :subject "<tmpl_var name='autoresponder_subject'>"
36
# :addresses ["test@test.int", "till@test.int"]
37
<tmpl_var name='addresses'>
38
"<tmpl_var name='autoresponder_text'>";
0 commit comments