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

Fixed extra %s in illegal subject lprintf statement.

parent c9d10dd8
No related branches found
No related tags found
No related merge requests found
......@@ -1555,7 +1555,7 @@ static void smtp_thread(void* arg)
p=buf+8;
while(*p && *p<=' ') p++;
if(trashcan(&scfg,p,"subject")) {
lprintf("%04d !SMTP ILLEGAL SUBJECT '%s' from %s [%s]"
lprintf("%04d !SMTP ILLEGAL SUBJECT '%s' from %s"
,socket, p, reverse_path);
sprintf(tmp,"Blocked subject '%s' from %s"
,p, 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