2008-10-14, 08:16 PM
is there a bug tracker for mybb? how can we check the status on bugs? im still getting a lot of emails sent to me that were intended for other members.
(2008-09-21, 02:03 AM)DennisTT Wrote: [ -> ]I would consider this a bug.
A temporary workaround:
In inc/class_mailhandler.php, find and remove:
if($mybb->settings['returnemail']) { $this->headers .= "Return-Path: {$mybb->settings['returnemail']}{$this->delimiter}"; $this->headers .= "Reply-To: {$mybb->settings['adminemail']}{$this->delimiter}"; } else { $this->headers .= "Return-Path: {$mybb->settings['adminemail']}{$this->delimiter}"; $this->headers .= "Reply-To: {$mybb->settings['adminemail']}{$this->delimiter}"; }
This will remove all reply-to headers, but since you weren't using it anyway it should be fine. Most mail clients will use the "From" header as the reply-to if it's not set...
(2008-10-14, 08:16 PM)josh0322 Wrote: [ -> ]is there a bug tracker for mybb? how can we check the status on bugs? im still getting a lot of emails sent to me that were intended for other members.
(2008-11-10, 10:48 PM)josh0322 Wrote: [ -> ]thanks ryan!
does that mean it will be included in the next mybb update?
(2008-11-10, 10:48 PM)josh0322 Wrote: [ -> ]thanks ryan!
does that mean it will be included in the next mybb update?