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)

djroketboy 05-31-2004 05:16 PM

How does this actually work, does it parse each email? because most bounce/failure notices are sent from antother mail server...

tamarian 05-31-2004 07:43 PM

Quote:

Originally Posted by djroketboy
How does this actually work, does it parse each email? because most bounce/failure notices are sent from antother mail server...

If you use more than one server, check the discussion starting with post #18 :)

djroketboy 05-31-2004 10:25 PM

Quote:

Originally Posted by tamarian
If you use more than one server, check the discussion starting with post #18 :)

no, don't use more than one server, we use Exim... any solution ?

tamarian 05-31-2004 10:32 PM

Quote:

Originally Posted by djroketboy
no, don't use more than one server, we use Exim... any solution ?

Well, I've never used Exim or Qmail, so I hope someone else can help with that. As stated in the first post, I only know sendmail and Postfix.

But you said in the previous post that your email bounces to another server, if so, check the posts from #18.

djroketboy 05-31-2004 10:36 PM

bleh ignore that.. i was tired.. i misread how it worked... i was thinking it checked the "inbox" but i reads the actual mail spool.... i was thinking that it parses the already bounced emails and not the pre-sent emails....

hence the "mail from other servers" ie. if you bounce a message it comes back from postmaster@aol.com or whatnot....

but i understand how it works now. now just to get it working for exim, and shared servers.

Battle_Ring 07-19-2004 08:28 PM

i cant figure out how to do this could you please help me set it up

Dennis Olson 08-20-2004 12:08 PM

Is there syntax for this hack on vB3.0.3?

Theater 08-29-2004 09:55 PM

Quote:

Originally Posted by Dennis Olson
Is there syntax for this hack on vB3.0.3?

[high]* Theater seconds that.[/high]

kontrabass 09-08-2004 01:34 PM

3rd! Please, an update? This hack is invaluable to me! :)

ScottA 09-08-2004 03:07 PM

Quote:

Originally Posted by kontrabass
3rd! Please, an update? This hack is invaluable to me! :)

I got this running on 3.0.3. IIRC, what you need to do is open mail.php and look for this:

PHP Code:

    function Mail($toemail$subject$message$headers$fromemail$minusf false)
    {
        if (
$minusf)
        {
            
$this->success = @mail($toemail$subject$messagetrim($headers), "-f $fromemail");
        }
        else
        {
            
$this->success = @mail($toemail$subject$messagetrim($headers));
        }
    } 

And change it to this:

PHP Code:

    function Mail($toemail$subject$message$headers$fromemail$minusf false)
    {
        if (
$minusf)
        {
            
$this->success = @mail($toemail$subject$messagetrim($headers), "-f subscriber_notify@yourdomain.com");
        }
        else
        {
            
$this->success = @mail($toemail$subject$messagetrim($headers), "-f subscriber_notify@yourdomain.com");
        }
    } 



All times are GMT. The time now is 11:58 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.01090 seconds
  • Memory Usage 1,752KB
  • 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
  • (2)bbcode_php_printable
  • (5)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
  • (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