Hello,
I have started to look at some of the majordomo 1.94.4 patches at
sol.ccsf.cc.ca.us/majordomo-patches/1.94.4
but the patch majordomo-config.0 is giving problems. It reports an invalid
patch line (line 17) in the file. It seems that only part of the line is
present and that it doesn't begin with a '+'. Has anyone a correct version
of this patch?
The area in the file is:
+ if (! $approved
+ && $config_opts{$clean_list,"nosubscribe"}) {
+ local($i); local($_) = $subscriber;
+ foreach $i
(split(/\001/,$config_opts{$clean_list,"nosubscribe"})) { <=here
+ # Expects $_ = $subscriber
+
&check_and_request("subscribe",$clean_list,$subscriber), <=and here
+ return 1 if (eval $i);
+ }
+ }
+
John.
-----------------------------------------------------------------------------
John Horne E-mail: J.Horne@plymouth.ac.uk
Academic and Information Services Phone : +44 (0) 1752 - 233914
University of Plymouth, UK Fax : +44 (0) 1752 - 233919
Follow-Ups:
|
|