[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.6.3 Adding Headers or Text

The add command allows you to add arbitrary headers or text to the message. To add a header, use the following syntax:

Command: add header `['name`]' string
Command: add `['name`]' string
For example:

 
add header[X-Comment-1] "GNU's Not Unix!"
add [X-Comment-2] "Support FSF!"

Command: add body text
Adds the text to the message body. Use of this command with `here document' syntax allows to append multi-line text to the message, e.g.:

 
add body <<-EOT
    Regards,
    Hostmaster
    EOT



This document was generated by Wojciech Polak on December, 18 2004 using texi2html