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
10
votes
3 answers

Gmail is filtering my web app's email as spam

We have a business web application that periodically sends emails as reminders, links to client data, etc. Our company uses Google Apps for our email provider (with our own domain name), and the web application sends email through Google with…
Hank
  • 8,289
  • 12
  • 47
  • 57
10
votes
2 answers

Why should I convince developers to use port 587 for all SMTP communication?

There is a growing trend to use port 587 for all client to MTA communications. It's in a standards track RFC: http://www.ietf.org/rfc/rfc2476.txt My question is "Why?". Why have 2 instances of a SMTP server running on the same server, if they both…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
10
votes
2 answers

How do I surely get spam for my research project?

I have an unusual problem for a project I'm working on - I need to receive spam. Does anyone know how to get on a spammers email list? For the curious - I'm interested to know if applying reverse dns and SPF on an email server actually blocks spam…
dan gibson
  • 3,605
  • 3
  • 39
  • 57
10
votes
4 answers

Spam is being sent using my domain, what can I do?

Since it was released I've been using Google Apps FYD for stackednotion.com. All of the email I send goes through Google's servers and I use Gmail to view my email. I haven't had any issues before, however recently I've been seeing weird bouncebacks…
Luca Spiller
  • 2,248
  • 4
  • 24
  • 28
9
votes
2 answers

SPF for subdomain to avoid email spam

SPF is a powerful method to avoid blocking the emails as spam. However, setup of SPF is normally for the main domain, and I was unable to find setting for subdomain, and I am not sure if it is effective at all. I want to setup my email server on…
Googlebot
  • 15,159
  • 44
  • 133
  • 229
9
votes
11 answers

Algorithm for separating nonsense text from meaningful text

I provided some of my programs with a feedback function. Unfortunately I forgot to include some sort of spam-protection - so users could send anything they wanted to my server - where every feedback is stored in a huge db. In the beginning I…
Chris
  • 9,209
  • 16
  • 58
  • 74
9
votes
1 answer

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…
9
votes
3 answers

Get spamassassin to drop emails containing a specific REGEX in attached filenames

newbie asking first question :) I'm running a mail server (Ubuntu/Postfix/Dovecot) with SpamAssassin. Most of the known spam is flagged (RBLs, and obvious UCE) except for this particular malspam in attached zip files like "order_info_654321.zip",…
Keijo D Putt
  • 111
  • 1
  • 6
9
votes
3 answers

Serve images in emails from http or https?

Does it make a difference at all whether I serve the images in an email campaign from an encrypted domain? Will this make emails less likely to end up in a client's spam folder?
Charles Ingalls
  • 4,521
  • 5
  • 25
  • 33
9
votes
4 answers

Preventing Spam; Using Nodemailer; Using Sendmail

I'm using the Nodemailer Node.js module to interface with sendmail. However, my emails go directly to the spam folder when reached by a Gmail account. Why are my emails being shit-canned? It must be something to do with the headers of the email, but…
Sam
  • 6,414
  • 11
  • 46
  • 61
8
votes
2 answers

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 there. Till now, I use PHP's built-in function…
makyol
  • 213
  • 8
  • 20
8
votes
2 answers

Using multiple smtp servers with same domain?

I am using MailGun for sending emails and Zoho for receiving emails, which works fine. But then I wanted to enable sending from Zoho to be able to reply to received emails, so I added Zoho spf and DKIM to the domain along with MailGun, which also…
DeepBlue
  • 684
  • 7
  • 23
8
votes
3 answers

Sendgrid email always being sent to gmail spam

I have a clickfunnel account using sendgrid for smtp. The email being sent are all ending up in GMAILs SPAM inbox. The emails are text that contain a link to a pdf that was requested via an opt-in form from a clickfunnels website This doesnt seem…
Geronp
  • 81
  • 1
  • 1
  • 3
8
votes
6 answers

Account confirmation email sent as SPAM

I am using PHPMailer to send a confirmation email for newly registered users in my social network. But I found out most of them have ended up in user's spam list. (Hotmail and Yahoo). How to avoid this? This is my script $mail=new…
praveen
  • 83
  • 1
  • 5
8
votes
2 answers

Malicious PHP file found on my webserver, need help cleaning and preventing this from happening again

My hosting provider recently suspended my website because something on it was sending out enormous amounts of spam email. Originally me and the provider thought that this was due to an unsecured form for an email campaign I put up on the server a…
boguslavsky
  • 155
  • 1
  • 7
1 2
3
69 70