Made from_strip case-insesitive#3
Conversation
|
Is this available on all platforms? If not does it need a configure check? |
|
Sorry for not saying somthing about the config file, the other 2 options dosn't look relevant cat /etc/ssmtp/ssmtp.conf | grep -v -P "^(#|$)" |
|
In gentoo, with the config file above, if i run: the mail header end up as "Return-Path: <"FROM:puggan"@faceways.se>" I see no reason for other platforms to have other results |
|
Observed the same behavior on an Debian 7.11 (wheezy) with ssmtp version: 2.64-7.
Here are several header combination that I tested: |
|
Please note that, according the the RFC 5322 section 3.6.2 |
if the from-header looks like
"FROM: user@domain.net"
the return-path becomes
"Return-path: <"FROM:user"@domain.net>"
while
"From: user@domain.net"
and
"FROM: user@domain.net"
makes
"Return-path: user@domain.net"