CLEAN_MAIL_PROFILES is a DCL utility that cross references your system's
VMS mail profile database (VMSMAIL_PROFILE) against the system user authorization
file (SYSUAF). Any mail profile that does not have a corresponding entry
in the user authorization file is removed from the mail profile database.
If you wish to keep certain mail profiles that do not have corresponding
SYSUAF entries, edit the command procedure and update the symbol Exempt_List
at the top of the procedure. This symbol should contain a list of usernames
to keep mail profiles for, separated by vertical bars ( "|" ). For example,
if you wish to keep a mail profile named "RICH", the symbol definition
should look like this:
If you have more than one mail profile you wish to keep, separate them
all with vertical bars. For example:
$ Exempt_List = "|RICH|SAM|FRED|SALLY|"