From 826789a04680a064998d9651b553bf2b25627387 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Fri, 26 Aug 2016 18:33:24 +0200 Subject: [PATCH] Fixed: #4150 Outgoing bcc warning: empty lookup result --- install/tpl/mysql-virtual_outgoing_bcc.cf.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tpl/mysql-virtual_outgoing_bcc.cf.master b/install/tpl/mysql-virtual_outgoing_bcc.cf.master index fbd82db5c0..af062f66b2 100644 --- a/install/tpl/mysql-virtual_outgoing_bcc.cf.master +++ b/install/tpl/mysql-virtual_outgoing_bcc.cf.master @@ -4,5 +4,5 @@ dbname = {mysql_server_database} table = mail_user select_field = sender_cc where_field = email -additional_conditions = and postfix = 'y' and disabledeliver = 'n' and disablesmtp = 'n' +additional_conditions = and postfix = 'y' and disabledeliver = 'n' and disablesmtp = 'n' and sender_cc != '' hosts = 127.0.0.1 \ No newline at end of file -- GitLab