I'm running majordomo 1.92 on IRIX 5.2. I notice that my "approve"
perl program has something wrong with it (within the process_bounce routine):
179 if ($site{$list} eq "MULTIPLE") {
180 warn("Can't distinguish between multiple lists named '$list'\nSkipping '$file'");
181 return;
182 } else {
183 $post_to = $list . "@" . $site{$list};
184 }
185 }
186
187
188 warn "Can't find password for list $list, Stopped" , return
189 if !defined($passwd{$list});
190
191 if (defined($opt_d)) {
192 open(MAIL, ">&STDOUT");
193 print MAIL "-" x 20, "\n";
194 print MAIL "To: $post_to\n\n";
195 } else {
196 open(MAIL, "|mail -s \"\" $post_to") || die("open(\"|mail ...\"): $!");
Lines 187 to 190 do not seem logical to me.
So I went back to my original .tar file and realized it has the same
problem (buggy "approve"). I went to the anonymous ftp site (ftp.cs.umb.edu,
directory /pub/rouilj) to find out majordomo-1.92.tar.Z is not there anymore.
And that's the only place archie tell me about!
Does anyone have a proper "approve" program for version 1.92?? Where could
I go and fetch it? Anyone has the patch?
Help!
Claude
----------------------------------------------------------------------------
Claude Cantin Claude Cantin
Rm 3118, 100 Sussex Dr. Piece 3118, 100 Prom. Sussex
Scientific Computing Support Soutien aux chercheurs
Science Affairs Office Bureau des affaires scientifiques
National Research Council Conseil National de Recherches
Ottawa, Canada (K1A 0R6) Ottawa, Canada (K1A 0R6)
claude.cantin@nrc.ca 1-613-993-0822 (FAX: 993-3127)
----------------------------------------------------------------------------
|
|