php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6727 What do php send? lf or crlf?
Submitted: 2000-09-13 21:01 UTC Modified: 2000-09-16 18:18 UTC
From: jg at objecta dot se Assigned:
Status: Closed Package: Mail related
PHP Version: 4.0.2 OS: winnt4, sp6a, iis4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
1 + 25 = ?
Subscribe to this entry?

 
 [2000-09-13 21:01 UTC] jg at objecta dot se
------Transcript of session follows -------
longman@sverige.nu
451 See http://pobox.com/~djb/docs/smtplf.html.

--
I have a multiplayer portal with a function where clans can mail their members. I have set that errors should be sent to me, and today I got the mentioned error message.
I have not recived this errormessage earlier, the mail function have been availible for 1 week now.

Is it a bug in php or in my mailserver?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-16 18:18 UTC] stas@php.net
You should check that every command sent to mail is ending in \r\n. PHP takes care for that, but if you add some headers, you should take care about that too. If you will discover that it's PHP who is sending bare LFs, as described in that URL, please open a detailed report on that.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC