Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] forum emails reply-to admin not email sender
#11
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.
I buy pet and animal forums! PM me!
#12
(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
#13
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
#14
thanks ryan!
does that mean it will be included in the next mybb update?
I buy pet and animal forums! PM me!
#15
(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
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
#16
(2008-11-10, 10:48 PM)josh0322 Wrote: thanks ryan!
does that mean it will be included in the next mybb update?

Yes


Forum Jump:


Users browsing this thread: 1 Guest(s)