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

Change SPAM bait list from text/spambait.can to ctrl/spambait.cfg.

parent 92500b9f
No related branches found
No related tags found
No related merge requests found
......@@ -2458,7 +2458,8 @@ static void smtp_thread(void* arg)
}
/* Check for SPAM bait recipient */
if(trashcan(&scfg,rcpt_addr,"spambait")) {
sprintf(str,"%sspambait.cfg",scfg.ctrl_dir);
if(findstr(str,rcpt_addr)) {
sprintf(str,"SPAM BAIT (%s) taken", rcpt_addr);
lprintf("%04d !SMTP %s by: %s"
,socket, str, reverse_path);
......
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