user_to) !== 'ping') return FALSE; Log::info(sprintf('%s:- Processing PING message from (%s) [%s]',self::LOGKEY,$msg->user_from,$msg->fftn)); Notification::route('netmail',$msg->fftn_o)->notify(new PingNotification($msg)); return TRUE; } }