From Writing Real Programs in DCL, Second Edition
Overview
THE MANAGER FOR ORGANIZED DISTRIBUTION LISTS (MODL) is a DCL application that helps you manage distribution lists for the MAIL utility. A distribution list is a text file containing a list of users who are to receive mail about a particular topic. For example, you might have a distribution list for a software project; the list contains the user names of all the developers working on the project. You might have another list containing the names of all the managers in your organization. Distribution lists tend to proliferate, and the same people can appear in multiple lists. It quickly becomes difficult to manage the updating of distribution lists, and it can even take some time to locate the particular list you need.
The MODL system introduces the idea of a single distribution file containing a record for each user in the organization. The organization might be a project group, a department, or the entire company. The larger the organization encompassed by a MODL distribution file, the fewer distribution files there are. In addition to user records, the MODL file contains records for keywords, which are mnemonic identifiers for particular groups or projects. A keyword can be associated with one or more users who are members of the group or project for which the keyword stands. For example, the keyword MANAGER might signify people who are managers in the department. Once this keyword is associated with the users who are managers, mail can be sent to the...
Products & Services
Topics of Interest
F.1 Using MODL The MODL system provides a command-oriented interface, which makes MODL behave like other command-oriented utilities such as MAIL. In order to invoke MODL, enter the MODL command:...
F.3 File Layout A MODL distribution file is an indexed file containing three types of records. The file has a single key, which occupies the first field in every record. A MODL file has a header...
F.2 MODL Commands The following sections describe the commands available with MODL. The commands are described in alphabetical order. F.2.1 The ADD Command The ADD command assigns keywords to...
A.1 MAILING LISTS There are a couple of mailing lists that are of direct interest to a Digital UNIX system administrator. These mailing lists contain a great deal of useful information and can be an...
A. 1: Mailing Lists There are a couple of mailing lists that are of direct interest to Tru64 UNIX system administrators. These mailing lists contain a great deal of useful information and can be an...