Skip to content
Snippets Groups Projects
Commit 14ee7385 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed: FS#3609 - When create a sieve filter (ex. autoresponder) insert null in file.

parent 308c18aa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment