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

Bug-fix (found by Cyclops) - don't call convert_msg_header() inside

process_contribution(), the header has already been processed and is passed
in as an argument (whoops).
parent ed4090fe
No related branches found
No related tags found
No related merge requests found
......@@ -502,9 +502,6 @@ function process_contribution(header, body, list)
return(false);
}
// Convert from RFC822 to Synchronet-compatible
header = convert_msg_header(header);
if(msg_area.sub[list.sub.toLowerCase()].is_moderated)
header.attr |= MSG_MODERATED;
......
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