View Single Post
  #964  
Old 05-12-2009, 02:21 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ispconnect View Post
We love using Email Integration, but found a little nasty bug in product-emailreplyint.xml on line 1050 which puts the variable $encoding in the headers instead of it's value. Which causes many mailservers to bounce the e-mails sent.
Code:
$eiheaders .= 'Content-Transfer-Encoding: $encoding' . $delimiter;
The bug can be fixed by changing the single quotes ( ' ) to double quotes ( " )
Code:
$eiheaders .= "Content-Transfer-Encoding: $encoding" . $delimiter;
Will include in the next version when I get time to start working on it.. soon I hope :P


Quote:
Originally Posted by wmw_meyer View Post
Hello there,

I have an issue with receiving emails in Outlook 2003. Is there an FAQ or any documentation apart from this forum where I could search for a solution. Outlook shows the header information in the email body for both txt and HTML based email, something like this:
--------------------------------------------------------------------
Reply-To: xx@xx
References: <3.15@emailintegration> <3.36@emailintegration>
Message-Id: <20090512143308.6F20148001@xx>
X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) * on
xxx.local * at Tue, 12 May 2009 16:31:52 +0200
X-Spam-Status: No, hits=-100.0, required=4.5, autolearn=disabled,
shortcircuit=ham
X-Spam-Report: * -100 USER_IN_WHITELIST From: address is in the user's
white-list
X-OriginalArrivalTime: 12 May 2009 14:31:52.0703 (UTC) FILETIME=[649180F0:01C9D30E]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
-------------------------------------------------------------------------
I have tried switching round some of the header lines but got a little confused over which ones are used. There are references in the crons/emailintegration.php files and in the product-emailreplyint.xml to script that generates emails. Can somebody explain? Strangely the emails that confirm an error work fine but the automated notification email regarding a new post don't.

Am I also right in thinking that if I need to translate the plugin into German most of the language changes should be carried out in: product-emailreplyint.xml

Is it also correct that the user that has posted a message gets an email reminder as well, Shouldn't the author be excluded from the notification even if he has subscribed to the thread. Have I missed a setting to disable this?

I'm slowly making friends with vBulletin and the plugin but not convinced yet
Many thanks
Nadine
I haven't experienced the outlook 2003 bug, but will try to replicate it.

You will need to translate it to german yes. But this should be done through your language manager. Then it will carry over for new versions too, otherwise you will have to redo the edits each time I send out a new version... well.. which should be happening more frequently soon... I hope

The user should be receiving an email too, this is the same as occurs with yahoo groups. There is an option, in the user's edit options to disable this. From my experience, very few turn this off as most want to be sure the message went through and are able to best do that by receiving their own post in an email. Otherwise, they aren't sure if it ever goes through.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01267 seconds
  • Memory Usage 1,787KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete