From 6fb3196bde571707b89832000cb7b707b433ad50 Mon Sep 17 00:00:00 2001 From: Per Abrahamsen Date: Fri, 17 Nov 2000 12:43:21 +0000 Subject: [PATCH] 2000-11-17 Per Abrahamsen * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow raw 8-bit in headers in dk.* newsgroups. --- lisp/ChangeLog | 5 +++++ lisp/gnus-msg.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)) -- 2.25.1