|
subject is a string specifying the subject of the message.
member is a string specifying the mail address of the poster.
inResponseTo is a number. It should be 0 if the message is at the top of a new thread. Otherwise it is the number of the message that is replied to.
body is a string specifying the text of the message.
flNeuterMacros is an optional boolean indicating whether macros in the message text should be neutralized. Default: true.
flNeuterTags is an optional boolean indicating whether HTML tags in the message text should be neutralized. Default: true.
postTime is an optional date specifying when the message was posted. Default: clock.now().
adrroot is an optional address pointing to the discussion group (i.e. a top-level table in discuss.root). Default: nil.
flcallback is an optional boolean indicating whether the scripts in config.mainResponder.callbacks.addMessage should be run after the message has been added to the discussion group. Default: true.
|