I'm curious as to why there are discrepancies in the email headers sent from different pages. I installed www.vbulletin.org/forum/showthread.php?t=138884 in order to get rid of the "dead weight" in regards to emails. After a week I noticed that the bounced emails had different headers that didn't allow me to use the mod to unsubscribe the bad email. So I sent a ticket to my host and after a few days they escalated it to tier 2 where they determined that it's an issue with how vB is sending the headers. Specifically forumdisplay.php and showthread.php.
The headers from forumdisplay.php are "complete" and allow the mod to function as designed. The headers from showthread.php are not complete therefore any bounced emails originating from that page can't be managed by the mod.
I thought this might be an issue with the mod, but the more I think about it the more I think it's a vB issue. Why on earth would you send different header information from different pages?
Attached is a copy of the headers sent by forumdisplay.php (good_bounce_header.txt) and showthread.php (bad_bounce_header1.txt). Is there an easy way to make showthread.php send the same header information?
good_bounce_header.txt bad_bounce_header1.txt
The headers from forumdisplay.php are "complete" and allow the mod to function as designed. The headers from showthread.php are not complete therefore any bounced emails originating from that page can't be managed by the mod.
I thought this might be an issue with the mod, but the more I think about it the more I think it's a vB issue. Why on earth would you send different header information from different pages?
Attached is a copy of the headers sent by forumdisplay.php (good_bounce_header.txt) and showthread.php (bad_bounce_header1.txt). Is there an easy way to make showthread.php send the same header information?
good_bounce_header.txt bad_bounce_header1.txt
Comment