Current time: 05-24-2012, 11:36 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] forum emails reply-to admin not email sender
10-14-2008, 08:16 PM
Post: #11
RE: forum emails reply-to admin not email sender
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 forums! PM me!
Find all posts by this user
10-14-2008, 10:39 PM (This post was last modified: 10-14-2008 10:39 PM by Ryan Gordon.)
Post: #12
RE: forum emails reply-to admin not email sender
(09-21-2008 02:03 AM)DennisTT Wrote:  I would consider this a bug.

A temporary workaround:
In inc/class_mailhandler.php, find and remove:
PHP Code:
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...

(10-14-2008 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
Visit this user's website Find all posts by this user
11-10-2008, 08:07 PM
Post: #13
[F] forum emails reply-to admin not email sender
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
Visit this user's website Find all posts by this user
11-10-2008, 10:48 PM
Post: #14
RE: [F] forum emails reply-to admin not email sender
thanks ryan!
does that mean it will be included in the next mybb update?

I buy forums! PM me!
Find all posts by this user
11-10-2008, 10:51 PM
Post: #15
RE: [F] forum emails reply-to admin not email sender
(11-10-2008 10:48 PM)josh0322 Wrote:  thanks ryan!
does that mean it will be included in the next mybb update?

Should do Smile

Download My Plugins
My Personal Site - Twitter
[Image: eX4bjF]
Visit this user's website Find all posts by this user
11-10-2008, 10:58 PM
Post: #16
RE: [F] forum emails reply-to admin not email sender
(11-10-2008 10:48 PM)josh0322 Wrote:  thanks ryan!
does that mean it will be included in the next mybb update?

Yes
Visit this user's website Find all posts by this user


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication