|
Majordomo-Workers (January 1998) |
The advertise and noadvertise functions do not work. The problem is
with the grab_regexp_array
function in config_parse.pl. I'm not sure exactly what is trying to be
done, but just about
everything that is parsed gets rejected by the branch:
elsif ($re !~ m:^((/)|m([^\w\s])):) {
push(@re_errors,
"|$re| not a valid pattern match expression at line
$.\n");
}
I looked back to version 1.94.1 which I believe was working, and this
area of the code is
quite different.
Dan Niles
Follow-Ups:
|