user_to) !== 'areafix') return FALSE; Log::info(sprintf('%s:- Processing AREAFIX message from (%s) [%s]',self::LOGKEY,$msg->user_from,$msg->fftn)); // If this is not a node we manage, then respond with a sorry can help you if ($msg->fftn_o->system->sessions->count()) Notification::route('netmail',$msg->fftn_o)->notify(new AreafixNotification($msg)); else Notification::route('netmail',$msg->fftn_o)->notify(new AreafixNotConfiguredHereNotification($msg)); return TRUE; } }