Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Zvonimir
ISPConfig 3
Commits
14ee7385
Commit
14ee7385
authored
Aug 14, 2014
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: FS#3609 - When create a sieve filter (ex. autoresponder) insert null in file.
parent
308c18aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
server/plugins-available/maildeliver_plugin.inc.php
server/plugins-available/maildeliver_plugin.inc.php
+1
-0
No files found.
server/plugins-available/maildeliver_plugin.inc.php
View file @
14ee7385
...
...
@@ -130,6 +130,7 @@ class maildeliver_plugin {
$tpl
->
setLoop
(
'ccloop'
,
$tmp_addresses_arr
);
// Custom filters
if
(
$data
[
"new"
][
"custom_mailfilter"
]
==
'NULL'
)
$data
[
"new"
][
"custom_mailfilter"
]
=
''
;
$tpl
->
setVar
(
'custom_mailfilter'
,
$data
[
"new"
][
"custom_mailfilter"
]);
// Move junk
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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