Bug (approved)

bare lfs makes email notification failed with qmail/#7654

Summary

approved
Feb 4, 2009
100%
Jan 11, 2011
Feb 5, 2009 / heyman
Jan 11, 2011 / pixtur
 

Attached files

Summary
mail.inc.php
25182 bytes / ID 7664 / Feb 5, 2009
Show Details
 
This task does not have any text yet.
Doubleclick here to add some.

Issue report

Major
Always
windows
0.09
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.

sending email with qmail server is all right
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