[ Q Li writes: ]
>
> I am running majordomo 1.93 (sendmail 8.8.4, perl 4.036 and
> sunos 4.1.3). Installation is fine and most majordomo commands
> work ok. However, when I send a which command I get [...]
Best advice I can give you is to upgrade to 1.94.1.
> ----- Transcript of session follows -----
> majordomo[12377] {Q Li <ecl6ql@sun.leeds.ac.uk>} ABORT Can't open list /usr/loca
> l/mail/lists/
>
> Can't open list /usr/local/mail/lists/
> ABORT Can't open list /usr/local/mail/lists/ at /usr/local/majordomo/majordomo.p
> l line 209.
Edit line 467 of the "majordomo" file and it should at least give you a
better error message:
# skip private lists that the requestor isn't a member of
next;
}
- open(LIST, "$listdir/$list") || &abort("Can't open list $listdir/$_");
+ open(LIST, "$listdir/$list") || &abort("Can't open list $listdir/$list");
while (<LIST>) {
$_ = &chop_nl($_);
if (&addr_match($_, $subscriber, 1)) {
--
Dave Wolfe
References:
|
|