Merging my branch and d00ps branches to trunk
This commit is contained in:
@@ -4,5 +4,5 @@ dbname = <SQL_DB>
|
||||
table = mail_virtual
|
||||
select_field = destination
|
||||
where_field = email
|
||||
additional_conditions = and destination <> '' and destination <> ' '
|
||||
additional_conditions = and TRIM(destination) <> ''
|
||||
hosts = <SQL_HOST>
|
||||
|
||||
Reference in New Issue
Block a user