Gnus development mailing list
 help / color / mirror / Atom feed
From: Julien Cubizolles <j.cubizolles@free.fr>
To: ding@gnus.org
Subject: choosing iso-8859-1 over utf-8 for some newsgroups
Date: Mon, 29 Dec 2014 17:21:47 +0100	[thread overview]
Message-ID: <87ppb2a0kk.fsf@free.fr> (raw)

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.




             reply	other threads:[~2014-12-29 16:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-29 16:21 Julien Cubizolles [this message]
2014-12-29 17:35 ` Adam Sjøgren
2014-12-29 23:11   ` Julien Cubizolles
2015-01-01  6:20     ` Malcolm Purvis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ppb2a0kk.fsf@free.fr \
    --to=j.cubizolles@free.fr \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).