Help Desk Software & Beyond
May 21, 2012, 11:03:01 PM *
Welcome, Guest. Please login or register.
To post messages you need to register. We apologize for inconvenience, but this is to prevent spam.
Registration is instant (no email verification) and we do not ask for any personal information.

Login with username, password and session length
News: Welcome to Help Desk Software forum!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Receiving Spam on Trouble Tickets  (Read 2502 times)
minapre
Newbie
*

Karma: 0
Posts: 3


View Profile
« on: August 04, 2007, 09:31:43 PM »

I was wondering if anyone has had problems with Spam in trouble tickets, and if so how you have managed to block it.  I am getting about 10-15 spam messages a day at the moment.  The CPanel logs show that the message are generated from different ip adresses each time, so I cannot filter out by ip address in the .htaccess file.  Any suggestions is appreciated.

thanks,

minapre
Logged
Magnus Wester
Full Member
***

Karma: 2
Posts: 116



View Profile WWW
« Reply #1 on: August 05, 2007, 02:38:01 AM »

Is the spam coming from form submissions, or are you getting spam e-mails sent to your ticket e-mail addresses? Do you publish your e-mail addresses on the web?

For basic spam protection, you should consider the following:

- Never publish e-mail addresses on the web. Just publish the contact form. If you really must publish an e-mail address, use a text-to-GIF program to create an image showing the e-mail address in a way that only humans can read. And don't use a "mailto:" link with it, force users to read the address visually and type in manually.

- Create a new mailbox for your TTX system regularly. Instead of "support@domain.com", call it "support.ae1r@domain.com". Once you start getting spam to this address too, rename it "support.fk0y@domain.com" (or any other name that would be very hard to guess). Ensure that messages to the old address are forwarded to the new one during a natural phase-out period, then just deleted by the mail server.

- Always use the Access code option with your ticket submission forms.
Logged
minapre
Newbie
*

Karma: 0
Posts: 3


View Profile
« Reply #2 on: August 05, 2007, 05:45:18 AM »

The spam is coming from form submissions. 
Logged
Magnus Wester
Full Member
***

Karma: 2
Posts: 116



View Profile WWW
« Reply #3 on: August 05, 2007, 11:13:08 AM »

If your spam is coming from form submissions, and you use the Access Code to prevent automatic scripts from posting tickets, you have real, human visitors that submit spam tickets. This is strange. It takes a really stupid spammer to spam a private helpdesk - so much work just to make a few support people really pissed off?

Human-entered spam is a tricky issue that affects any user interaction mechanism, e.g. discussion forums, blog comments, wikis, order forms...

In my experience, there are many partial solutions to this problem, but no final solution that gets rid of all spam. With other products like phpBB I simply classify users as unregistered, registered and approved. For the first group I require e-mail confirmation of each submission ("Please confirm that you wish to submit this ticket"). This gets rid of all tickets with invalid e-mail addresses. When the user confirms the post, it ends up in a moderation queue where I have a second chance of removing spam. After a few "good" posts, I set the user as "approved", which means that they can post directly.

Unfortunately, there is no such mechanism for TTX. I guess you will have to delete the spam tickets manually, knowing that it was much more work entering them than for you to delete them.
Logged
minapre
Newbie
*

Karma: 0
Posts: 3


View Profile
« Reply #4 on: August 05, 2007, 04:20:59 PM »



I didnt fully comprehend your third point - I was not aware that there was an access code option.  Many thanks for your assistance.

Logged
gkalus
Newbie
*

Karma: 0
Posts: 47


View Profile
« Reply #5 on: August 21, 2007, 10:02:48 AM »

I am having the same problem but I am looking at a different solution. I run the helpdesk on a different domain than our main website .net instead of .org I am setting up filters for the helpdesk email on .net to only receive email from the .org domain. I figure if the email is down on the .org domain they won't be able to email the helpdesk and will have to go direct to the helpdesk on the .net domain to fill out a trouble ticket. I am in the middle of trying to get this working so not sure of the out come.

Gary
Logged
Magnus Wester
Full Member
***

Karma: 2
Posts: 116



View Profile WWW
« Reply #6 on: August 21, 2007, 01:36:25 PM »

I'm sure this is obvious to you, but if you want a helpdesk that's available even when your main site is down you may want to host it externally, on a totally separate network and power supply.

How is your problem different from a spam point of view?
Logged
gkalus
Newbie
*

Karma: 0
Posts: 47


View Profile
« Reply #7 on: August 24, 2007, 12:53:51 PM »

I am hosting the helpdesk on a different domain and offsite. I am getting a lot of SPAM 10 to 15 a day. I have tried filtering and all kinds of other things but it still gets through I am blocking some but not all. The best solution I would like to see is a feature that I can restrict the domains that the helpdesk receives email from. All others not on a whitelist would be rejected.

Gary
Logged
Magnus Wester
Full Member
***

Karma: 2
Posts: 116



View Profile WWW
« Reply #8 on: August 24, 2007, 01:08:21 PM »

I assume you are using an "old" e-mail address, that has been published on the Internet and thus been made available for scraping. Is it possible for you to just change the e-mail address regularly, once spammers have gotten hold of a new address?

Quote
I figure if the email is down on the .org domain they won't be able to email the helpdesk and will have to go direct to the helpdesk on the .net domain to fill out a trouble ticket.

So why do you accept e-mail tickets at all? If their site is down their SMTP server will probably be down too. Many people don't accept e-mail for new tickets, only for communication about old tickets. Can't you just use forms submission for new tickets?
Logged
sfosseen
Newbie
*

Karma: 0
Posts: 1


View Profile
« Reply #9 on: August 27, 2010, 06:51:27 PM »

The spam is coming from form submissions. 

Several years ago I copied the ticket submission html code and imbeded the code in our primary web server.  Our Primary Web server was from a hosting company and our site is CMS based so adding ttx to that site was not an option.  This has served us well, and now allowed me to stop a spammer who has been submitting tickets.

All the new spam tickets had a file attached.  I never upgraded my primary server page to enable file submission so I know the tickets were being created from my TTX site.  To stop the spam I modified the newticket.html file in the data/template folder by removing all the code and entering the text "Not Available".  As I never refer anyone to create a ticket from my TTX site this change will have no effect on ticket submissions.  New tickets can continue to be submitted via the custom HTML code on my primary web site. 

Granted this fix will only hold until someone finds the new ticket submission form on our primary server, but it is holding for now.
Logged
arvin
Sr. Member
****

Karma: 10
Posts: 400


Yeah thats right !


View Profile
« Reply #10 on: August 30, 2010, 12:25:09 PM »

From http://troubleticketexpress.com/

Quote
Access code (a.k.a. captcha) to prevent ticket submissions by spambots


I had the same issue ...the captcha resolved them .....
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1 RC3 | SMF © 2001-2006, Lewis Media Valid XHTML 1.0! Valid CSS!
Page created in 0.028 seconds with 19 queries.