Skip to content

Commit 826789a

Browse files
author
Till Brehm
committed
Fixed: #4150 Outgoing bcc warning: empty lookup result
1 parent 2d1e0dd commit 826789a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/tpl/mysql-virtual_outgoing_bcc.cf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dbname = {mysql_server_database}
44
table = mail_user
55
select_field = sender_cc
66
where_field = email
7-
additional_conditions = and postfix = 'y' and disabledeliver = 'n' and disablesmtp = 'n'
7+
additional_conditions = and postfix = 'y' and disabledeliver = 'n' and disablesmtp = 'n' and sender_cc != ''
88
hosts = 127.0.0.1

0 commit comments

Comments
 (0)