Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <simon@josefsson.org>
Cc: ding@gnus.org
Subject: Re: How does gnus talk to sendmail
Date: Wed, 06 Dec 2006 16:11:53 +0100	[thread overview]
Message-ID: <87slftrrd2.fsf@latte.josefsson.org> (raw)
In-Reply-To: <x78xhlud81.fsf@davestoy.homelinux.org> (Dave Goldberg's message of "Tue\, 05 Dec 2006 18\:36\:46 -0500")

Dave Goldberg <david.goldberg6@verizon.net> writes:

> I use XEmacs, not GNU Emacs, so that may be the difference.

It is.  XEmacs defines smtpmail-program not in the mail-lib module,
but in the core XEmacs in paths.el, as follows:

(defconst sendmail-program nil
  "Program used to send messages.")

and sendmail.el does:

	(program (if (boundp 'sendmail-program)
		     sendmail-program
		   "/usr/lib/sendmail"))

Ideally, the paths.el declaration should be removed, but maybe
sendmail-program has to be declared for other core packages to work.

In any case, it is an XEmacs problem, and should be reported to them.
The XEmacs mail-lib package maintainer can help to improve the XEmacs
sendmail.el, but that will probably not help unless core XEmacs is
improved too.

/Simon



  reply	other threads:[~2006-12-06 15:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-03 20:28 reader
2006-12-04  3:28 ` Dave Goldberg
2006-12-04 14:14   ` gdt
2006-12-04 18:51     ` reader
2006-12-04  9:09 ` Reiner Steib
2006-12-04 19:04   ` reader
2006-12-04 21:12     ` Dave Goldberg
2006-12-05 15:40       ` reader
2006-12-05 23:36         ` Dave Goldberg
2006-12-06 15:11           ` Simon Josefsson [this message]
2006-12-06 16:19           ` reader

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=87slftrrd2.fsf@latte.josefsson.org \
    --to=simon@josefsson.org \
    --cc=ding@gnus.org \
    /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).