On 27 Mar 2001, Jason L Tibbitts III wrote:
> >>>>> "THH" == The Hermit Hacker <scrappy@hub.org> writes:
>
> THH> but, if we try to go from another userid and do a list, the list is
> THH> still showing up ...
>
> Works great here:
>
> XYX:malifon:~> mj_shell lists
> [...]
> test (no description)
> [...]
>
> Lists found: 8
>
> XYX:malifon:~> mj_shell -p XXX configedit test noadvertise
> >>>> configset test noadvertise <<ENDAAB
> >>>> Found tag ENDAAB.
> noadvertise set to "/tibbs/".
>
> 1 valid command processed; it was successful.
>
> XYX:malifon:~> mj_shell lists
> UH Math List Server serves the following lists:
> [...]
>
> Lists found: 7
>
> I can see no changes in this area recently. Are you sure that noadvertise
> is actually matching? For example, you used angle brackets, but there is
> no requirement that an address actually has angle brackets in it.
okay, first, am using the 'advertise' config, which I believe is "don't
list for anyone *except* those that are listed", right?
as for what we actually have in there, its:
============================
new-relay:/usr/local/lib/majordomo/lists/acadiau.ca/csfyi> cat _config
$VAR1 = {
'raw' => {
'sequence_number' => 802,
'which_access' => 'list',
'noadvertise' => [],
'subject_prefix' => '[CSFYI]',
'advertise' => [
'/xxxxx.xxxxxxxx@acadiau.ca/i'
],
'who_access' => 'list'
},
'parsed' => {
'noadvertise' => [],
'advertise' => [
'/xxxxx.xxxxxxxx\\@acadiau.ca/i'
]
}
};
============================
does that look right?
Follow-Ups:
References:
|
|