emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/message.texi,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/message.texi,v
Date: Tue, 20 Jun 2006 00:20:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     06/06/20 00:20:01

Index: man/message.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/message.texi,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- man/message.texi    16 May 2006 00:10:43 -0000      1.37
+++ man/message.texi    20 Jun 2006 00:20:01 -0000      1.38
@@ -1681,56 +1681,73 @@
 Valid checks are:
 
 @table @code
address@hidden subject-cmsg
-Check the subject for commands.
address@hidden sender
address@hidden Sender
-Insert a new @code{Sender} header if the @code{From} header looks odd.
address@hidden multiple-headers
-Check for the existence of multiple equal headers.
address@hidden sendsys
address@hidden sendsys
-Check for the existence of version and sendsys commands.
address@hidden message-id
-Check whether the @code{Message-ID} looks ok.
address@hidden from
-Check whether the @code{From} header seems nice.
address@hidden long-lines
address@hidden long lines
-Check for too long lines.
address@hidden control-chars
-Check for invalid characters.
address@hidden size
-Check for excessive size.
address@hidden new-text
-Check whether there is any new text in the messages.
address@hidden signature
-Check the length of the signature.
 @item approved
 @cindex approved
 Check whether the article has an @code{Approved} header, which is
 something only moderators should include.
address@hidden continuation-headers
+Check whether there are continuation header lines that don't begin with
+whitespace.
address@hidden control-chars
+Check for invalid characters.
 @item empty
 Check whether the article is empty.
address@hidden invisible-text
-Check whether there is any invisible text in the buffer.
address@hidden empty-headers
-Check whether any of the headers are empty.
 @item existing-newsgroups
 Check whether the newsgroups mentioned in the @code{Newsgroups} and
 @code{Followup-To} headers exist.
address@hidden valid-newsgroups
-Check whether the @code{Newsgroups} and @code{Followup-to} headers
-are valid syntactically.
address@hidden from
+Check whether the @code{From} header seems nice.
address@hidden illegible-text
+Check whether there is any non-printable character in the body.
address@hidden invisible-text
+Check whether there is any invisible text in the buffer.
address@hidden long-header-lines
+Check for too long header lines.
address@hidden long-lines
address@hidden long lines
+Check for too long lines in the body.
address@hidden message-id
+Check whether the @code{Message-ID} looks syntactically ok.
address@hidden multiple-headers
+Check for the existence of multiple equal headers.
address@hidden new-text
+Check whether there is any new text in the messages.
address@hidden newsgroups
+Check whether the @code{Newsgroups} header exists and is not empty.
address@hidden quoting-style
+Check whether text follows last quoted portion.
 @item repeated-newsgroups
 Check whether the @code{Newsgroups} and @code{Followup-to} headers
 contains repeated group names.
address@hidden reply-to
+Check whether the @code{Reply-To} header looks ok.
address@hidden sender
address@hidden Sender
+Insert a new @code{Sender} header if the @code{From} header looks odd.
address@hidden sendsys
address@hidden sendsys
+Check for the existence of version and sendsys commands.
address@hidden shoot
+Check whether the domain part of the @code{Message-ID} header looks ok.
 @item shorten-followup-to
 Check whether to add a @code{Followup-to} header to shorten the number
 of groups to post to.
address@hidden signature
+Check the length of the signature.
address@hidden size
+Check for excessive size.
address@hidden subject
+Check whether the @code{Subject} header exists and is not empty.
address@hidden subject-cmsg
+Check the subject for commands.
address@hidden valid-newsgroups
+Check whether the @code{Newsgroups} and @code{Followup-to} headers
+are valid syntactically.
 @end table
 
-All these conditions are checked by default.
+All these conditions are checked by default, except for @code{sender}
+for which the check is disabled by default if
address@hidden is address@hidden (@pxref{Canceling News}).
 
 @item message-ignored-news-headers
 @vindex message-ignored-news-headers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]