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

Bugfix: remove hdr.thread_orig property before storing message in mail base.

parent f323e06a
Branches
Tags
No related merge requests found
......@@ -153,6 +153,8 @@ for(i in area) {
body += tearline;
body += tagline;
delete hdr.thread_orig; /* we're not replying a message that exists in the mail database */
while(area[i].length) { /* For each list server... */
listserv=area[i].shift();
......@@ -169,8 +171,8 @@ for(i in area) {
printf("Exported message %lu to list server: %s\r\n",ptr,listserv);
exported++;
} else
printf("ERROR %s exporting message %lu to list server: %s\r\n"
,msgbase.error, ptr, listserv);
printf("!ERROR %s exporting message %lu to list server: %s\r\n"
,mailbase.error, ptr, listserv);
}
}
if(ptr > msgbase.last_msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment