php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #37169 Configuration sendmail_eol
Submitted: 2006-04-22 19:20 UTC Modified: 2021-03-31 13:14 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: sd at sven-drieling dot de Assigned: cmb (profile)
Status: Wont fix Package: Mail related
PHP Version: 5 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sd at sven-drieling dot de
New email:
PHP Version: OS:

 

 [2006-04-22 19:20 UTC] sd at sven-drieling dot de
Description:
------------
Configuration sendmail_eol with the end of line marker CRLF, LF or CR that works without problems with the MTA in sendmail_path to avoid the problem of doubling lines.


http://www.php.net/manual/en/function.mail.php

"Note: If messages are not received, try using a LF (\n) only. Some poor quality Unix mail transfer agents replace LF by CRLF automatically (which leads to doubling CR if CRLF is used). This should be a last resort, as it does not comply with RFC 2822."



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-02-21 21:31 UTC] jani@php.net
-Summary: Feature request: Configuration sendmail_eol +Summary: Configuration sendmail_eol -Package: Feature/Change Request +Package: Mail related -PHP Version: 4.4.2 +PHP Version: 5
 [2011-03-17 17:58 UTC] anrdaemon at freemail dot ru
"it does not comply with RFC 2822"
What is unclear in this reference?
Nothing to change in PHP, fix your braindead mail server.
 [2021-03-31 13:14 UTC] cmb@php.net
-Status: Open +Status: Wont fix -Assigned To: +Assigned To: cmb
 [2021-03-31 13:14 UTC] cmb@php.net
I think that introducing a work-around for this MTA issue in 2021
would be really strange.  If you feel strongly that this feature
is still needed, please pursue the RFC process[1].

[1] <https://wiki.php.net/rfc/howto>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC