Skip to content
Snippets Groups Projects
Commit fc9d6410 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo in previous commit

parent a19d58c1
No related branches found
No related tags found
No related merge requests found
Pipeline #4986 passed
......@@ -3207,7 +3207,7 @@ int fmsgtosmsg(char* fbuf, fmsghdr_t* hdr, uint usernumber, uint subnum)
time32_t now=time32(NULL);
ulong max_msg_age = (subnum == INVALID_SUB) ? cfg.max_netmail_age : cfg.max_echomail_age;
if(find2str_in_list(hdr->from, hdr->to, twit_list)) {
if(find2strs_in_list(hdr->from, hdr->to, twit_list)) {
lprintf(LOG_INFO,"Filtering message from %s to %s",hdr->from,hdr->to);
return IMPORT_FILTERED_TWIT;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment