On Wed, 8 Jan 1997 13:53:30 +0000 John Asher said:
>I am the maintainer of a LISTSERV site using version 1.8c for NT. Am I
>right in thinking that the entry in the SITE.CFG file to define more than
>one postmaster should be formatted like this:
>
>        POSTMASTER=userid1@node userid2@node userid3@node
>
>ie. addresses separated by spaces rather than commas
 
Yes, this syntax is correct for NT and 95.  All other versions require that
the contents of the variable be in quotes, e.g.,
 
unix:    POSTMASTER="userid1@node userid2@node userid3@node"
VM:      POSTMASTER='userid1@node userid2@node userid3@node'
VMS:     POSTMASTER   "userid1@node userid2@node userid3@node"
 
Nathan