Code improvement to our_address(), reducing arguments
This commit is contained in:
@@ -210,7 +210,7 @@ final class Netmail extends Model implements Packet
|
||||
// Add our address to the VIA line
|
||||
$via->push(
|
||||
sprintf('%s @%s.UTC %s %d.%d/%s %s',
|
||||
our_address($this->fftn->zone->domain,$this->fftn)->ftn3d,
|
||||
our_address($this->fftn)->ftn3d,
|
||||
Carbon::now()->utc()->format('Ymd.His'),
|
||||
str_replace(' ','_',Setup::PRODUCT_NAME),
|
||||
Setup::PRODUCT_VERSION_MAJ,
|
||||
|
Reference in New Issue
Block a user