GNU bug report logs -
#25436
25.1; sendmail does not add a Date: header in FCC
Previous Next
Reported by: Francesco Potortì <pot <at> gnu.org>
Date: Fri, 13 Jan 2017 14:16:01 UTC
Severity: normal
Found in version 25.1
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
>> Date: Fri, 13 Jan 2017 15:41:07 +0100
>> From: Francesco Potortì <pot <at> gnu.org>
>> Cc: 25436 <at> debbugs.gnu.org
>>
>> $ emacs -Q
>> M-: (setq mail-user-agent 'sendmail-user-agent)
>> C-xm
>> add a recipient, subject and text at will
>> C-cC-fC-f
>> specify an FCC file at will
>> C-cC-c
>> transport RET
>>
>> Now if I look at the FCC file, I see that the sent mail does not contain
>> a Date: header.
>
>I did the above, and I do see the "Date" header. However, I needed a
>few additional settings before I could proceed after "C-c C-c". Here
>are the variables I needed to set:
>
> user-full-name
> user-mail-address
> smtpmail-smtp-server
> smtpmail-smtp-service
> smtpmail-stream-type
Hm. It seems you did not send using sendmail (which is what 'transport
does in my recipe), but you used 'smtp instead. In my running Emacs,
the last three variables are not even defined.
user-full-name is initialised (if I am not wrong) from /etc/passwd
user-mail-address, in may case, is taken from the $EMAIL env var
This bug report was last modified 8 years and 126 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.