Skip to content
Snippets Groups Projects
Commit 4909f629 authored by rswindell's avatar rswindell
Browse files

Changed formatting of DNS blacklisted server log entry.

parent e17d60a8
No related branches found
No related tags found
No related merge requests found
......@@ -1358,7 +1358,7 @@ static void smtp_thread(void* arg)
}
dns_result.s_addr = dns_blacklisted(smtp.client_addr.sin_addr.s_addr,tmp);
if(dns_result.s_addr) {
lprintf("%04d !SMTP SPAM server filtered (%s): %s [%s] = %s"
lprintf("%04d !SMTP SPAM server listed on %s: %s [%s] = %s"
,socket, tmp, host_name, host_ip, inet_ntoa(dns_result));
sprintf(str,"Listed on %s as %s", tmp, inet_ntoa(dns_result));
spamlog(&scfg, "SMTP", str, host_name, host_ip, NULL);
......
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