Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Can't send article to sql.ru: 411 Failed - Please use Windows-1251 or KOI8-R encoding.

1 view
Skip to first unread message

Oleksandr Gavenko

unread,
Dec 26, 2012, 6:25:18 PM12/26/12
to info-gnu...@gnu.org
I can read articles from sql.ru and post with Latin charset and ever with
Russian *From*.

But when *Body* have Russian letters it returns:

411 Failed - Please use Windows-1251 or KOI8-R encoding.

I try send:

Adam Sjøgren

unread,
Dec 26, 2012, 6:51:49 PM12/26/12
to info-gnu...@gnu.org
On Thu, 27 Dec 2012 01:25:18 +0200, Oleksandr wrote:

> 411 Failed - Please use Windows-1251 or KOI8-R encoding.

Does it help to set:

(setq mm-coding-system-priorities '(cp1251))

?


Best regards,

Adam

--
"I told the teacher I had to go to the bathroom. Adam Sj�gren
Quick, what's 11+7?" as...@koldfront.dk


Oleksandr Gavenko

unread,
Dec 27, 2012, 4:20:42 PM12/27/12
to info-gnu...@gnu.org
On 2012-12-27, Adam Sjøgren wrote:

> On Thu, 27 Dec 2012 01:25:18 +0200, Oleksandr wrote:
>
>> 411 Failed - Please use Windows-1251 or KOI8-R encoding.
>
> Does it help to set:
>
> (setq mm-coding-system-priorities '(cp1251))
>
Yes this help. Before send a question I try:

(setq gnus-newsgroup-variables '(mm-coding-system-priorities))
(setq gnus-parameters
'(
("sqlru\\..*" (mm-coding-system-priorities (cp1251)))
))

But 'mm-coding-system-priorities' doesn't set for sqlru.test group.

So seems a problem with setting mm-coding-system-priorities per group...

C-u M-x gnus-version RET Gnus v5.13

Also I found strange behaviour if evaluate:

(setq mm-coding-system-priorities '(cp1251))
(setq gnus-newsgroup-variables '(mm-coding-system-priorities))
(setq gnus-parameters nil) ;; or (("sqlru\\..*" (mm-coding-system-priorities (cp1251))))

and enter to any group global value of 'mm-coding-system-priorities' reset to
nil!

This evening I try "G p" on 'sqlru.test':

((timestamp 20700 47708)
(mm-coding-system-priorities
'(cp1251)))

'mm-coding-system-priorities' set in *Articles sqlru.test* buffer, but when I
press 'a' (gnus-summary-post-news) in *unsent posting* buffer
'mm-coding-system-priorities' is null!

--
Best regards!


0 new messages