LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Parts/Attachments: text/plain (19 lines)
Print Reply
Sender:
"Forum on LISTSERV release 1.6" <[log in to unmask]>
Subject:
From:
Eric Thomas <[log in to unmask]>
Date:
Tue, 29 May 90 20:44:45 O
In-Reply-To:
Your message of Tue, 29 May 90 14:01:40 EDT
Reply-To:
"Forum on LISTSERV release 1.6" <[log in to unmask]>
>Simply define a new variable before the line containing
>postmaster=
>
>Then on the end of postmaster= append the new variable outside of the quote
>mark.
>
>e.g.
>other = 'userid1@host userid2@host'
>postmaster = 'WEAVER@OHSTVMA Quiet: Hide: 'Other
 
This works  but I don't  recommend it, because  LFIX won't support  it (I
didn't want to put  300 lines of code in there just  to fully support the
SYSVARS stuff). You can use continuation lines just as in REXX, ie:
 
postmaster = 'WEAVER@OHSTVMA Quiet: Hide: ',
             'userid1@host userid2@host'
 
  Eric

ATOM RSS1 RSS2