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

Fixed: #4150 Outgoing bcc warning: empty lookup result

parent 2d1e0ddb
No related branches found
No related tags found
No related merge requests found
......@@ -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
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