[Turn on line numbering] arg host; return match_regexp(host, valid_host_regexp) ? 1 : 0; // Created 01-Jul-1997 as a part of ColdCore, see: @help Credit
arg host; return match_regexp(host, valid_host_regexp) ? 1 : 0;