Show netmails to admins, record netmail path in the DB
This commit is contained in:
@@ -54,6 +54,7 @@ class MessageProcess implements ShouldQueue
|
||||
|
||||
$o = $this->create_netmail($this->msg);
|
||||
$o->recv_pkt = $this->packet;
|
||||
$o->set_path = $this->msg->pathaddress;
|
||||
|
||||
// Determine if the message is to this system, or in transit
|
||||
if ($ftns->search(function($item) { return $this->msg->tftn == $item->ftn; }) !== FALSE) {
|
||||
|
Reference in New Issue
Block a user