X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/389ca47a59cc0247fcee8a50da42aa00af5f7a90..9940096804c9f3985ca3bc9d862cefa0daa29c96:/src/src/verify.c diff --git a/src/src/verify.c b/src/src/verify.c index 6e3e6a3af..eaab14dc9 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -601,7 +601,10 @@ else #ifdef SUPPORT_TLS if (tls_offered && verify_check_this_host(&(ob->hosts_avoid_tls), NULL, host->name, - host->address, NULL) != OK) + host->address, NULL) != OK && + verify_check_this_host(&(ob->hosts_verify_avoid_tls), NULL, host->name, + host->address, NULL) != OK + ) { uschar buffer2[4096]; if ( !smtps