Questions tagged [spam]

DO NOT USE THIS TAG ON QUESTIONS THAT ARE SPAM, we have a special flag for that! Questions about bypassing somebody else's spam filter are also not welcome. And keep in mind that this is a programming Q&A site, not a general computer support site. Spam is the use/abuse of electronic messaging systems (e.g. e-mail) to send unsolicited bulk messages indiscriminately.

This tag would be appropriate for programming questions about spam classification, etc.

We do not control the email filters of Gmail, Hotmail, etc. If you want to learn how to bypass them, ask the people who maintain those filters instead (but be very much prepared for "are you serious?" replies, or, most likely, no reply at all).

Understand that spammers read this site and so divulging methods for bypassing somebody's spam filters is comparable to sabotage. Please do not post such solutions.

1049 questions
-1
votes
1 answer

reCAPTCHA or anti-spam filters?

For protecting my website from spam and malicious registrations/posts/etc, is it better to use something like reCAPTCHA or an anti-spam script? I was planning on implementing reCAPTCHA for user registrations on my site, using the CodeIgniter…
tchaymore
  • 3,728
  • 13
  • 55
  • 86
-1
votes
3 answers

Is this a Google account hack?

I received an email from a colleague with an attached file that appeared to be on Google Drive, once clicked it led to the following URL, which recreates the Google account login page in order to steal…
Axel
  • 9
  • 1
  • 1
-1
votes
2 answers

PHP mail form is being sent to Gmail spam

Can someone help me figure out why the below PHP is causing the email to be sent to Gmail spam? I tried following other directions for setting proper headers, but I still run into problems with my emails going into the spam filter in Gmail. Any help…
kesernio
  • 115
  • 1
  • 4
  • 9
-1
votes
1 answer

I get same spams everyday in website even after i delete them

I get new post every day in my wordpress Mysql wp_post table also when i google my site Google Shown me "This site may be hacked." How can i protect these spams permanently. I have to go to Mysql Database everyday to Delete them manually using this…
Aaron
  • 87
  • 1
  • 2
  • 9
-1
votes
3 answers

Programming Spam Prevention

What is the most secure way to fight spam? Any algorithm?O r way to fight back spammers?
kim edgard
  • 926
  • 2
  • 9
  • 15
-1
votes
1 answer

Spam friendly Mails how to?

Ho together, are there any lists or guidlines how a good mail has to look like to avoid beeing spam detected? I'm sending lots of mails and want a minimal spam score. (and those aren't spam mails, I send learning mails) Thanks for your tips
Felix
  • 5,452
  • 12
  • 68
  • 163
-1
votes
1 answer

My websites is hacked and IP is on a Spam Blacklist

I created a wordpress blog few months ago and left updating it, because i was busy in other things. Today when i tried to log in to my wordpress i received a message Your IP is on a Spam Blacklist. When i visited my blog i saw a anchor text link…
-1
votes
2 answers

Find the source of spam-script

We have a shared hosting cgi-server with apache2+php fcgi and dma as mta (it forwards messages to mail relay) - it's Debian Wheezy - on it and with ability for clients to run perl/cgi scripts.There's one client with 70+ sites, and he had been…
kK-Storm
  • 474
  • 1
  • 4
  • 16
-1
votes
1 answer

Querying DNS spam service doesn't work properly with DNSJava

I'm developing a function that queries a list of DNS servers using DNSJava library to check if a specific domain is blacklisted. Here you have the portion of code that make the check. At the end you will find the output of the function; for the test…
mark
  • 939
  • 2
  • 13
  • 36
-1
votes
1 answer

Are JavaScript forms enough for spam block

I have a question. Spam bots can't/don't use JavaScript. If I create form which works only with JavaScript enabled, is it enough to block spam bots? I am talking about forms, that load fields via jQuery-ajax. These fields are required to send the…
-1
votes
1 answer

Cart Table full of spam

Our e-commerce visitors can add records to shopping cart without login/registration, plus enter instructions and notes in a text-box. The cart DB table is filled daily by 1000's of records with spam in the note field. How can the spammers use this…
Kahama
  • 13
  • 2
-1
votes
1 answer

Send emails via SMTP - Test spam filters

I am planning to implement a service to test the capabilities in spam detection of modern Email clients, as well as webmail services like gmail, hotmail... The project is in a very early state and I am actually just figuering out which techniques…
-1
votes
1 answer

Require text field contain certain word, using jquery

To counter spam form messages, I want to have a contact form textarea that requires the user to include certain text in the message textarea and validate before submitting. A client-side script would check that text any placed inside the texatarea…
Simon Darby
  • 643
  • 5
  • 6
-1
votes
2 answers

Send mass emails in php in sections? Stop spam?

So, I am running on a a free webhost 3owl.com. I know that free hosts suck compared to paid but its temporary. Anyways, I have 90 users that need email sent to them. The issue: I cannot send them at a speed of more than 1 every 4 seconds. I must…
-1
votes
1 answer

Malicious code in website stealing admin password

I have a client that said they think there site is being hacked. I looked at some stuff and found some suspicious code in their functions.php file. Does anyone recognize any of this and feel its not…
Dave C
  • 262
  • 2
  • 6
  • 25