Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#31) Old
GoneShootin Offline
Member
 
GoneShootin's Avatar
 
Posts: 215
Join Date: Jan 2008
28-08-2008, 02:23 AM

This was happening since the upgrade with a revert back to orig templates, but has strangely started behaving itself...
   
Reply With Quote
  (#32) Old
josephstern Offline
New Member
 
Posts: 7
Join Date: Mar 2007
28-08-2008, 04:40 PM

I reverted all of mine also, but it's definitely still happening for me, on cc'd recipients.
   
Reply With Quote
  (#33) Old
cginest Offline
New Member
 
Posts: 22
Join Date: Jul 2008
01-10-2008, 12:21 AM

So is this fixed in the latest version (3.30.02) or not? I work for the largest email deliverability company in the world, and this a major, major deal. Anyone using support suite is likely to be blacklisted within a few days of their queue addresses being harvested, which eventually happens to everyone. Backscatter will turn every broken implementation into a spammer, and it sounds like every implementation may be broken. This needs to be fixed asap if its not already.

Can a rep from Kayako give us an update on this issue?

Thanks
   
Reply With Quote
  (#34) Old
cginest Offline
New Member
 
Posts: 22
Join Date: Jul 2008
06-10-2008, 05:01 PM

Testing confirms this is NOT resolved. CC'd recipients still receive the auto ack's. This is some pretty poor QA on Kayako's part.

Is there a workaround other than modifying the modules\parser\functions_parsercore.php file? Im still hosted and kayako wont make any changes for me, unless of course, I raise some serious hell, which is about to happen. This is pretty ridiculous.
   
Reply With Quote
  (#35) Old
John Haugeland Offline
Developer
 
John Haugeland's Avatar
 
Posts: 800
Join Date: Dec 2007
Location: Idaho
06-10-2008, 07:25 PM

Well, since someone filed a bug today, it's getting looked at.


John Haugeland (john.haugeland ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#36) Old
cginest Offline
New Member
 
Posts: 22
Join Date: Jul 2008
06-10-2008, 08:10 PM

Yeah, thats me.
   
Reply With Quote
  (#37) Old
Salman Offline
Member
 
Posts: 117
Join Date: May 2004
08-10-2008, 05:44 PM

Quote:
Originally Posted by John Haugeland View Post
Well, since someone filed a bug today, it's getting looked at.
Hope you can fix it by next year!


Cheap Reseller Hosting, Business Hosting & Personal Hosting
cPanel & WHM - PHP4 & PHP5 - SiteBuilder - Free Domain For Life
Serving Thousands of Customers Since 2001
www.QualityHostOnline.com
   
Reply With Quote
  (#38) Old
arangen Offline
New Member
 
Posts: 6
Join Date: Nov 2007
31-10-2008, 08:19 PM

Are there any updates on this? This is really very annoying.
   
Reply With Quote
  (#39) Old
John Haugeland Offline
Developer
 
John Haugeland's Avatar
 
Posts: 800
Join Date: Dec 2007
Location: Idaho
31-10-2008, 10:54 PM

Arangen: please open a support ticket.


John Haugeland (john.haugeland ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#40) Old
mafoo Offline
New Member
 
Posts: 10
Join Date: Jun 2007
07-11-2008, 06:33 AM

I am having the same problem. I opened a ticket but was told to monitor the bug report. It's causing us lots of problems. Does anyone known is there is any estimated fix time for this or a temporary fix for the time being?

Matt

Last edited by mafoo; 07-11-2008 at 06:34 AM..
   
Reply With Quote
  (#41) Old
Dioxin Offline
New Member
 
Posts: 9
Join Date: Jul 2007
Possible Bugfix :) - 07-11-2008, 07:59 PM

In functions_parsercore.php change:

PHP Code:
if ($_SWIFT['settings']['t_autorespondercc'] == 1
to

PHP Code:
// Dioxin: bugfix
// if ($_SWIFT['settings']['t_autorespondercc'] == 1)
if ($_SWIFT['settings']['t_autorespondercc'] == && $sendautoresponder
maybe that helps. Still needs testing...
   
Reply With Quote
  (#42) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 197
Join Date: Oct 2007
Location: Jakarta, Indonesia
08-11-2008, 04:29 PM

I don't want to disable the autoresponder entirely; I just want to prevent it going out to CCed address. It seems like Dioxin found the right spot in functions_parsercore.php, around line 645:

PHP Code:
                if($recipient != $_email['fromEmail'] && $recipient != $_email['toEmail'] && $recipient != $_email["replytoEmail"] && !in_array($recipient,$_SWIFT["ticketobj"]->getRecipients()) && $_SWIFT["queuecache"]["p"][$recipient] != 1)
                {
                    
$_SWIFT["ticketobj"]->addRecipients(array($recipient),RECIPIENT_CCUSER);
                    if (
$_SWIFT['settings']['t_autorespondercc'] == 1)
                    {
                        
$_SWIFT["ticketobj"]->sendAutoResponder($recipient);
                    }
                } 
When I comment out the key line:
PHP Code:
$_SWIFT["ticketobj"]->sendAutoResponder($recipient); 
... the autoresponder does not go out to any but the address in the TO field.


Matthew Arciniega
+ Free: Ticket List & Search Mods
| Dept. Display Names
+ Free: (Almost) Perfect Outlook/HTML Tickets
+ Tutorials: SLA System Explained
| Using Template Groups
Kayako v3.20.02 | PHP: 5.2.6 | MySQL: 5.0.58 | CentOS 4

Last edited by Matthew; 08-11-2008 at 05:25 PM.. Reason: Must've been on the wrong planet earlier...
   
Reply With Quote
Reply

Tags
disable, howto, responder

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
CC and Bcc people are not receiving auto responder mails THey are getting only conte vineethshyam SupportSuite, eSupport and LiveResponse 4 01-10-2006 02:56 AM



Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Help desk software by Kayako.


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 47 48