Loads of "customer has replied" updates in assigned ticket

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
GoGetSeen
Posts: 4
Joined: Mon Nov 18, 2013 12:39 pm

Loads of "customer has replied" updates in assigned ticket

Post by GoGetSeen »

Script URL: http://support.gogetseen.co.uk/
Version of script: Latest
Hosting company: Bluehost
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

When a ticket is submitted I get a "Ticket Assigned Message".

But I get loads of messages inside this saying "customer has replied". I mean loads. One every five minutes.

See screenshot: http://i.imgur.com/l3164Ne.jpg

How do I fix this?
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Loads of "customer has replied" updates in assigned tick

Post by Klemen »

Do you have email piping or POP3 fetching enabled?

This could be due to an email loop (HESK sending notifications to the email address you use for piping/POP3 fetching).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
GoGetSeen
Posts: 4
Joined: Mon Nov 18, 2013 12:39 pm

Re: Loads of "customer has replied" updates in assigned tick

Post by GoGetSeen »

I have enabled pop3 fecthing.

Email piping is disabled.

Thanks
GoGetSeen
Posts: 4
Joined: Mon Nov 18, 2013 12:39 pm

Re: Loads of "customer has replied" updates in assigned tick

Post by GoGetSeen »

Plus - even if I delete the ticket.. it still comes back.

Very annoying. :(
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Loads of "customer has replied" updates in assigned tick

Post by Klemen »

Like said, it is probably a loop being created.

If the email address you use to create tickets (email account you connect to with POP3 fetching) is for example "SUPPORT@yourdomain.com" make sure no HESK user has "SUPPORT@yourdomain.com" email address set.

Each notification to SUPPORT@yourdomain.com will be turned into a ticket, then notified again, turned into ticket again, ...


If you cannot identify where the loop is generated you will need to disable both POP3 fetching and email piping to prevent new tickets from being generated.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
GoGetSeen
Posts: 4
Joined: Mon Nov 18, 2013 12:39 pm

Re: Loads of "customer has replied" updates in assigned tick

Post by GoGetSeen »

Klemen wrote:Like said, it is probably a loop being created.

If the email address you use to create tickets (email account you connect to with POP3 fetching) is for example "SUPPORT@yourdomain.com" make sure no HESK user has "SUPPORT@yourdomain.com" email address set.

Each notification to SUPPORT@yourdomain.com will be turned into a ticket, then notified again, turned into ticket again, ...


If you cannot identify where the loop is generated you will need to disable both POP3 fetching and email piping to prevent new tickets from being generated.
Ah my user profile was using support@MYDOMAIN

I have now changed this.

Let's see how it affects.

I'll report back.

Thanks
Post Reply