This page requires java-script to be enabled. Please adjust your browser-settings.
streber
PM
Login
|
Register
Home
Recent changes
Your Tasks
Efforts
Bookmarks
Overall changes
P
rojects
for
streber commun...
streber
People
Companies
S
earch:
streber
>
Tasks
|
Topics
|
Milestones
|
Versions
|
Files
|
Changes
Help
Bug (approved)
bare lfs makes email notification failed with qmail
/
#7654
Move
Bookmark
Summary
For Milestone
v0.092 (stabilize RC1)
Status
approved
Opened
Feb 4, 2009
Completed
100%
Closed
Jan 11, 2011
Created
Feb 5, 2009
/
heyman
Modified
Jan 11, 2011
/
pixtur
View previous 7 versions
Attached files
Summary
mail.inc.php
25182 bytes / ID 7664 /
Feb 5, 2009
Show Details
Move files
Mark as bookmark
This task does not have any text yet.
Doubleclick here to add some.
Issue report
Severity
Major
Reproducibility
Always
Platform
windows
Version
0.09
Steps to reproduce
creating a new person and use
http://127.0.0.1/streber9/index.php?go=triggerSendNotifications
to send email,if the email server is qmail,then I will get this reply
451 See
http://pobox.com/~djb/docs/smtplf.html.
I check the mail.inc.php,you are using eol(means \r\n on windows) for the smtp protocol part,but the email body part is just using \n,and that makes this problem.
Expected result
sending email with qmail server is all right
Suggested Solution
I have replace all \n to \r\n in mail.inc.php,and seems qmail is happy to send email for me
3 Comments
pixtur
:
cool.
4 years ago
Thanks for pointing out. Can you upload the new version mail.inc.php?
heyman
:
updated
4 years ago
I have updated the mail.inc.php,and its based on version 0.0902,and I just change all bare \n to \r\n
pixtur
:
3 years ago
should be fixed.
if changed all to \n\r because that's what is stated at
http://en.wikipedia.org/wiki/Newline