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
logicway Offline
Member
 
Posts: 62
Join Date: Jul 2006
Ability to remove certain addresses from CC, BCC fields - 28-08-2007, 02:30 PM

It would be very handy if there was an option (within the mail-parser), to remove specified cc-users from the ticket.

Some clients manage to email all staff-members, and I would like to have it removed while the email is parsed.
   
Reply With Quote
  (#2) Old
brygrant Offline
New Member
 
Posts: 26
Join Date: May 2006
Location: Sydney, Australia
18-09-2007, 03:13 AM

I agree with this. We have people who CC "Australia Helpdesk" and it then gets added to the ticket as a CC recipient.

This means two things; one there are always duplicate posts when staff members reply, but also if staff reply and close at the same time - it reopens when it parses the duplicate mail.
   
Reply With Quote
  (#3) Old
bear Offline
Community Moderator
 
Posts: 677
Join Date: Jan 2005
18-09-2007, 10:34 AM

Not sure how you'd filter out only certain CC recipients (compare to staff emails?) but some method of correcting those that CC to the desk (as mentioned above) while writing others would be very helpful. I'd also like to be able to remove more than one CC recipient at a time when editing...checkboxes, perhaps?
   
Reply With Quote
  (#4) Old
logicway Offline
Member
 
Posts: 62
Join Date: Jul 2006
18-09-2007, 11:55 AM

Quote:
Originally Posted by bear View Post
Not sure how you'd filter out only certain CC recipients (compare to staff emails?) but some method of correcting those that CC to the desk (as mentioned above) while writing others would be very helpful. I'd also like to be able to remove more than one CC recipient at a time when editing...checkboxes, perhaps?
The best way would be to have a black-list, where you can enter email-addresses you would like to be removed, while the ticket is being parsed.
   
Reply With Quote
  (#5) Old
brygrant Offline
New Member
 
Posts: 26
Join Date: May 2006
Location: Sydney, Australia
19-10-2007, 01:02 PM

To coin the phrase ... by jove i think I have it!

Use query browser to view table swift.swticketemails then find the ticketemailid which has the email address you want to remove from CC lists (I have the same problem).

Open .\modules\parser\cron_parser.php and enter the following line just before the ?> at the bottom of the file where 999 is the ticketemailid value. As long as the cron job runs the parser, you're the laughing horse

mysql_query("DELETE FROM swift.swticketrecipients where ticketemailid='999' and recipienttype='2'");

Undoubtedly it will add some processing overhead (as these things always do) but it certainly does the trick. I will be testing in dev and UAT then will hopeully impliment later in the week. Let me know how it goes.
   
Reply With Quote
Reply

Tags
addresses, bcc, remove

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
How to remove default fields from forms raykay SupportSuite, eSupport and LiveResponse 10 25-02-2008 07:32 PM
UNKNOWN Custom fields -> Ability to duplicate others (i.e. entire groups and their fields) bluesquares Feature Requests 7 17-12-2007 01:16 AM
Custom Fields Custom fields -> Ability to prefil them for ticket submission using $_GET params grahl Feature Requests 3 13-11-2007 03:49 PM
creating custom fields for email addresses davecnhi How do I? 1 20-08-2007 11:51 AM
better handling for CC / BCC fields bubble SupportSuite, eSupport and LiveResponse 3 21-11-2006 03:12 PM



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