* 2011-03-08 13:02 (-0800), David Brown wrote:
> Anyone know how to get GNUS to encode my headers. I just got a message
> rejected to a mailing list because of 8-bit characters in the header.
It's probably the gnus-group-posting-charset-alist variable. Here are
the charset settings that I have found working nicely.
(setq-default
mm-body-charset-encoding-alist '((iso-8859-1 . 8bit)
(iso-8859-15 . 8bit)
(utf-8 . 8bit))
mm-coding-system-priorities '(iso-8859-1 iso-8859-15 utf-8)
gnus-default-charset 'iso-8859-1
gnus-group-posting-charset-alist '((message-this-is-mail nil t)
(message-this-is-news nil t)))
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english