Spam is the use/abuse of electronic messaging systems (e.g. e-mail) to send unsolicited bulk messages indiscriminately.

learn more… | top users | synonyms

32
votes
19answers
7k views

Blocking comment spam without using captcha [closed]

What are some non-captcha methods for blocking spam on my comments?
37
votes
23answers
18k views

Effective method to hide email from spam bots

On my home page I'm using next method to hide my email from spam bots: <a href="admin [at] example.com" rel="nofollow" onclick="this.href='mailto:' + 'admin' + '@' + ...
9
votes
14answers
2k views

What are some ways to protect emails on websites from spambots?

I'm creating a public internet facing website which contains the email address of their salespeople. What kind of programming options do I have to generate the "mailto" and display the email from ...
6
votes
8answers
8k views

How can I lower the spam score of my email message?

I am sending a new logon and password to a user, however when I do on a test version of our site on the internet the Spam score is 4.6 by spam assassin. Which means it gets trapped. The Email is ...
4
votes
4answers
6k views

How do I prevent mails sent through PHP mail() from going to spam?

I am using PHP's mail() funciton to send emails (sendmail process is running ). But all the mails are going to spam (in case of gmail). I have tried many tricks that I found on net but none is ...
6
votes
4answers
12k views

sending mail with php & escaping hotmails junk folder

I have been trying to get PEAR::mail to successfully deliver emails to hotmail users without being flagged as SPAM and ending up in the junk folder, i have no problems with yahoo/gmail only with ...
15
votes
6answers
6k views

How to stop Gmail from marking mails sent by my web app as spam? [closed]

I have a simple web application that provides daily financial data. Users subscribe, and we send them an email every day. However, Gmail is marking all of our emails as spam. What should we be looking ...
47
votes
10answers
1k views

how to check if a string looks randomized, or human generated and pronouncable?

For the purpose of identifying [possible] bot-generated usernames. Suppose you have a username like "bilbomoothof" .. it may be nonsense, but it still contains pronouncable sounds and so appears ...
0
votes
5answers
450 views

Preventing Spam

How do you stop bots on a page which is accessible to registered users only? 90% page is accessed by real users and 10% are bot. I do not want to put captcha or verification method on the page ...
4
votes
3answers
966 views

What is the best practice to send emails from PHP script?

I hope this question wont be too specific. But I really need to ask. We all know that we cannot fully prevent our emails to go to spam box right? But I guess we can decrease the #of emails that goes ...
4
votes
1answer
2k views

How much the honey pot practice is efficently against spam?

With honeypot, i mean more or less this practice: #Register form <style> .hideme{ display:none; visibility: hidden; } </style> <form action="register.php"> ...
3
votes
2answers
1k views

How to avoid my mails sent from PHP mail() being marked as spam?

I'm using the following to send registration e-mails: $subject = 'subject is here'; $message_raw = 'e-mail text'; $message = base64_encode($message_raw); $headers = 'MIME-Version: 1.0' . "\r\n"; ...
2
votes
2answers
6k views

php mail function: legitimate mails marked as spam by gmail and hotmail

My website sends emails to users using the PHP mail function. Hotmail and Gmail users don't receive them, or they end up in SPAM-folder. Here is the header of a message marked as SPAM by Gmail. What ...
13
votes
14answers
11k views

How to prevent robots from automatically filling up a form?

I'm trying to come up with a good enough anti-spamming mechanism to prevent automatically generated input. I've read that techniques like captcha, 1+1=? stuff work well, but they also present an extra ...
14
votes
3answers
958 views

Decrypt obfuscated perl script

Had some spam issues on my server and, after finding out and removing some Perl and PHP scripts I'm down to checking what they really do, although I'm a senior PHP programmer I have little experience ...
7
votes
2answers
4k views

how to avoid my sent email not be classified as spam? [closed]

