automsgs ? TRUE : FALSE; } /** * Return TRUE if the process class handled the message. * * @param Echomail|Netmail $mo * @return bool */ abstract public static function handle(Echomail|Netmail $mo): bool; }