BINKP responding to incoming netmail pings
This commit is contained in:
@@ -36,7 +36,7 @@ class ProcessPacket implements ShouldQueue
|
||||
// @todo Enable checks to reject old messages
|
||||
|
||||
// Determine if the message is to this system, or in transit
|
||||
if ($ftns->search(function($item) { dump($item->ftn);return $this->msg->tftn == $item->ftn; }) !== FALSE) {
|
||||
if ($ftns->search(function($item) { return $this->msg->tftn == $item->ftn; }) !== FALSE) {
|
||||
// @todo Check if it is a duplicate message
|
||||
// @todo Check if the message is from a system we know about
|
||||
|
||||
|
Reference in New Issue
Block a user