I am operating a website that can send invitation to other people, I encountered a problem that the emails sent from my website are all classified as spam in the major email sevice providers, I am ...
1
vote
4answers
1k views

Best solution to anti-spam in PHP?

How to distinguish robots from normal user? How does SO do this job? Currently I'm met with a robot which post once every 1 hour...
3
votes
1answer
793 views

sent mail will going to spam folder?

I searched about this topic but they weren't useful for me. Ok anyway this is my code: public function sendActivation($name, $user, $pass, $activationKey) { $to = $user; $subject = 'Account ...
5
votes
2answers
405 views

javascript in spam email; what's it trying to do?

I received a spam message that had a .htm attachment. I opened the file in gedit on my linux machine and saw the following. Does the script it would try to run do anything? It looks harmless, yet ...
4
votes
3answers
1k views

how to avoid email header Received: from unknown and email going to spam

I try to send email from our server using php and Zend_Mail. I use smtp transport. This is confimation email of subscribing. But for some reason email that I send has strange headers and email goes to ...
1
vote
3answers
243 views

Make specific url response 404 error instead of 200 for spam bots

How to make my site's specific url (index.php?act=add) to response 404 error instead of 200 when spam bots try to access it ? I am not php programmer so may be it could be done somehow with derectives ...
0
votes
3answers
2k views

My E-Mails Always Go To Spam Folder [closed]

In my server i send mails by PHP but my mails always go to spam folders. I did spf record thing but it didn't matter. Also i use google apps service with this domain. Please Help Mail Original: ...
3
votes
2answers
1k views

Created a registration form with automated email confirmation but emails keep being sent to the junk folder of the recipients email. Any ideas?

Here is the following information i'm sending the user. Sender email: Support@photocrayze.com Subject: PhotoCrayze - Account Activation Instructions‏ Message: image url goes here ...
1
vote
6answers
301 views

How do you email source code without getting flagged as spam?

When replying to a post (for example on Craiglist) that asks for sample code, is there a way to be (reasonably) sure of delivery? Here's the problem, stated as possible options and the negative ...
0
votes
2answers
3k views

PHP plugin to calculate spam assassin spam score?

I have spam assassin on my hosting server. Is there any way to plug into it and calculate the spam score of an e-mail, before it is sent out? Preferably not invoking spam assassin directly.
-3
votes
1answer
610 views

Suspicious JavaScript attached to a spam email [duplicate]

Possible Duplicate: javascript in spam email; what's it trying to do? I've seen similar questions on here, but nothing quite like this or inquiring about this snip of code. Take a look ...
24
votes
5answers
1k views

Sending solicited mass email

Our company does work environment surveys, and these surveys are filled in online. All participants are sent a link to their survey in an email (personal code included). Some of our clients have ...
16
votes
2answers
3k views

rails - Choosing captcha plugin

There are a lot of captchas plugins in Rails and also many types of solutions for preventing spamming and flooding. So it isn't only Rails question. Let's see what types of plugins do we have: 1. ...
14
votes
3answers
5k views

Should I use the Reply-To header when sending emails as a service to others?

Suppose we have an application that acts as a middleman, allowing Company A to send reports to their customers. Company A --> Company B (me)--> Company A's customers After getting the report we ...
2
votes
5answers
553 views

Why is my e-mail still being picked up as spam? Using mail() function

I've been getting very annoyed at this as no matter what it seems spam filters are still calling my websites auto responder as spam. I've set all my headers correctly and this is what I have so far! ...
5
votes
4answers
705 views

Stopping spammers from creating accounts (reCaptcha not doing the trick)

Hi we have just noticed a bunch of Nigerian spam accounts in our email system. Now, we do have a reCaptcha in the signup form but apparently they circumvent it, manually or otherwise. It seems like a ...
2
votes
1answer
4k views

PHPmailer sending mail to spam in hotmail. how to fix?

I'm using the phpmailer class to send emails. Currently gmail and yahoo do not mark emails as spam, but hotmail always does. How can I prevent this. My code is below. Thanks ...
2
votes
2answers
2k views

