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