vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBouncer: reduce server load by unsubscribing bouncing members from threads (https://vborg.vbsupport.ru/showthread.php?t=83486)

GNDI 09-25-2006 05:43 PM

Is it fit for vb 3.6.1? Cos I used it on 3.5.4 and it was very good :)

GrendelKhan{TSU 09-26-2006 05:04 AM

Quote:

Originally Posted by Marco van Herwaarden
In vB 3.6 there has been a chang in the "phrase" & "phrasetype" tables. The previous primary key "phrasetypeid" is remove. Only "fieldname" is now serving to identify the phrasetype (or group).

Attached is a modified installer that will work on 3.6 (only tested install).

Will post later if vBouncer itself works on vB3.6 Beta1

PS Maybe this can easily turned into a product, so there will not be this kind of problems with future releases.

Edit: Seems to work on 3.6 Beta 1

any update word on this ?

Eagle Creek 09-26-2006 07:55 AM

I hope so :(

rix 09-27-2006 07:46 PM

recently cpanel made some changes to its mail data store, where instead of using single inbox file. it uses maildir format, which has cur, new, and tmp folder. In this case, does it work?

GNDI 09-28-2006 04:56 PM

Thanks to the poster of this php to make vbouncer work under vb 3.6.1.

I have collected his script with the original script, for ease of use to the unexspiriense users of vb. I'll hope you all understand my motive.

I with this I'll say it is working with Vbulletin 3.6.1 updated

Eagle Creek 09-28-2006 05:09 PM

Nice! Very nice, thanks!

But beta. Why isn't there a real version :)?

GNDI 09-28-2006 05:12 PM

ask Tamarian

pspcrazy 10-04-2006 09:34 PM

Does anyone know what he means by the :

6. If you are using vB's SMTP email option, make sure to also enable the "-f" option.

Becuase i really need to know about that badly.

Eagle Creek 10-04-2006 09:37 PM

You can find that setting at your e-mail options (vboptions in your ACP).

The F parameter can prevent rare cases when E-mails aren't being send.

pspcrazy 10-04-2006 10:17 PM

Thanks, i was wondering if i used the vb php call instead of the smtp should i leave it as is?

bulbasnore 10-17-2006 03:11 AM

Have this running in 3.5.4.

It collects the bounces, does the stats, but NEVER logs anything for the cleanup action nor does it actually change anything for the users who should be cleaned up!

Any suggestions to fix this 'inaction problem'?

Yes, I've set it to automode ;=)

UPDATE: OK, despite the fact my forum USES the smtp server, I had to remove -f to make it work.

NEXT QUESTION: Suggestion - how to make it unsub the user from PM notification emails?

VPREATR 10-20-2006 05:58 PM

What's the word on this and vB 3.6.2?

Thanks!

cerebro 10-22-2006 12:22 PM

Hi, i update to 3.6.2....there is some update o i have to change something?

Thanks 3.6.1 can be change to 3.6.2??

Thanks in advance

globalinsites 10-27-2006 02:14 PM

Quote:

Originally Posted by GNDI
Thanks to the poster of this php to make vbouncer work under vb 3.6.1.

I have collected his script with the original script, for ease of use to the unexspiriense users of vb. I'll hope you all understand my motive.

I with this I'll say it is working with Vbulletin 3.6.1 updated

Can someone tell me if it also works for vB 3.6.2?

Kihon Kata 10-28-2006 12:38 PM

Yep!
Quote:

Originally Posted by globalinsites
Can someone tell me if it also works for vB 3.6.2?


GNDI 10-30-2006 12:38 PM

well, it's working, but not 100% fake and not working address still comes to your inbox, that was not the issue on earlier versions of VB with vbouncer

Freezerator 10-30-2006 01:02 PM

Quote:

Originally Posted by GNDI
well, it's working, but not 100% fake and not working address still comes to your inbox, that was not the issue on earlier versions of VB with vbouncer

I have this same issue. Hopefully this can be fixed? Willing to donate if necesary.

globalinsites 10-30-2006 02:39 PM

Quote:

Originally Posted by GNDI
well, it's working, but not 100% fake and not working address still comes to your inbox, that was not the issue on earlier versions of VB with vbouncer

For me it's important that if a user's e-mail address has bounced for a certain amount of times (so basically when the conclusion may be drawn that the e-mail address no longer exists), the user will be moved to another usergroup, or deleted for all I care. I have too many members to keep it all up-to-date manually, and besides I wouldn't know how to figure out to keep track of how many times an e-mail address has bounced. There is just no way to do this manually, and there are too many users that register with a hotmail account for example that no longer exists after a couple of months.

Does vBouncer still do in 3.6.2 what I want it to do? I didn't totally understand what you said in your post. If fake and not working e-mail addresses would still reach my inbox, then what does this script do??

:confused:

GNDI 10-30-2006 04:46 PM

It do count the number of bounced mails, but it don't deleted them :( And it doesn't rewrite the send mail address from your system as supposed

globalinsites 10-30-2006 05:01 PM

Quote:

Originally Posted by GNDI
It do count the number of bounced mails, but it don't deleted them :( And it doesn't rewrite the send mail address from your system as supposed

That makes it pretty much useless for 3.6.2, doesn't it? I mean, I can count the bounced emails myself :rolleyes:

Does it still do this: 'It then issues a PM warning, and when the unsubscribe threshold is met, it will will unsubscribe them for all threads, and sets them to the "no email" subscription level.'??

Because if it moves the bouncing e-mail addresses to a seperate usergroup (I'm assuming that this happens automatically after an x amount of bounces), then I can remove all the users from that usergroup once in a while. That way I would receive less bouncing e-mails and it would reduce server load.

kmike 11-20-2006 10:59 AM

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
Code:

RFC822;[ ]*[<]*(\S+@\S+)[>]?
should be replaced with
Code:

RFC822; *<?(\S+?@\S+?)>?\s*$
otherwise an email address scraped from this line: "Final-Recipient: RFC822; <xxxx@test.sg>" will include the final ">" ("xxx@test.sg>"). 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; USER@aol.com" for the user provided "USER@AOL.COM", so md5 check of USER@aol.com will be against md5-encoded USER@AOL.COM 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 11-20-2006 02:47 PM

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

Freezerator 11-20-2006 03:43 PM

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
Code:

RFC822;[ ]*[<]*(\S+@\S+)[>]?
should be replaced with
Code:

RFC822; *<?(\S+?@\S+?)>?\s*$
otherwise an email address scraped from this line: "Final-Recipient: RFC822; <xxxx@test.sg>" will include the final ">" ("xxx@test.sg>"). 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; USER@aol.com" for the user provided "USER@AOL.COM", so md5 check of USER@aol.com will be against md5-encoded USER@AOL.COM 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 11-23-2006 06:11 PM

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 11-23-2006 06:19 PM

Is there a 3.6.3?

Eagle Creek 11-26-2006 06:44 PM

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

GNDI 11-26-2006 07:03 PM

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

Eagle Creek 11-26-2006 08:37 PM

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

ebasement.org 11-27-2006 01:15 PM

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

GNDI 11-27-2006 02:04 PM

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 11-28-2006 08:56 AM

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 11-28-2006 05:40 PM

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

Eagle Creek 11-28-2006 07:18 PM

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 11-29-2006 04:08 AM

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 12-06-2006 03:24 PM

Quote:

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

I get the same error.

GNDI 12-06-2006 04:00 PM

i remember there should be a solution to this issue earlier this thread, go search and you'll find it

dcevoclub 12-06-2006 04:07 PM

Quote:

Originally Posted by GNDI (Post 1133272)
i remember there should be a solution to this issue earlier this thread, go search and you'll find it

i did search. and the only reply i found was the one above my last post. so i guess i'll start digging through all the pages.

dcevoclub 12-06-2006 04:13 PM

Quote:

Originally Posted by GNDI (Post 1133272)
i remember there should be a solution to this issue earlier this thread, go search and you'll find it

Found it on like 19, however after step one now i get

Code:

Invalid SQL:
INSERT INTO settinggroup (grouptitle, displayorder, volatile) VALUES ('vBouncer', '999', '0');

MySQL Error  : Duplicate entry 'vBouncer' for key 1
Error Number : 1062
Date        : Wednesday, December 6th 2006 @ 11:13:48 AM
Script      : http://forums.dcevoclub.com/admincp/vbouncer_install.php?do=install&step=2
Referrer    : http://forums.dcevoclub.com/admincp/vbouncer_install.php?do=install&step=1


GNDI 12-06-2006 04:44 PM

Quote:

Originally Posted by dcevoclub (Post 1133282)
Found it on like 19, however after step one now i get

Code:

Invalid SQL:
INSERT INTO settinggroup (grouptitle, displayorder, volatile) VALUES ('vBouncer', '999', '0');

MySQL Error  : Duplicate entry 'vBouncer' for key 1
Error Number : 1062
Date        : Wednesday, December 6th 2006 @ 11:13:48 AM
Script      : http://forums.dcevoclub.com/admincp/vbouncer_install.php?do=install&step=2
Referrer    : http://forums.dcevoclub.com/admincp/vbouncer_install.php?do=install&step=1


lol this is also described in a earlier post :) clean your DB for Vbouncer tables, and run the installer again.

The problem is that you all ready have run some of the installation.

DannyITR 12-12-2006 04:36 PM

I use vBouncer and I'm not satisfied. Its very limited in that it will only inform users who bounce emails from thread subscriptions. That means whenever I send out a mass email, all of those bounces are not caught by vbouncer.

Is it working properly?


All times are GMT. The time now is 02:34 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01565 seconds
  • Memory Usage 1,836KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete