vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBouncer : Change thread subscribtion options for members with bouncing emails (https://vborg.vbsupport.ru/showthread.php?t=61303)

tamarian 06-21-2005 07:10 PM

There's a new PHP version of vBouncer with Admin panel access for vB 3.5, check it out:

https://vborg.vbsupport.ru/showthrea...threadid=83486

kmike 06-22-2005 07:29 AM

Are these code changes of the mail functions really needed? Can't we simply set webmaster's email to subscriber-notify@domain.com in vB's options?

tamarian 06-22-2005 11:31 AM

Quote:

Originally Posted by kmike
Are these code changes of the mail functions really needed? Can't we simply set webmaster's email to subscriber-notify@domain.com in vB's options?

No The email address must reside on the server and not be POP'ed or downloaded by email clients, like the webmaster email. Otherwise it won't work, since you have not "trapped" the bounce notices. Otherwise you webmaster account will be flooded by bounced emails, and vBouncer won't find them.

kmike 06-23-2005 04:52 AM

Well, we're not using vB contact form, and it is the only place where webmaster's email is being used apart from sending various notifications to members. So for us it's safe to change webmaster email and leave the code alone.

tamarian 06-25-2005 09:01 PM

Quote:

Originally Posted by kmike
Well, we're not using vB contact form, and it is the only place where webmaster's email is being used apart from sending various notifications to members. So for us it's safe to change webmaster email and leave the code alone.

It's still a bad idea, IMHO. If you have ever used the webmaster email before, chances are it gets a lot of spam. Getting a lot of spam into the bouncer spool means a lot of queries, since it will try to search for users matching those emails.

kmike 06-26-2005 03:29 AM

Every address set as webmaster's will get a lot of viruses and spam sooner or later.

BTW, I'm writing the script implementing the same idea from scratch, it will parse bounces properly using Mail::DeliveryStatus::BounceParser module. The current script is just too trigger happy on various autoresponders.

tamarian 06-26-2005 03:54 AM

Quote:

Originally Posted by kmike
Every address set as webmaster's will get a lot of viruses and spam sooner or later.

BTW, I'm writing the script implementing the same idea from scratch, it will parse bounces properly using Mail::DeliveryStatus::BounceParser module. The current script is just too trigger happy on various autoresponders.

Not the new PHP version :)

kmike 06-26-2005 11:25 AM

New version doesn't get along with vB 3.0.7 which is current stable version 99.9% of sites are using.
Also, IMHO it simply isn't sophisticated enough (yet). It doesn't handle bounces from the zillion of broken MTA's like qmail or MS Exchange which tend to spit DSN's in a plain text, completely omitting Final-Recipient and other handy headers. So new version has some room for improvement, too ;)

tamarian 06-26-2005 11:42 AM

Quote:

Originally Posted by kmike
New version doesn't get along with vB 3.0.7 which is current stable version 99.9% of sites are using.
Also, IMHO it simply isn't sophisticated enough (yet). It doesn't handle bounces from the zillion of broken MTA's like qmail or MS Exchange which tend to spit DSN's in a plain text, completely omitting Final-Recipient and other handy headers. So new version has some room for improvement, too ;)

I've posted a request for help from those with Windows, QMail and Exim, as indicated in the vB3.5. https://vborg.vbsupport.ru/showthread.php?t=83407

QMail does send Final-Recipent headers, according to the samples I got. If you know otherwise, why not share the information? As stated, I know Postfix and Sendmail, and to support other systems, I'll need some cooperation from those who know those other systems.

A 3.0.7 version should be out tonight.

tamarian 06-26-2005 04:06 PM

As promised, a new version in PHP is now available for vB 3.0.7

https://vborg.vbsupport.ru/showthrea...threadid=91119


All times are GMT. The time now is 11:40 AM.

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.01456 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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