Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
47f4efd1
Commit
47f4efd1
authored
Aug 07, 2017
by
Till Brehm
Browse files
Add autoresponder subject variable for dovecot versions older than 1.2
parent
44cadc21
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/conf/sieve_filter.master
View file @
47f4efd1
...
...
@@ -32,7 +32,7 @@ if header :contains "X-Spam-Flag" "YES" {
stop;
}
vacation :days 1
:subject "
Out of office reply
"
:subject "
<tmpl_var name='autoresponder_subject'>
"
# :addresses ["test@test.int", "till@test.int"]
<tmpl_var name='addresses'>
"<tmpl_var name='autoresponder_text'>";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment