Gnus development mailing list
 help / color / mirror / Atom feed
From: Shenghuo ZHU <zsh@cs.rochester.edu>
Subject: Re: New bug in 0.22 & 0.23
Date: 09 Sep 1998 15:41:21 +-400	[thread overview]
Message-ID: <5bhfyh6plq.fsf@rye.cs.rochester.edu> (raw)
In-Reply-To: Graham Murray's message of "09 Sep 1998 17:47:44 +0000"

>>>>> "GM" == Graham Murray <graham@barnowl.demon.co.uk> writes:

GM> Jean-Yves Perrier <perrier@nagra-kudelski.ch> writes:
>> all messages I send are archived in an nnfolder:archive group
>> Each new message has:
>> MIME-Version: 1.0
>> Content-Type: text/plain; charset="us-ascii"
>> Content-Transfer-Encoding: 7bit
>> 
>> appended at the end (whatever the content is ISO, 8 bits...)
>> 
>> The same messages are sent correctly to the To: ... (i.e.
>> without this appended.

GM> More seriously, newsgroup articles posted from Drafts using Agent also
GM> have this "header" at the end of the article sent to the server.

GM> I am only using emacs 19 here, but at work I have tried pgnus on my
GM> emacs 20.3 system and also agent. An article I posted did *not* show
GM> this in the Drafts folder (prior to sending), but it showed up in both
GM> the archive folder and in the copy posted to the newsserver.

I find that message-encode-message-body is called more than
once. gnus-request-accept-article, gnus-request-replace-article,
message-send-mail, and message-send-news called this function, so when
you send a mail, message-send-mail call message-encode-message-body,
then the mail is archived by calling gnus-request-accept-article. So
you got double encoded. If you use agent, gnus-request-accept-article
is called, so triple encoded or more.

I do not know why Lars put encoding codes in
gnus-request-accept-article, gnus-request-replace-article.

I guess, it helps to remove the following codes in
gnus-request-accept-article, gnus-request-replace-article.

  (save-restriction
    (message-narrow-to-headers)
    (rfc2047-encode-message-header))
  (message-encode-message-body)

-- 
Shenghuo


  reply	other threads:[~1998-09-09 11:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-09-09 15:58 Jean-Yves Perrier
1998-09-09 17:47 ` Graham Murray
1998-09-09 11:41   ` Shenghuo ZHU [this message]
1998-09-10  0:32   ` Lars Magne Ingebrigtsen

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=5bhfyh6plq.fsf@rye.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    /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).