[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mcp 1.0 Q] multiline messages



Hi,

I have a question about the 1.0 version of the MCP specs, about multiline
messages:

At http://jhm.ccs.neu.edu:7043/help/subject!mcp-edit thsi example is given:

#$#edit* 12345678 type: text name: Dave.test upload: "@set-note-text #75.test"
@@@This is a test.
@@@
#$#END

Shouldn't it be:

#$#edit* 12345678 type: text name: Dave.test upload: "@set-note-text #75.test"
#$#@@@This is a test.
#$#@@@
#$#END

Otherwise how will the MCP parser catch the @@@... lines? Should it listen
to the in-band lines until it get #$#END ?

Thanks in advance.

Richard