<I've decided I want to hide my list from spam collectors, and
<thought if I put "/.*/" (without the quotes) in the noadvertise
<field that'd do the trick. The advertise field is blank.
<Yet, when I do a lists command, my list shows up. What regexp
<should I put in there to conceal my list from any listers?
This is in the FAQ. I believe you fall under #1. You're subscribed
to the list, yes? Ergo, the list is not hidden from you.
...eliz
HOW CAN I HIDE LISTS SO THEY CAN'T BE VIEWED BY 'LISTS'?
That is what advertise and noadvertise are for. The two keywords take
regular expressions that are matched against the from address of the
sender. A list display follows the rules:
1. If the from address is on the list, it is shown.
2. If the from address matches a regexp in noadvertise (e.g. /.*/)
the list is not shown.
3. If the advertise list is empty, the list is shown unless 2
applies.
4. If the advertise list is non-empty, the from address must match an
address in advertise. Otherwise the list is not shown. Rule 2
applies, so you could allow all hosts in umb.edu except hosts in
cs.umb.edu.
|
|