emacs-devel
[Top][All Lists]
Advanced

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

Re: 3a59cc84069376 lisp/gnus/message.el: Reduce redundancy with send-mai


From: Stefan Monnier
Subject: Re: 3a59cc84069376 lisp/gnus/message.el: Reduce redundancy with send-mail-function breaks sendmails -f option
Date: Fri, 02 Aug 2019 00:12:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> commit 3a59cc84069376802ba8fd731b524d78db58262c broke my email setup.
> Somehow (TM) the envelopes sender address (sendmails -f option) is not
> taken from From: any more.
>
> Therefore my smarthost doesn not accept the emails which are then frozen
> on my system.
>
> Among others my customizations contain:
>
> '(mail-envelope-from 'header)
> '(mail-specify-envelope-from t)
>
> And message-sendmail-f-is-evil is nil.

Hmm... message-sendmail-f-is-evil used to default to nil, so the patch
seems not to have made any difference in this respect.

What's the value of `message-send-mail-function`?
What does `M-: (message-default-send-mail-function)` return?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]