Skip to content
Snippets Groups Projects
Commit 0e3f3f40 authored by rswindell's avatar rswindell
Browse files

Changed terminology from "filtered" to "blocked" when adding a spammer to the

spamblock.cfg list.
parent d589c141
No related branches found
No related tags found
No related merge requests found
......@@ -2469,9 +2469,9 @@ static void smtp_thread(void* arg)
,socket, str, reverse_path);
strcpy(tmp,"REFUSED");
if(dnsbl_result.s_addr==0) { /* Don't double-filter */
lprintf("%04d !FILTERING IP ADDRESS: %s", socket, host_ip);
lprintf("%04d !BLOCKING IP ADDRESS: %s in %s", socket, host_ip, spam_block);
filter_ip(&scfg, "SMTP", str, host_name, host_ip, reverse_path, spam_block);
strcat(tmp," and FILTERED");
strcat(tmp," and BLOCKED");
}
spamlog(&scfg, "SMTP", tmp, "Attempted recipient in SPAM BAIT list"
,host_name, host_ip, rcpt_addr, reverse_path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment