Mail routing parent/children, domain name validation, nodelist import changes and other fixes
This commit is contained in:
@@ -317,7 +317,7 @@ class Packet extends FTNBase
|
||||
private function newHeader(Address $o): void
|
||||
{
|
||||
$date = Carbon::now();
|
||||
$ao = Setup::findOrFail(config('app.id'))->system->match($o);
|
||||
$ao = Setup::findOrFail(config('app.id'))->system->match($o->zone);
|
||||
|
||||
// Create Header
|
||||
$this->header = [
|
||||
|
Reference in New Issue
Block a user