When receiving a netmail without a MSGID, include that in the log
This commit is contained in:
parent
676ba4a40b
commit
ac687efe51
@ -67,7 +67,7 @@ class MessageProcess implements ShouldQueue
|
||||
// @todo generate exception when netmail to system that doesnt exist (node/point) and its this host's responsibility
|
||||
Log::info(sprintf('%s:- Processing Netmail [%s] to (%s) [%s] from (%s) [%s].',
|
||||
self::LOGKEY,
|
||||
$this->mo->msgid,
|
||||
$this->mo->msgid ?: '*NO MSGID*',
|
||||
$this->mo->to,$this->mo->tftn->ftn,
|
||||
$this->mo->from,$this->mo->fftn->ftn,
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user