Gnus development mailing list
 help / color / mirror / Atom feed
From: Bill White <billw@wolfram.com>
Subject: \201 rears its ugly head
Date: 10 Aug 2000 12:47:02 -0500	[thread overview]
Message-ID: <ruo3dkdypnt.fsf@g.wolfram.com> (raw)

Gnus v5.8.8 (latest cvs as of ~ 1000 UTC), GNU Emacs 20.7.1
(i586-pc-linux-gnu, X toolkit) of Thu Jun 22 2000 on g.wolfram.com

\201 appears before 8-bit characters in emails I send automatically
from a shell script. Here are the files involved:

,----[ ~/mail-test (mode: 777)]
| #!/bin/sh
| 
| /mnt/disk2/billw/local/emacs-20.7/src/emacs-20.7.1 -batch -l mail-test.el -f mail-test
`----

,----[ ~/mail-test.el ]
| (defun mail-test ()
|   (let ((subject "testing")
|         (filename "~/test.txt"))
|   (message-mail "billw" subject)
|   (insert-file filename)
|   (message-send)))
`----

,----[ ~/test.txt ]
| Châlons
`----

I run the shell script `mail-test', which calls emacs in batch mode,
loads ~/mail-test.el, and runs the function `mail-test'.

When I receive the mail in gnus, it looks like this (without the lines
of 70 dashes, of course):

----------------------------------------------------------------------
X-From-Line: billw  Thu Aug 10 12:37:49 2000
Return-Path: <billw@wolfram.com>
Received: from g.wolfram.com (root@g.wolfram.com [140.177.4.48])
	by dragonfly.wolfram.com (8.8.8/8.8.8) with ESMTP id MAA27220
	for <billw@dragonfly.wolfram.com>; Thu, 10 Aug 2000 12:37:49 -0500 (CDT)
Received: (from billw@localhost)
	by g.wolfram.com (8.9.3/8.9.2) id MAA12672;
	Thu, 10 Aug 2000 12:37:52 -0500
To: billw
Subject: testing
From: Bill White <billw>
Date: 10 Aug 2000 12:37:51 -0500
X-Gnus-Mail-Source: file:/var/spool/mail/billw
Message-ID: <ruou2ctggpc.fsf@g.wolfram.com>
Lines: 2
Xref: g.wolfram.com mail.misc.2000-08:273

Ch lons
----------------------------------------------------------------------

Any ideas about what's going on?

Thanks -

bw
-- 
Bill White . billw@wolfram.com . http://members.wri.com/billw



             reply	other threads:[~2000-08-10 17:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-10 17:47 Bill White [this message]
2000-08-11 13:36 ` \201 rears its ugly head: RESOLVED Bill White

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=ruo3dkdypnt.fsf@g.wolfram.com \
    --to=billw@wolfram.com \
    /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).