MyBB Community Forums

Full Version: [F] forum emails reply-to admin not email sender
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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.


This forum is the bug tracker. There are 5 statuses: Not Fixed, which is threads in this forum. Fixed which is threads in the "Fixed" forum and then "Duplicate, Bogus, and Won't fix" which are in the Duplicate & Bogus forum
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group
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?

Should do Smile
(2008-11-10, 10:48 PM)josh0322 Wrote: [ -> ]thanks ryan!
does that mean it will be included in the next mybb update?

Yes
Pages: 1 2