Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> Services >> Mailing List >> LISTSERV >> What are some commands for LISTSERV

  


QUERY listname FOR user@address

or

Q listname FOR user@address

will return the current options for the e-mail address: user@address


QUERY listname WITH option FOR *@*

will return all users with the specified option. For example, to retrieve all subscribers with CONCEAL send


QUERY listname WITH CONCEAL FOR *@*

To retrieve all subscribers with NOMAIL send


 


QUERY listname WITH NOMAIL FOR *@*

You can also use multiple options:


QUERY listname WITH DIGEST CONCEAL FOR *@*

will return all digest subscribers who have concealed their e-mail address.

The * is a wildcard and indicates that any characters may come before and after the @ sign. You could also use a partial wildcard. For example, all subscribers whose userids started with J and at .com domains would be


QUERY listname FOR J*@*.com


You can use the WITH option here as well

QUERY listname WITH DIGEST FOR J*@*.com 

 

 

 

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]