Mail Variables Variables News Variables
message-required-news-headers
a list of header symbols. These
headers will either be automatically generated, or, if that's
impossible, they will be prompted for. The following symbols are valid:
From
|
This required header will be filled out with the result of the
|
Subject
|
This required header will be prompted for if not present already. |
Newsgroups
|
This required header says which newsgroups the article is to be posted to. If it isn't present already, it will be prompted for. |
Organization
|
This optional header will be filled out depending on the
|
Lines
|
This optional header will be computed by Message. |
Message-ID
|
This required header will be generated by Message. A unique ID will be
created based on the date, time, user name and system name. Message will
use |
X-Newsreader
|
This optional header will be filled out according to the
|
X-Mailer
|
This optional header will be filled out according to the
|
In-Reply-To
|
This optional header is filled out using the |
Expires
|
This extremely optional header will be inserted according to the
|
Distribution
|
This optional header is filled out according to the
|
Path
|
This extremely optional header should probably never be used.
However, some very old servers require that this header is
present. |
In addition, you can enter conses into this list. The car of this cons
should be a symbol. This symbol's name is the name of the header, and
the cdr can either be a string to be entered verbatim as the value of
this header, or it can be a function to be called. This function should
return a string to be inserted. For instance, if you want to insert
Mime-Version: 1.0
, you should enter (Mime-Version . "1.0")
into the list. If you want to insert a funny quote, you could enter
something like (X-Yow . yow)
into the list. The function
yow
will then be called without any arguments.
If the list contains a cons where the car of the cons is
optional
, the cdr of this cons will only be inserted if it is
non-nil
.
Other variables for customizing outgoing news articles:
message-syntax-checks
|
Controls what syntax checks should not be performed on outgoing posts. To disable checking of long signatures, for instance, add
to this list. Valid checks are:
All these conditions are checked by default. | ||||||||||||||||||||||||||||||||||||
message-ignored-news-headers
|
Regexp of headers to be removed before posting. The default is | ||||||||||||||||||||||||||||||||||||
message-default-news-headers
|
This string is inserted at the end of the headers in all message buffers that are initialized as news. |