spam

Sending email from website using mailto link

Hi guys, That might be silly question but I really need to know the answer. If I got the Outlook client installed on my machine and I click on the mailto link on the website the subject and body specified in the link is passed to the client. Is anything else attached to the message? Any headers or addition information about my website? ...

Is there a difference from having codeigniter send via smtp to gmail versus sending via sendmail when our mx records point to google?

Currently were getting considered spam and we need to figure out what is the best soulution. Should we be using sendmail or sending via smtp directly to google? ...

Emails are put into spam - wrong headers problem.

Hello everyone, this is my first question on StackOverflow, but I think that we'll both come to the happy end. :) The problem is: I've got newsletter script written in PHP and when I send those emails to the various accounts they are put in the spam folder. Here is what I get in mail headers: X-Spam-status: Yes, score=5.01 tagged_above=...

How long does it take for GMail to unban an IP blocked for spam?

My site's SMTP had been exploited by spammers. Since then, all mail to GMail addresses is being bounced with the following message: 550-5.7.1 Our system has detected an unusual rate of 550-5.7.1 unsolicited mail originating from your IP address. To protect our 550-5.7.1 users from spam, mail sent from your IP address has been blocked....

cakephp email component emails go to hotmail junk folder

Hi, I am using the built-in email component of CakePHP 1.3, and it seems that all my emails go to the hotmail junk folder. Does any of you know what to change to make Hotmail thinking this is NOT a spam? If some of you experienced the same issue, some feedback on what they've done or tried to fix it would be much appreciated. Cheers, N...

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 to do? Delivered-To: [email protected] Received: by 10.216.213.222 with SMTP id a72cs207473wep; Sat, 2 Oct 2010 04:26:47 -0700...

C# Spam Filter suggestions

Hi, Any idea (example) of spam filter implementation in C#? I would like to use a database to store unwanted words, to train my spam filter. Thanks. ...

What is the best way to filter spam with JavaScript?

I have recently been inspired to write spam filters in JavaScript, Greasemonkey-style, for several websites I use that are prone to spam (especially in comments). When considering my options about how to go about this, I realize I have several options, each with pros/cons. My goal for this question is to expand on this list I have create...

How Block spam links In ASP

In php we use the following code to block the url link passing via text boxes or textarea on form submit(For avoid bad link passing from contact us form ).Is there any methode like this in classic asp using vb. if($_POST['Register']) { $username=$_POST['username']; if (preg_match('~(?:[a-z0-9+.-]+://)?(?:\w+\.)+\w{2,6}\S*~i', ...

I'm hosting reseller and I got spam problems. Please help to solve.

Our provider suspended our account with 5000+ clients and their sites. The reason was that the whole IP range was blacklisted by SpamHouse, but our provider did not explain what emails, form what IP and with what content was sent exactly. So now we are just suspended and 5000+ sites are not working, and all users moaning. Big problems, ...

Are 10.10.0.3 and 10.10.0.4 IP's for spammers

I have a site that is getting bombarded by requests from 10.10.0.3 and 10.10.0.4. I couldn't find where these servers are. What is the best way to regulate this? I could just deny those IP's but I have a feeling it would just start using other IP's. Any suggestions would be helpful. ...

How reliable is the IP address logged in an Apache access log?

Dear SO, My website is suffering from an apparent bot which GETs a particular URL 5 times within a second, waits exactly 2 minutes, then repeats. The request is coming from the same IP address each time, and I have not observed any malicious payload, so I'm undecided on whether it is some form of spam bot. The User-Agent claims to be IE...