Sign In Sign Out Mailing Lists Unsubscribe or Change Settings Help

OpenBSD Mailing List Server

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
configset  GLOBAL  noadvertise <<TAG
[VALUE LINES]
TAG
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
configset listname noadvertise <<TAG
[VALUE LINES]
TAG
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Default Value : no default
Data Type     : regexp_array
Category      : lists
Password Notes: Visible only with password. 
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

EXAMPLE:
configset GLOBAL noadvertise << ENDTAG
/hotbot/i
ENDTAG

Any person with an e-mail address that matches at least one pattern
in this list of patterns will not see this mailing list in the output
of the "lists" command.  See "help patterns" for more information
on patterns.  This setting overrides the patterns in the "advertise"
setting.


The noadvertise and advertise configuration settings will be 
overridden by access rules for the "advertise" action.

If the GLOBAL advertise_subscribed setting is turned on, a
mailing list will be displayed by the lists command if the
person making the request is subscribed to the list.  This
is true regardless of the value of the noadvertise setting,
the advertise setting, or the access rules.

Here are the access_rules that implement the same functionality as
advertise and noadvertise:

configset LISTNAME access_rules <<ENDACCESSRULES
advertise
deny
/noadvertise pattern/

advertise
deny
!/advertise pattern/

advertise
allow
ALL
ENDACCESSRULES

See Also:
   help configset_advertise
   help configset_advertise_subscribed
   help lists
   help patterns

This is the "configset_noadvertise" help document for 
Majordomo 2, version 0.1201103110.

For a list of all help documents, send the following command:
   help topics
in the body of a message to majordomo@openbsd.org.

For assistance, please contact the openbsd.org administrators.
Sign In Sign Out Mailing Lists Unsubscribe or Change Settings Help