From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85402 Path: news.gmane.org!not-for-mail From: Julien Cubizolles Newsgroups: gmane.emacs.gnus.general Subject: choosing iso-8859-1 over utf-8 for some newsgroups Date: Mon, 29 Dec 2014 17:21:47 +0100 Message-ID: <87ppb2a0kk.fsf@free.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1419872688 10690 80.91.229.3 (29 Dec 2014 17:04:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2014 17:04:48 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33644@lists.math.uh.edu Mon Dec 29 18:04:38 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y5dkC-0008LA-Ib for ding-account@gmane.org; Mon, 29 Dec 2014 18:04:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Y5djR-0002Eu-5Z; Mon, 29 Dec 2014 11:03:49 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Y5d55-00024S-M3 for ding@lists.math.uh.edu; Mon, 29 Dec 2014 10:22:07 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1Y5d53-0001CB-QX for ding@lists.math.uh.edu; Mon, 29 Dec 2014 10:22:07 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1Y5d51-0004bC-RF for ding@gnus.org; Mon, 29 Dec 2014 17:22:03 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y5d4y-0000iu-LV for ding@gnus.org; Mon, 29 Dec 2014 17:22:00 +0100 Original-Received: from gas45-3-82-244-252-119.fbx.proxad.net ([82.244.252.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Dec 2014 17:22:00 +0100 Original-Received: from j.cubizolles by gas45-3-82-244-252-119.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Dec 2014 17:22:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gas45-3-82-244-252-119.fbx.proxad.net User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:N50ANm41wKjbNmr+yKXDpKOxjI0= X-Spam-Score: -1.5 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85402 Archived-At: The newsgroups from the hierarchy proxad.free don't accept utf-8 for posting. Following the examples from the manual, I added (add-to-list 'gnus-newsgroup-variables 'mm-coding-system-priorities) (setq gnus-parameters (nconc '(("^proxad\\." ;; Free n'accepte pas l'utf-8 (mm-coding-system-priorities '(iso-8859-1))) ;; (".*" (mm-coding-system-priorities '(utf-8))) ) gnus-parameters)) to my .gnus.el. But I still get the following message when trying to post: --8<---------------cut here---------------start------------->8--- Sending news via news.free.fr using nntp... 441 441 437 utf-8 charset is not allowed in group proxad.free.services.pagesperso Couldn't send message via news: 441 441 437 utf-8 charset is not allowed in group proxad.free.services.pagesperso --8<---------------cut here---------------end--------------->8--- What am I missingĀ ? Julien.