From: Per Abrahamsen Date: Fri, 17 Nov 2000 12:43:21 +0000 (+0000) Subject: 2000-11-17 Per Abrahamsen X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=6fb3196bde571707b89832000cb7b707b433ad50 2000-11-17 Per Abrahamsen * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow raw 8-bit in headers in dk.* newsgroups. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e1a4e8ef..6051c124f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-11-17 Per Abrahamsen + + * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow + raw 8-bit in headers in dk.* newsgroups. + 2000-11-17 08:02 ShengHuo ZHU * message.el (message-newline-and-reformat): Match extra WSPs. diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 80885682c..9bf5fbf03 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -105,7 +105,7 @@ the second with the current group name.") "If non-nil, automatically mark Gcc articles as read.") (defcustom gnus-group-posting-charset-alist - '(("^\\(no\\|fr\\|dk\\)\\.[^,]*\\(,[ \t\n]*\\(no\\|fr\\|dk\\)\\.[^,]*\\)*$" iso-8859-1 (iso-8859-1)) + '(("^\\(no\\|fr\\)\\.[^,]*\\(,[ \t\n]*\\(no\\|fr\\)\\.[^,]*\\)*$" iso-8859-1 (iso-8859-1)) ("^\\(fido7\\|relcom\\)\\.[^,]*\\(,[ \t\n]*\\(fido7\\|relcom\\)\\.[^,]*\\)*$" koi8-r (koi8-r)) (message-this-is-mail nil nil) (message-this-is-news nil t))