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
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: jg at objecta dot se
New email:
PHP Version: OS:

 

 [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: Thu Apr 25 20:01:45 2024 UTC