echoarea) || (strtolower($msg->user_to) !== 'all') || (! in_array(strtolower($msg->subject),self::testing))) return FALSE; Log::info(sprintf('%s:- Processing TEST message from (%s) [%s] in [%s]',self::LOGKEY,$msg->user_from,$msg->fftn,$msg->echoarea)); Notification::route('echomail',$msg->echoarea)->notify(new TestNotification($msg)); return TRUE; } }