vBulletin ModsThe Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=83486 |
Looks like this hack is not supported anymore. Here are a few bug fixes for those who still care.
1. There's a bug in the regular expressions: all occurences of
should be replaced with
otherwise an email address scraped from this line: "Final-Recipient: RFC822; <[email protected]>" will include the final ">" ("[email protected]>"). Apparently it affects all addresses at charter.net. 2. Next thing, sometimes members fill out their email in capital letters, but reporting MTA rewrites them in lower case, such as: "Final-Recipient: RFC822; [email protected]" for the user provided "[email protected]", so md5 check of [email protected] will be against md5-encoded [email protected] and a bounce will be reported as forged when it's in fact not. The solution: strtolower() member email address before sending and also strtolower() before checking them against X-Return-ID. 3. Finally, the recipient email address may be an alias for the different account. In this case "Final-Recipient" line will include that another email address instead, and the check for the forged bounces will fail. This one is tough to correct. It is amended by adding another custom header with an original email address and checking md5 against it and not the one scraped from a "Final-Recipient" line. But obviously this is a bit more prone to the errors and the possible forging though. |
Where are this line located: RFC822;[ ]*[<]*(\S+@\S+)[>]?
|
Quote:
|
Hi all,
Need some advice if you can, I uninstalled vbouncer for various reasons, I used the uninstall script to do so but my members that had previously bounced emails are still not recieving subscription emails or normal vbulletin sent emails, can anyone advise why or how to make it so they can recieve emails. BTW - I logged into theor account and checked all of their settings and they are ok / correct. Please help AO |
Is there a 3.6.3?
|
I made a new E-mail address (notificaty@) but the mails are still send from webmaster@. Did I do something wrong?
|
running a new version of Vb, that's all :(
|
You're joking right?
So it doesn't work? |
I'm interested in this for the latest version as well.
|
Quote:
Quote:
|
Quote:
But of course I also want to use the notify-function. |
well then i suppose you re-write it all :) I wouldn't mind if you did :)
|
Quote:
|
Can`t even install it. Step 1 gives me this db error:
Quote:
|
Quote:
|
All times are GMT. The time now is 16:10. |
Powered by vBulletin® Version 3.8.14
Copyright © 2023, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC
Copyright ©2001 - , vbulletin.org. All rights reserved.