>>>>> "BS" == Bill Silvert <bill@ecology.bio.dfo.ca> writes:
BS> I'm not clear on what the code says, but it seems that administrivia
BS> turns on and off checking the admin words, but the taboo material
BS> applies to all lists. Is this so?
No, but the global_taboo_* variables do apply to all lists.
BS> If so, what is the easiest way to turn off taboo checks for just one or
BS> two out of a large number of lists?
You can conditionalize variables in majordomo.cf:
unless ($opt_l eq 'exempt-list' || $opt_l eq 'other-list') {
$global_taboo_headers = <<'END';
blah
blah
END
}
- J<
References:
-
admin/taboo
From: bill@ecology.bio.dfo.ca (Bill Silvert)
|
|