Optimised our sending and receiving of items
This commit is contained in:
@@ -103,7 +103,7 @@ class MessageProcess implements ShouldQueue
|
||||
$o->flags |= Message::FLAG_RECD;
|
||||
$o->save();
|
||||
|
||||
Log::info(sprintf('%s:! Netmail [%s] from (%s:%s) - was processed by us [%d]',
|
||||
Log::info(sprintf('%s:= Netmail [%s] from (%s:%s) - was processed by us internally [%d]',
|
||||
self::LOGKEY,
|
||||
$this->msg->msgid,
|
||||
$this->msg->user_from,
|
||||
|
Reference in New Issue
Block a user