Correctly storing netmail flags (intransit, local, recv) with senders ID and packet name
This commit is contained in:
@@ -161,9 +161,9 @@ final class Receive extends Item
|
||||
try {
|
||||
// Dispatch job.
|
||||
if ($queue)
|
||||
MessageProcess::dispatch($msg,$f->pktName());
|
||||
MessageProcess::dispatch($msg,$f->pktName(),$this->ao);
|
||||
else
|
||||
MessageProcess::dispatchSync($msg,$f->pktName());
|
||||
MessageProcess::dispatchSync($msg,$f->pktName(),$this->ao);
|
||||
|
||||
} catch (\Exception $e) {
|
||||
Log::error(sprintf('%s:! Got error dispatching message [%s] (%d:%s-%s).',self::LOGKEY,$msg->msgid,$e->getLine(),$e->getFile(),$e->getMessage()));
|
||||
|
Reference in New Issue
Block a user