How to make sure email you send is not automatically marked as spam?

I run a social video website. User's across varied geographic location use this website for e-mailing about the video contents to other people. But my clients report that e-mails they send are ...
2
votes
6answers
3k views

Quick and easy flood protection?

I have a site where a user submits a message using AJAX to a file called like.php. In this file the users message is submitted to a database and it then sends a link back to the user. In my Javascript ...
4
votes
1answer
187 views

Detecting spammers with MySQL

I see an ever increasing number of users signing up on my site to just send duplicate SPAM messages to other users. I've added some server side code to detect duplicate messages with the following ...
4
votes
6answers
823 views

PHP Programming Spam Prevention

What is the most secure way to fight spam?Any algorithm?Or way to fight back spammers?
2
votes
4answers
248 views

How to make sure about the ip of the visitor?

I have a blog aggregation website the stories are ordered by the number of visits I think I am facing a spam of visits because some blogs' stories receive a lot of visits in the same second with ...
0
votes
3answers
153 views

How can I detect if a row was inserted into the database x seconds ago

Basically, I'm working on a spam detection system and I would like to detect if a row was inserted less the x seconds ago. x could be 5 second, so I would want to see if a row was inserted into the ...
5
votes
3answers
527 views

fighting spam bots

I have C# form in the site and want to prevent spam bots from filling it. The trick is, that I want to avoid CAPTHA or any other user input to avoid loosing a single registration. Here are some ...
4
votes
4answers
2k views

How to prevent spam reviews in Magento

We have been seeing a number of spam product reviews in our Magento store. I recently installed the Fontis reCaptcha extension to add a reCaptcha form to the reviews form. In all my testing, this ...
3
votes
3answers
365 views

Spam Defeating All My Captcha

I have a wordpress blog and I had the Captcha plugin on it for the longest time because it worked. Lately though I am getting mass amounts of spam. I then tried to do a "Add These Random Numbers ...
3
votes
2answers
343 views

How to stop bounce rate manipulation

Using Google analytics I have started noticing some sort of spam/attack/bounce rate manipulation happening with one of my sites. Essentially, there are a large number of daily hits from the same ...
3
votes
5answers
4k views

php mail() function gets spam email

All my emails i am sending in local WAMP or on server, with php mail function, goes to SPAM folder always. While looking for the issue, i found we've to set headers like from id, reply to, return ...
3
votes
1answer
1k views

Swiftmailer won't send mail, but mail() will

PHP's mail() function sends mail fine, but Swiftmailer's Swift_MailTransport doesn't work! This works: mail('user@example.com', 'test '.date('H:i:s'), ''); But this does not: $transport = ...
2
votes
6answers
487 views

Preventing bot form submission

I'm trying to figure out a good way to prevent bots from submitting my form, while keeping the process simple. I've read several great ideas, but I thought about adding a confirm option when the form ...
2
votes
1answer
473 views

How can I detect that an email has been rejected as spam by the recipient?

Is there a way to check if a sent e-mail has been marked as spam or deleted? I work with Rails 3.
1
vote
2answers
134 views

PHP request spam prevention mechanism

I'm building a model view controller web application and I want to build a request spam mechanism, why? Let me explain in short detail: We got ourselves an ajax controller, every user input is ...
1
vote
1answer
319 views

Spam protection algorithm for SMS

I am developing an android messaging application. Is there a good spam filtering algorithm that works well for SMS? Please give some things to kick start. Rahim.
1
vote
1answer
1k views

Cakephp emails going to spam

I am sending email using cakephps email function. The email sends correctly but it is going to the spam folder. Can anyone sugggest?
0
votes
2answers
354 views

Javascript code added to server page automatically

Today morning I have noticed that some Javascript has been added to my hosted site . When I downloaded the homepage the code was like <!--04b037--><script ...

1 2