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