I mailed the list the following problem with Majordomo 1.93:
> My problem is that when I try to use the approve script I get the following.
>
> % approve (the file I saved the bounced message as)
>
> Can't find password for list khoros@khoral.com, Stopped at
> /research/vision/majordom/bin/approve line 189, <FILE> line 13.
Thanks to the help of Jason L Tibbitts III, he pointed me to the right
part of the approve script to correct this. The fix is:
Edit the "approve" script. Change line 113:
112: ($request, $list) = split(/\s/, $subject, 2);
113: $list =~ s/:.*//;
114: next;
115: }
116: if (/^$/) {
117: last;
118: }
119: }
to read:
112: ($request, $list) = split(/\s/, $subject, 2);
113: $list =~ s/@.*//;
114: next;
Everything seems to be working fine on my system now.
--
\,|,/
~(o o)~
/===================oOO--(_)--OOo===========================================\
Tom Konerth | Email: tomkon@khoral.com
Khoral Research, Inc. |
6001 Indian School Rd NE | http://www.khoral.com/
Suite 200 | Phone: (505) 837-6500 ext. 493
Albuquerque, NM 87110 | Fax: (505) 881-3842
\===========================================================================/
|/ \|
(_) (_)
|
|