mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 06:34:41 +02:00
* Use Zone:Net/* for lookup before defualt local address when setting 'from' for NetMail
This commit is contained in:
parent
ab12fb5d79
commit
99244aa2e4
2 changed files with 10 additions and 5 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue