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
Jacob Haller <[log in to unmask]>
Tue, 7 Mar 2006 11:11:12 -0500
text/plain (44 lines)
>Hi, I'm very confuse, I always a problem sending a command job to listserv
>without having a probleme for exaple I'm sending this :
>
>If I send that I'm going yo have for error: Unknown command - "DBMS=YES"
>I made it work before but everytime I need to test I always have the ssame
>issues , can some one can supply me with the right format or tell me what
>wrong in my format. I'm using a DB to get my people to send they email, in
>different format (HTML , TEXT) and I want to put AOL later.THx

The problem is that this command all has to be on one line:

>DISTRIBUTE MAIL-MERGE PW=gabouer DBMS=YES(EMAIL=SenderAddress)
>[log in to unmask]

It sounds like it is being split onto two separate lines:

>DISTRIBUTE MAIL-MERGE PW=gabouer

and

>DBMS=YES(EMAIL=SenderAddress) [log in to unmask]

which LISTSERV then tries to interpret as two separate commands.

You can use the 'continuation card' syntax described at the beginning 
of Chapter 6 of the Site Manager's Manual to get around this problem:

// DISTRIBUTE MAIL-MERGE PW=xxxxxx ,
DBMS=YES(EMAIL=... etc ...

The '//' and ',' on the first line tell LISTSERV to consider the 
second line a continuation of the first.  Both the space after the 
'//' and the space before the final ',' on the first line are 
required for this to work.
-- 
Jacob Haller, Technical Support, L-Soft international, Inc
   LISTSERV (R) is a registered trademark of L-Soft.
    Support is available 9:00-18:00 ET, Monday-Friday
     except on the following holidays:
      <http://www.lsoft.com/resources/holidays.asp>

All of our manuals are available for download at
   <http://www.lsoft.com/resources/manuals.asp>

ATOM RSS1 RSS2