On Wed, 15 May 1996, Sean Davies wrote:
> Is it really the case that if any posting to a list contains the word
> subscribe or unsubscribe in the text and administrivia is set to yes then
> the posting is forwarded to the list owner ? It certainly seems to be the
> case for me ...
That is the theory.
My problem right now is that I can't turn the damn administrivia setting
off! Even with ...
# administrivia [bool] (yes) <resend>
administrivia = no
... in the config, any message with those keywords still gets bounced as
an admin request. This is driving me stone crazy.
Anyone got any suggestions?
The following little perl test churns out the right answer:
#==============================================
#!/usr/local/bin/perl
require "./config_parse.pl";
$opt_l = "fed-lr-er";
&get_config("/usr/local/majordomo/lists","fed-lr-er");
$opt_s = &cf_ck_bool($opt_l,"administrivia")
if &cf_ck_bool($opt_l,"administrivia");
if (defined($opt_s)) {
print "opt_s is defined\n";
}
else {
print "opt_s is NOT defined\n";
}
#===============================================
... so the tests in resend should be working!
Setup is ...
Majordomo 1.93
OSF 3.0
perl 5.002
-- hugh
Follow-Ups:
References:
|
|