[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: emacs20: need help with Bug 35128 (emacs MTA invocation behavior).



In message "emacs20: need help with Bug 35128 (emacs MTA invocation behavior)."
    on 99/05/31, Rob Browning <rlb@cs.utexas.edu> writes:

> So I need to determine if this is an emacs20 problem, an smail
> problem, or a Francesco problem :>.  Any feedback would be
> appreciated.

This is neither a smail problem, nor a Francesco problem.
Because, I had met this problem with exim.

I am avoiding it by using the following shell script.

---- ~/bin/exim-f ----
#!/bin/sh
exec /usr/sbin/exim -f $EMAIL "$@"
----------------------

And I put the following in my .emacs:

(setq sendmail-program (expand-file-name "~/bin/exim-f"))

I know, this is a very ugly solution.  IMO, Francesco's
suggestion in Bug#35128 will be fine.

-- 
Takao KAWAMURA


Reply to: