* 3a59cc84069376 lisp/gnus/message.el: Reduce redundancy with send-mail-function breaks sendmails -f option
@ 2019-08-01 23:39 Gregor Zattler
2019-08-02 4:12 ` Stefan Monnier
0 siblings, 1 reply; 3+ messages in thread
From: Gregor Zattler @ 2019-08-01 23:39 UTC (permalink / raw)
To: Stefan Monnier, emacs-devel
Hi Stefan, emacs developers,
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.
Any ideas what to do?
Ciao, Gregor
--
-... --- .-. . -.. ..--.. ...-.-
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 3a59cc84069376 lisp/gnus/message.el: Reduce redundancy with send-mail-function breaks sendmails -f option
2019-08-01 23:39 3a59cc84069376 lisp/gnus/message.el: Reduce redundancy with send-mail-function breaks sendmails -f option Gregor Zattler
@ 2019-08-02 4:12 ` Stefan Monnier
2019-08-02 8:41 ` Gregor Zattler
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2019-08-02 4:12 UTC (permalink / raw)
To: emacs-devel
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 3a59cc84069376 lisp/gnus/message.el: Reduce redundancy with send-mail-function breaks sendmails -f option
2019-08-02 4:12 ` Stefan Monnier
@ 2019-08-02 8:41 ` Gregor Zattler
0 siblings, 0 replies; 3+ messages in thread
From: Gregor Zattler @ 2019-08-02 8:41 UTC (permalink / raw)
To: emacs-devel
Hi Stefan,
* Stefan Monnier <monnier@iro.umontreal.ca> [2019-08-02; 00:12]:
>> 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`?
message--default-send-mail-function
> What does `M-: (message-default-send-mail-function)` return?
message-send-mail-with-sendmail
Normally sendmail-program is set to a shell script which first
uses a tool called little brothers database to scrap email
addresses from outgoing messages and only then sends the
message.
But the problem remains, even if I erase the customization of
sendmail-program.
Thanks for your attention, Gregor
--
-... --- .-. . -.. ..--.. ...-.-
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-08-02 8:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-01 23:39 3a59cc84069376 lisp/gnus/message.el: Reduce redundancy with send-mail-function breaks sendmails -f option Gregor Zattler
2019-08-02 4:12 ` Stefan Monnier
2019-08-02 8:41 ` Gregor Zattler
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.