Change default internal caching to off, and added test to make sure things are cached if on. More debugging with packet name for netmails
This commit is contained in:
@@ -41,6 +41,13 @@ class MessageProcess implements ShouldQueue
|
||||
|
||||
// If we are a netmail
|
||||
if ($this->msg->isNetmail()) {
|
||||
Log::info(sprintf('%s:Processing Netmail [%s] to (%s) [%s] from (%s) [%s].',
|
||||
self::LOGKEY,
|
||||
$this->msg->msgid,
|
||||
$this->msg->user_to,$this->msg->tftn,
|
||||
$this->msg->user_from,$this->msg->fftn,
|
||||
));
|
||||
|
||||
// @todo Enable checks to reject old messages
|
||||
// @todo Enable checks to reject duplicate
|
||||
// @todo Enable checks to see if this is a file request or file send
|
||||
|
Reference in New Issue
Block a user