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.
1 parent 44cadc2 commit 47f4efdCopy full SHA for 47f4efd
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