From: Tony Lewis

> You don't need a line break because parameters are separated by
> ampersands; a=1&b=2

   You need a line break if you need a line break, as when you wish to
set a variable to multiple lines of text.  For example:

      subject=Test message&msg_text=   This is a test.
      This is only a test.
      If this had been an actual message,
      It would have been delivered appropriately.

Put that stuff into a file named, say, "test.dat", and specify
"--post-file=test.dat".  The server should then set the variable
"subject" to "Test message", and "msg_text" to:

         This is a test.
      This is only a test.
      If this had been an actual message,
      It would have been delivered appropriately.

(with the line breaks).

------------------------------------------------------------------------

   Steven M. Schweda               [EMAIL PROTECTED]
   382 South Warwick Street        (+1) 651-699-9818
   Saint Paul  MN  55105-2547

Reply via email to