Kayako logo
Technical Chat From server configurations to local area networking - the technical discussion forum.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
guser Offline
New Member
 
Posts: 9
Join Date: Nov 2006
beating unwanted duplicate emails - 20-11-2006, 12:25 PM

Hello,

Kayako version: 3.04.10
DirectAdmin: 1.28.1
Exim: 4.60

I'm using Kayako on shared linux hosting, running exim and DirectAdmin. It looks like when piping is configured I'm receiving duplicate emails for each single email sent to the pipe'd account. This seems to be a common problem:

eSupport piping: Double tickets
http://forums.kayako.com/showthread.php?t=3197
2 tickets on 1 mail
Duplicate Ticket and Replies
Another duplicate ticket problem

From looking at the mail parser logs, both mails always have the same message id and arrive within seconds of each other. Could you add functionality so that the admin could specify the amount of time to ignore incoming emails with the same message id... e.g.

2006 Nov 20, 12:19:41:01 - incoming email with message id: 1234 = ALLOW
2006 Nov 20, 12:19:42:16 - incoming email with message id: 1234 = DENY
2006 Nov 20, 12:21:50:14 - incoming email with message id: 4321 = ALLOW
2006 Nov 20, 12:21:50:42 - incoming email with message id: 4321 = DENY

It's not a fix, but it's a good work around???

Regards,
/guser
   
Reply With Quote
  (#2) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,123
Join Date: Jan 2006
Location: United Kingdom
20-11-2006, 04:39 PM

Hi guser;

Have you tried this fix a user posted earlier?

Quote:
Originally Posted by thuskey
I found my fix. I just needed to make sure that the pipe was called after spamassassin was done doing it's thing. "man qmail-local" if you want to understand the logic. Otherwise just edit the .qmail file and make sure the pipe to kayako comes after the spamassassin stuff.

my .qmail file:
Code:
| if [ -z "$SA" ]; then export SA=1; /usr/local/psa/bin/psa-spamc -u xxxxxxxx@creloaded.com -U /tmp/spamd_full.sock > spamcheck$$; if [ -s spamcheck$$ ]; then /var/qmail/bin/qmail-local "$USER" "$HOME" "$LOCAL" "" "" "$HOST" "$SENDER" "$DEFAULT" < spamcheck$$; retval=$?; rm -f spamcheck$$; [ $retval = 0 ] && exit 99; exit $retval; fi; rm -f spamcheck$$; fi # ACCEPT UCE
|/home/httpd/vhosts/creloaded.com/httpdocs/support/tickets/cli/index.php
   
Reply With Quote
  (#3) Old
guser Offline
New Member
 
Posts: 9
Join Date: Nov 2006
20-11-2006, 06:18 PM

Hi JimpsEd,

I asked my hosting provider to do that, he did and there's still no change--duplicate emails :/

Thanks,
/guser
   
Reply With Quote
Reply

Tags
beating, duplicate, unwanted

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
Emails not showing up: Spam? kami SupportSuite, eSupport and LiveResponse 2 21-07-2008 07:49 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