El 20/1/25 a las 22:39, Emmanuel Bouthenot escribió:
When you encounter this failure, could you send me the result of this command:cd tests ; bash -x test-header-handling.sh
Here it is.
+ set -e + echo 'Starting msmtpd' Starting msmtpd + MSMTPD_PID=174683 + trap 'kill 174683' EXIT + echo 'Generating test mail' Generating test mail + cat + echo [email protected] [email protected] [email protected] to4 [email protected] [email protected] [email protected] [email protected] [email protected] to10@localhost [email protected] to12 to13@localhost [email protected] + echo 'Testing From header generation' Testing From header generation + ../src/msmtp --host=::1 --port=12346 --set-from-header=on --from [email protected] [email protected] + ../src/msmtpd --interface=::1 --port=12346 '--command=cat > out-header-handling-mail.txt; echo > out-header-handling-rcpt.txt' + cmp -s /dev/fd/63 /dev/fd/62 ++ grep '^From: ' out-header-handling-mail.txt ++ echo 'From: [email protected]' + ../src/msmtp --host=::1 --port=12346 --set-from-header=on --from [email protected] -F 'Test User' [email protected] + cmp -s /dev/fd/63 /dev/fd/62 ++ grep '^From: ' out-header-handling-mail.txt ++ echo 'From: Test User <[email protected]>' + LANG=en_US.UTF-8 + LC_ALL=en_US.UTF-8 + ../src/msmtp --host=::1 --port=12346 --set-from-header=on --from [email protected] -F 'Test Üser' [email protected] + cmp -s /dev/fd/63 /dev/fd/62 ++ grep '^From: ' out-header-handling-mail.txt ++ echo 'From: =?utf-8?B?VGVzdCDDnHNlcg==?= <[email protected]>' + kill 174683

