Gnus development mailing list
 help / color / mirror / Atom feed
* choosing iso-8859-1 over utf-8 for some newsgroups
@ 2014-12-29 16:21 Julien Cubizolles
  2014-12-29 17:35 ` Adam Sjøgren
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Cubizolles @ 2014-12-29 16:21 UTC (permalink / raw)
  To: ding

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.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-01  6:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-29 16:21 choosing iso-8859-1 over utf-8 for some newsgroups Julien Cubizolles
2014-12-29 17:35 ` Adam Sjøgren
2014-12-29 23:11   ` Julien Cubizolles
2015-01-01  6:20     ` Malcolm Purvis

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).