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
Dirk Dankhoff
ISPConfig 3
Commits
7d54974b
Commit
7d54974b
authored
Aug 18, 2011
by
tbrehm
Browse files
Fixed: FS#1697 - sieve broken when " in vacationtext
parent
952f9d07
Changes
1
Show whitespace changes
Inline
Side-by-side
server/plugins-available/maildeliver_plugin.inc.php
View file @
7d54974b
...
...
@@ -115,6 +115,8 @@ class maildeliver_plugin {
// Autoresponder
$tpl
->
setVar
(
'autoresponder'
,
$data
[
"new"
][
"autoresponder"
]);
$data
[
"new"
][
"autoresponder_text"
]
=
str_replace
(
"
\"
"
,
"'"
,
$data
[
"new"
][
"autoresponder_text"
]);
$tpl
->
setVar
(
'autoresponder_text'
,
$data
[
"new"
][
"autoresponder_text"
]);
file_put_contents
(
$sieve_file
,
$tpl
->
grab
());
...
...
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