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

Back-out the last commit: this shouldn't be needed if using the latest

Synchronet Mail Server as it'll handle this address field conversion
automatically whenever the message header is sent via SMTP or POP3.
parent cf08e205
No related branches found
No related tags found
No related merge requests found
......@@ -329,8 +329,6 @@ for(var l in list_array) {
log(LOG_INFO,format("%s Sending message #%lu from %s to %lu recipients: %s"
,list.name.toUpperCase(), ptr, hdr.from, rcpt_list.length, hdr.subject));
if(hdr.from_net_type == NET_FIDO)
hdr.from_net_addr = fidoaddr_to_emailaddr(hdr.from, hdr.from_net_addr);
hdr.replyto_net_type = NET_INTERNET;
hdr.replyto_net_addr = list.address;
hdr.from_agent = AGENT_PROCESS;
......
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