LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

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

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

Print Reply
Eric Thomas <[log in to unmask]>
Sat, 1 Sep 2001 19:25:29 +0200
text/plain (34 lines)
> //EDDIEO1 JOB ECHO=NO
> DISTRIBUTE MAIL PW=NDIRISH

You'll want to change that password ASAP...

> //To DD *
> [log in to unmask]
> /*
> //Data DD *,EOF

You will need to remove the EOF option, which tells LISTSERV to ignore control statements in the remainder of the message. None of the // lines will be honoured unless you remove EOF.

> (...)
> //EDDIEO1 EOJ
> /*

The /* must come before the EOJ, but actually you shouldn't have an EOJ at all because it will cause the remainder of the message to be ignored (eg on the assumption that it is some legalese added by the mail gateway).

> //EDDIEO2 JOB ECHO=NO

You must also delete this line. You can only have one job per e-mail message. However, you can have multiple DISTRIBUTE commands per job, as long as you use different DD names. The second command should read:

DISTRIBUTE MAIL DD=DATA2 TO DD=TO2 PW=XXXXX

Then:

> //To2 DD *
> [log in to unmask]
> /*

etc.

  Eric

ATOM RSS1 RSS2