On Sun, 19 Jan 1997 00:36:14 -0700 soldo@telesys.tnet.com (Kevin W. Reed
- Mail Admin Account) wrote:
>What version of Majordomo are you using?? A query sent to
>majordomo@bu.edu returned 1.93. Same server or are you testing
>newer source somewhere else?
I'm working with 1.94.1 elsewhere.
I tracked down my problem with the list command...you're going to love
this :-). I'm setting up majordomo for a student group at Binghamton
University that happens to have the acronym "CoRE"; all of our mailing
lists have names like "corechat" and "coreann".
The do_lists() functions performs the following check:
next if /^(RCS|core)/;
Which skips any files beginning with "core". Whoops...
Changing it to:
next if /^(RCS|core$)/;
Only skips files named "core" rather than files beginning with "core".
-- Lars
---
Lars Kellogg-Stedman * lars@bu.edu * (617)353-8277
Office of Information Technology, Boston University
|
|