Gnus development mailing list
 help / color / mirror / Atom feed
* Unparsable address -- Strange character \\[
@ 2010-01-06  4:29 jidanni
  2010-01-06  5:30 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: jidanni @ 2010-01-06  4:29 UTC (permalink / raw)
  To: ding

I got:
or: Wrong type argument: listp, "(Unparsable address -- Strange character \\[ found: \"[_^_2010-01-06]-好客電子報 <service@ihaoke.com>\")"

Due to:
Reply-To: =?utf-8?Q?i=E5=A5=BD=E5=AE=A2=E9=9B=99=E9=80=B1=E5=A0=B1=5B2010-?= =?utf-8?Q?01-06=5D-=E5=A5=BD=E5=AE=A2=E9=9B=BB=E5=AD=90=E5=A0=B1?= <service@ihaoke.com>

mutt on the other hand, has no problem with it:
Reply-To: "i好客雙週報[2010-01-06]-好客電子報" <service@ihaoke.com>

gnus-version "Gnus v5.13"
emacs-version "23.1.90.1"



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

* Re: Unparsable address -- Strange character \\[
  2010-01-06  4:29 Unparsable address -- Strange character \\[ jidanni
@ 2010-01-06  5:30 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2010-01-06  5:30 UTC (permalink / raw)
  To: ding

>>>>> jidanni@jidanni.org wrote:
> I got:
> or: Wrong type argument: listp, "(Unparsable address -- Strange character \\[ found: \"[_^_2010-01-06]-好客電子報 <service@ihaoke.com>\")"

> Due to:
> Reply-To: =?utf-8?Q?i=E5=A5=BD=E5=AE=A2=E9=9B=99=E9=80=B1=E5=A0=B1=5B2010-?= =?utf-8?Q?01-06=5D-=E5=A5=BD=E5=AE=A2=E9=9B=BB=E5=AD=90=E5=A0=B1?= <service@ihaoke.com>

> mutt on the other hand, has no problem with it:
> Reply-To: "i好客雙週報[2010-01-06]-好客電子報" <service@ihaoke.com>

> gnus-version "Gnus v5.13"
> emacs-version "23.1.90.1"

AFAIK, the case Gnus issues such an error message is only:

・Sending a news article.
・The name and the address in question are in the From header.
・The name portion is not quoted with "...".

If this goes for you, you need to quote the name portion in
the From header as follows:

From: "i好客雙週報[2010-01-06]-好客電子報" <service@ihaoke.com>

See the function definition of `message-check-news-header-syntax',
that runs `rfc822-addresse' for the contents of the From header.

(rfc822-addresses "i好客雙週報[2010-01-06]-好客電子報 <service@ihaoke.com>")
 => "(Unparsable address -- Strange character \\[ found: \"[_^_2010-01-06]-好客電子報 <service@ihaoke.com>\")"

(rfc822-addresses "\"i好客雙週報[2010-01-06]-好客電子報\" <service@ihaoke.com>")
 => ("service@ihaoke.com")



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

end of thread, other threads:[~2010-01-06  5:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-06  4:29 Unparsable address -- Strange character \\[ jidanni
2010-01-06  5:30 ` Katsumi Yamaoka

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