'From: ' header incorrectly set in lib/messu/messulib.php
- Status
- Closed
- Subject
- 'From: ' header incorrectly set in lib/messu/messulib.php
- Version
- 2.x
- Category
- Error
- Feature
- Inter-User messages
- Submitted by
- snarlydwarf
- Lastmod by
- snarlydwarf
- Rating
- Description
From: and Reply-To: headers are incorrectly set in lib/messu/messulib.php, generating invalid mails:
From:
Reply-to:- Solution
Line 83+ should read.
if (strlen( $prefs'sender_email' ) > 1 ) {
$mail->setHeader("Reply-To", $prefs'sender_email');
$mail->setHeader("From", $prefs'sender_email');
}fixed
- Importance
- 9 high
- Priority
- 45
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 1686
- Created
- Wednesday 09 April, 2008 21:12:36 UTC
by Unknown - LastModif
- Wednesday 16 April, 2008 21:44:39 UTC