* Use Zone:Net/* for lookup before defualt local address when setting 'from' for NetMail

This commit is contained in:
Bryan Ashby 2018-01-06 13:24:35 -07:00
parent ab12fb5d79
commit 99244aa2e4
2 changed files with 10 additions and 5 deletions

View file

@ -112,7 +112,7 @@ function areaFix() {
// :TODO: Persist message in private outgoing (sysop out box) (TBD: implementation)
message.persist(err => {
if(!err) {
console.log('AreaFix message persisted and will be exported as per configuration');
console.log('AreaFix message persisted and will be exported at next scheduled scan');
}
return callback(err);
});