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

Organization header not created for networked msgs

parent f771d062
No related branches found
No related tags found
No related merge requests found
......@@ -325,9 +325,10 @@ for(i in area) {
,hdr.from
,hdr.from.replace(/ /g,".").toLowerCase()
,system.inetaddr,antispam));
if(hdr.from_org!=undefined)
if(hdr.from_org==undefined && !hdr.from_net_type)
hdr.from_org=system.name;
writeln("Organization: " + hdr.from_org);
if(hdr.from_org!=undefined)
writeln("Organization: " + hdr.from_org);
writeln("To: " + hdr.to);
writeln("X-Comment-To: " + hdr.to);
writeln("Subject: " + hdr.subject);
......
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