Re: Inheritance question.

"Steven W. Orr" <[email protected]> Tue, 4 Sep 2007 13:02:40 -0400 (EDT)
Newsgroups gmane.mail.majordomo.majordomo2.devel
Organization SysLang
Message-ID <[email protected]>
On Tuesday, Sep 4th 2007 at 10:59 -0400, quoth Steven W. Orr:

=>On Tuesday, Sep 4th 2007 at 09:30 -0500, quoth Jason L Tibbitts III:
=>
=>=>>>>>> "SWO" == Steven W Orr <[email protected]> writes:
=>=>
=>=>SWO> The taboo_body says it's coming from the installationm settings
=>=>SWO> and not from the DEFAULT:nounsub setting even though I did a
=>=>SWO> configdef frammod taboo_body.
=>=>
=>=>GLOBAL's taboo_body is not inherited; it is always checked in order to
=>=>simulate Majordomo 1's $global_taboo_body configuration setting.  If
=>=>you want to use inheritance and such, don't set it.
=>
=>Ok. But I'm still having problems. Here's the new setup:
=>
=>Majordomo>configshow DEFAULT:nounsub taboo_body
=>configset DEFAULT:nounsub taboo_body <<ENDABH
=>/\bunsubscribe\b/i
=>ENDABH
=>
=>Majordomo>configshow frambors config_defaults
=>configset frambors config_defaults <<ENDABI
=>plaintext
=>rfc2369
=>nounsub
=>ENDABI
=>
=>configdef frambors taboo_body
=>
=>Majordomo>configshow frambors taboo_body
=># This value was determined by the installation settings.
=>configset frambors taboo_body <<ENDABK
=>ENDABK
=>
=>So I'm still not getting the taboo_body I want. What am I missing?

Let me just recap what I want in the first place, and maybe that would 
help.

I run a number of lists and I want some of the lists to be run such that 
if the unsubscribe keyword is in the body of the message, it will cause it 
to go to moderation.

I also have a couple of lists where I would like that to not be the case.

Is this useful?