Improvements for finding intransit netmails to upstream and peer hubs

This commit is contained in:
2024-09-08 18:57:48 +10:00
parent c70222fef8
commit 9d7455233b
3 changed files with 9 additions and 3 deletions

View File

@@ -277,7 +277,7 @@ class Node
public function originate(Address $o): void
{
$this->originate = $o;
$this->ftns_authed = $o->system->match($o->zone);
$this->ftns_authed = $o->system->match($o->zone,Address::NODE_ALL);
}
/**