vBulletin Mods

The Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=83486

kmike 20 Nov 2006 11:59

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
Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

should be replaced with

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

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.

GNDI 20 Nov 2006 15:47

Where are this line located: RFC822;[ ]*[<]*(\S+@\S+)[>]?

Freezerator 20 Nov 2006 16:43

Quote:

Originally Posted by kmike (Post 1121442)
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
Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

should be replaced with

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

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.

Thanks, but can you please englihten this more? Or post an updated file.

alfaowner 23 Nov 2006 19:11

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

Eagle Creek 23 Nov 2006 19:19

Is there a 3.6.3?

Eagle Creek 26 Nov 2006 19:44

I made a new E-mail address (notificaty@) but the mails are still send from webmaster@. Did I do something wrong?

GNDI 26 Nov 2006 20:03

running a new version of Vb, that's all :(

Eagle Creek 26 Nov 2006 21:37

You're joking right?
So it doesn't work?

ebasement.org 27 Nov 2006 14:15

I'm interested in this for the latest version as well.

GNDI 27 Nov 2006 15:04

Quote:

Originally Posted by Eagle Creek (Post 1125853)
You're joking right?
So it doesn't work?

Not at all

Quote:

Originally Posted by ebasement.org (Post 1126380)
I'm interested in this for the latest version as well.

it is working when you manually use your "fake" e-mail address as sender, ex. when you use the "Send e-mail to users" function under "users" in admincp, then it is a powerful tool

Eagle Creek 28 Nov 2006 09:56

Quote:

Originally Posted by GNDI (Post 1126404)
Not at all



it is working when you manually use your "fake" e-mail address as sender, ex. when you use the "Send e-mail to users" function under "users" in admincp, then it is a powerful tool

Ok.. That's nice.
But of course I also want to use the notify-function.

GNDI 28 Nov 2006 18:40

well then i suppose you re-write it all :) I wouldn't mind if you did :)

Eagle Creek 28 Nov 2006 20:18

Quote:

Originally Posted by GNDI (Post 1127412)
well then i suppose you re-write it all :) I wouldn't mind if you did :)

I can't my friend ;). Otherwise it was done already :D.

CNBAforo 29 Nov 2006 05:08

Can`t even install it. Step 1 gives me this db error:

Quote:

Database error in vBulletin 3.6.4:

Invalid SQL:
REPLACE INTO foro_phrase (phraseid, languageid, varname, text, phrasetypeid) VALUES (NULL, '0', 'vbouncer', 'vBouncer', '1');

MySQL Error : Unknown column 'phrasetypeid' in 'field list'
Error Number : 1054

dcevoclub 06 Dec 2006 16:24

Quote:

Originally Posted by CNBAforo (Post 1127828)
Can`t even install it. Step 1 gives me this db error:

I get the same error.


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.