LSTOWN-L Archives

LISTSERV List Owners' Forum

LSTOWN-L

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

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

Print Reply
Ben Parker <[log in to unmask]>
Thu, 28 Sep 2000 22:27:09 -0600
text/plain (48 lines)
On Thu, 28 Sep 2000 13:49:27 -0700, Adam Audette <[log in to unmask]> wrote:

>
>//X JOB PRIME= "MON-FRI: 03:00-23:59; SAT-SUN: 00:00-23:59"
>OK [insert cookie here]
>/X EOJ

This won't work.

>[log in to unmask] sent a DISTRIBUTE job that was
>rejected for
>the  following reason:  "Job  did  not pass  security  checks".
>Job  16140
>("I-DESIGN MAILDIST") transferred to admin
>
>Any ideas what's up here?

The command line  

DISTRIBUTE MAIL-MERGE FROM=.... PW=xxxxxxx  is too long and is wrapping around.

You must use the 'long line continuation' syntax.

The First line to be logically continued must begin in the leftmost column with
"// "  (that is slash+slash+space).  Any line to be continued except the very
final one, must end with " ,"  (that is space+comma).

So:

// DISTRIBUTE MAIL-MERGE [log in to unmask] ,
PW=????????

Note very carefully the spaces are REQUIRED as indicated for this syntax to work
correctly.  

Here is another way to 'continue' the same line:

// DISTRIBUTE MAIL-MERGE ,
[log in to unmask] ,
PW=????????

Here is yet a 3rd way to 'continue' the same line:

// DISTRIBUTE ,
MAIL-MERGE ,
[log in to unmask] ,
PW=????????

ATOM RSS1 RSS2