Kayako logo
Feature Requests Have a feature request for SupportSuite, eSupport and LiveResponse? Post in here.

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#1) Old
BigDawgRob Offline
Member
 
Posts: 82
Join Date: May 2006
Location: Luton, UK
Mail rejection reason - 04-07-2007, 01:52 PM

Hi,

When the mail parser cron job (functions_parser.php), finds a mail larger than the message allowed size it rejects this message. No text is displayed to explain why the mail was rejected.

Personally I have added some text on the debug output to explain more information which I found useful:

Code:
if ($kb > $_SWIFT["settings"]["pr_sizelimit"]) {
             // Reject the Message
	echo "Rejecting message because exceeds limit (Msg: ".round($kb)."kb / Limit: ".$_SWIFT["settings"]["pr_sizelimit"]."kb)";
	$rejected++;
	} else {
I know this is a very small FR but I found it useful when trying to resolve mail parser issues, which I know can be one area that requires careful tweaking.

Rob
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,566
Join Date: Aug 2006
Location: Mumbai, India
04-07-2007, 10:31 PM

This makes sense. Thanks for the share



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
Reply

Tags
reason, rejection

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
POP3 mail parser does not use MAIL date NC Software SupportSuite, eSupport and LiveResponse 4 04-07-2008 08:48 AM
smtp is turned on, but no mail is sent is authentication is off... gguarnere SupportSuite, eSupport and LiveResponse 4 04-08-2006 02:39 PM
mail server username reverts to 'admin' when setting up mail queue steveparks SupportSuite, eSupport and LiveResponse 0 28-05-2006 02:40 PM
connection problem inteltechs InstaAlert 5 27-04-2006 12:23 AM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46