Go forward to Archived Messages.
Go backward to Posting Server.
Go up to Composing Messages.

Mail and Post
=============

   Here's a list of variables that are relevant to both mailing and
posting:

`gnus-mailing-list-groups'
     If your news server offers groups that are really mailing lists
     that are gatewayed to the NNTP server, you can read those groups
     without problems, but you can't post/followup to them without some
     difficulty.  One solution is to add a `to-address' to the group
     parameters (see Group Parameters.).  An easier thing to do is
     set the `gnus-mailing-list-groups' to a regexp that match the
     groups that really are mailing lists.  Then, at least, followups
     to the mailing lists will work most of the time.  Posting to these
     groups (`a') is still a pain, though.

   You may want to do spell-checking on messages that you send out.
Or, if you don't want to spell-check by hand, you could add automatic
spell-checking via the `ispell' package:

     (add-hook 'message-send-hook 'ispell-message)