"More than one "from" person" Error

Please report bugs here!

Moderator: Thorsten

Post Reply
Eretik
Posts: 1
Joined: Sun Jan 09, 2011 2:13 pm

"More than one "from" person" Error

Post by Eretik »

Greetings
I have some problem with sendmail and phpMyFAQ 2.6.13. When I’m trying to do any action that sending mail (new comments etc.) – I’m getting error, logs show following:
malformed header from script. Bad header=More than one "from" person: php, referer:
I have the following sendmail configuration in php.ini :
sendmail_path = "/usr/sbin/sendmail -t -i -f mail@mydomen.com"
Then I remove default “from” email option
sendmail_path = "/usr/sbin/sendmail -t"
And problem disappeared…
How to fix it, without removing default “from” email from the php.ini?
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: "More than one "from" person" Error

Post by Thorsten »

Hi,

we'll add this in the function _createHeaders() in PMF_Mail class located in inc/Mail.php

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply