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

Work-around bug in v3.12a: remove msgtxt file to prevent mail server from

attempting delivery of list contributions to user #0.
parent 8c1ffe80
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ if(this.recipient_list_filename!=undefined) {
}
var msgtxt = msgtxt_file.readAll()
msgtxt_file.close();
file_remove(message_text_filename);
load("mailproc_util.js"); // import parse_msg_header() and get_msg_body()
......
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