Kayako logo
How do I? Questions about how to do specific things in SupportSuite, eSupport and LiveResponse. Not for reporting problems.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Nost Offline
New Member
 
Posts: 3
Join Date: Mar 2007
Lightbulb [esupport 3.10.02] Autoresponder Question - 09-03-2007, 04:57 AM

Hi,

We currently use :

Product: eSupport
Version: 3.10.02
Build Type: STABLE
Build Date: 05 Mar 2007 01:15:24 AM

My question is :

When we send an email (from test@test.com) to an address linked to the esupport script (ie : support@domain.com) we got an email from an autoresponder with a ticket number ... we use piping. Great its working

But if we send an another email (from test@test.com) to the same address support@domain.com but this email is regarding a new problem (new subject, new body) we didnt get any autoresponders with a new ticket number.

If we log on into the Staff or Client panel, the ticket has been created and a new ticket number has been generated. But no autoresponders email has been sent.

Under :

Mail Parser - Manage Email Queues - Support@domain.com
Registration Required? : NO
Enable New Issue Autoresponder? : YES

For me the second email sent to support@domain.com is a new issue .. i dont understand why a new autoresponder email with a ticket number is not generated.

Can someone can help me to figure out to resolve this situation ?

Regards,

Danyb
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,821
Join Date: Aug 2006
Location: Mumbai, India
09-03-2007, 09:23 AM

This is due to the Flood Protection feature of the helpdesk. The software checks the Tickets table to see if the user created a ticket within the given threshold time. If this check succeeds, the Flood Protection feature gets triggered and the specified actions are carried out.



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
  (#3) Old
Nost Offline
New Member
 
Posts: 3
Join Date: Mar 2007
09-03-2007, 12:58 PM

Hi,

Thanks for you fast answer its really appreciated ... do you know how long the threshold time is ? 5 min, 10 min, 60 min ?

Best Regards,

Danyb
   
Reply With Quote
  (#4) Old
Nost Offline
New Member
 
Posts: 3
Join Date: Mar 2007
09-03-2007, 01:47 PM

Hi,

Nevermind i found the answer ...

settings - ticket - flood protection

Regards,

Danyb

Last edited by Nost; 09-03-2007 at 01:50 PM.
   
Reply With Quote
  (#5) Old
infiniweb Offline
New Member
 
Posts: 5
Join Date: Feb 2007
19-05-2007, 05:08 PM

Hello,

Recently, I sent two emails with two different subject line to two different parser queue, but in a short period of time (within the flood timing threshold). I got one auto reply with my ticket number, but I did not get the second auto reply.

The admin cp -> settings -> ticket says:

Quote:
How Flood Protection Works?
Whenever an incoming email is received, eSupport checks the Tickets table to see if the user created a ticket with the same subject in the given threshold time, If this check succeeds, Flood Protection gets triggered and the specified actions are carried out.
So if I understand this note, the flood protection would be triggered only if the subject is the same, right? But in my case, the subject line was different.

This either mean:
1- My test is incorrect and the flood protection did not kick in (something else caused the second autoreply not to be sent)
2- The text on the admin cp is wrong and needs to be changed that the subject line has no influence on the flood protection.
3- The flood protection is not considering the subject line but should (so the text would be right but the code wrong).

I think #2 is the right answer, but I would like to know the real answer.

I checked the knowledge base, but it does not mention anything about the subject line involvement with flood protection. I searched a bit on the forum and found this thread.

Thank you.
   
Reply With Quote
  (#6) Old
atDev Offline
Member
 
Posts: 90
Join Date: Jan 2007
07-11-2007, 04:59 AM

Had the same issue... here you go

The reason is a bug in kayako. It does not do what it advertises, never checks the subject hash.

Edit /modules/Tickets/functions_ticketcore.php

Change:
PHP Code:
$_floodhash $dbCore->queryFetch("SELECT `dateline` FROM `"TABLE_PREFIX ."floodhash` WHERE `emailhash` = '"$dbCore->escape(md5($email)) ."' ORDER BY `dateline` DESC LIMIT 1;"); 
To:
PHP Code:
$_floodhash $dbCore->queryFetch("SELECT `dateline` FROM `"TABLE_PREFIX ."floodhash` WHERE `emailhash` = '"$dbCore->escape(md5($email)) ."' AND `subjecthash` = '"$dbCore->escape($subjecthash) ."' ORDER BY `dateline` DESC LIMIT 1;"); 
   
Reply With Quote
  (#7) Old
craigbrass Offline
Senior Member
 
Posts: 5,712
Join Date: Jun 2005
Location: Cumbria, UK
07-11-2007, 09:17 AM

Hopefully Jamie will be able to get thix fix pushed into the latest CVS build so it does not happen in future.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#8) Old
simplysachin Offline
New Member
 
Posts: 2
Join Date: Dec 2007
05-12-2007, 11:38 PM

Will this fix also be applied to the hosted/leased version? If so, is there a timeline?

Thanks!
   
Reply With Quote
  (#9) Old
Thijs Offline
Member
 
Posts: 253
Join Date: Jan 2007
06-12-2007, 04:39 AM

Quote:
Originally Posted by simplysachin View Post
Will this fix also be applied to the hosted/leased version? If so, is there a timeline?

Thanks!
It is already fixed in the owned versions.
   
Reply With Quote
  (#10) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,821
Join Date: Aug 2006
Location: Mumbai, India
06-12-2007, 09:29 AM

Quote:
Originally Posted by simplysachin View Post
Will this fix also be applied to the hosted/leased version? If so, is there a timeline?

Thanks!
Make sure you are using the latest stable build of Kayako. If not, then you can upgrade from the Kayako Members Area.



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
autoresponder, esupport

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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



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