Improvements for finding intransit netmails to upstream and peer hubs
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user