Questions tagged [email-spam]

Spam is the use of electronic messaging systems to send unsolicited bulk messages indiscriminately.

E-mail spam, known as unsolicited bulk Email (UBE), junk mail, or unsolicited commercial email (UCE), is the practice of sending unwanted e-mail messages, frequently with commercial content, in large quantities to an indiscriminate set of recipients. Spam in e-mail started to become a problem when the Internet was opened up to the general public in the mid-1990s. It grew exponentially over the following years, and today composes some 80 to 85% of all the email in the world, by a "conservative estimate". Pressure to make e-mail spam illegal has been successful in some jurisdictions, but less so in others. Spammers take advantage of this fact, and frequently outsource parts of their operations to countries where spamming will not get them into legal trouble.

Why Did My Email Land in the Spam Folder?

Because the recipient had a filter in place. There is no way you can influence what the recipient does to block or accept your email, and hence, there is no programmatic solution to this problem. (If there was a way to make sure the email your program sends is delivered to the recipient, spammers would promptly start doing that, mail server administrators would prompty respond, and then it would no longer work.) Therefore, questions about email deliverability are off-topic for StackOverflow. See also this meta question.

310 questions
3
votes
2 answers

Where is the documentation for Spamhaus?

I would like to know how to query Spamhaus for IP addresses (Spamhaus zen http://www.spamhaus.org/zen/) and for domains (DBL http://www.spamhaus.org/dbl/) found in incoming email in order to determine whether a given message is spam.
Martin Jambon
  • 4,629
  • 2
  • 22
  • 28
3
votes
2 answers

How to avoid marked as spam by Gmail on sending mass email?

I created event registration web sites (you can imagine something like http://www.eventbrite.com/), which allow users to subscribe for event updates. When subscribed, we send mass emails (with the same content) to those users. It was ok before, but…
Pahlevi Fikri Auliya
  • 4,157
  • 8
  • 35
  • 71
3
votes
0 answers

My emails goes into spam folder despite DKIM, PTR, SPF records

I have problems with sending email from my server. The problem is that when i send a letter to gmail.сom, yahoo.com it get into spam folder. I have tried many things. The following is a brief report on the characteristics of my letters. yandex.ru,…
Aleko
  • 960
  • 1
  • 9
  • 10
3
votes
2 answers

Can't find instructions to get rid of HTML_TITLE_SUBJ_DIFF

Outlook 2013 tests my newsletter with a few tests, and gives the newsletter a Spam-Score of 3.9 (5 is required). I wan't to have the score as low as possible, but I can't find what to do at the "HTML_TITLE_SUBJ_DIFF"-Test, and nowhere is written…
John Brunner
  • 2,842
  • 11
  • 44
  • 85
3
votes
2 answers

Why email from my server is being marked as spam by popular clients?

I am sending single letters of notifications, yet they are being marked as spam by almost every server. I've got detailed report from "is not spam" service, but can't really understand what lines of it are important. From what I have gathered by…
Nameless
  • 2,306
  • 4
  • 23
  • 28
2
votes
0 answers

Emails with Firebase extension Trigger Email go to spam

I have a contact form configured on my webpage (made with Flutter web) to send emails automatically with Firebase extension Trigger Email. However, they go directly to the spam folder. I have been reading about the causes why emails go to spam and I…
JAgüero
  • 403
  • 1
  • 4
  • 14
2
votes
1 answer

EC2 Scalable environment sending mail from instances

I have an scalable environment on amazon cloud. I want to send emails (transactional, mailing) from EC2 instances. I am using one elastic Ip for my load balancer. I have installed postfix on all my instances. Now, I got mail from amazon saying…
Venu
  • 7,243
  • 4
  • 39
  • 54
2
votes
1 answer

Spike in Google Postmaster Tools Spam Rate Since Mid-October, Other Metrics Offer No Clues

I work for mid-sized email sender, and we are very conservative when it comes to the mailing that we do. We only email users that opt-in to our service and we follow all best practices. Our user reported spam rate as reported in Google Postmaster…
2
votes
1 answer

python remove punctuation email spam

Trying to remove punctuation from the list of words. New to python programming so if someone could help that would be great. The purpose of this is to be used for email spam classification. Previously I had joined the words after checking to see if…
user12661477
2
votes
1 answer

Export Thunderbird adaptive junkmail filter data

Is there really no way to export/import the adaptive junk filter training between computers? I just setup thunderbird on a new computer and I feel like the junk filtering is sorely lacking behind my other workstation where the adaptive junk filter…
Anubis
  • 23
  • 6
2
votes
2 answers

Gmail is spamming our welcome email only

Our web app sends a confirmation email when a person signs up. This message is getting in the spam folder in gmail only. All our other emails we send out are correctly received by the end user in their inbox. I have spent hours and hours looking…
Ryan Bennett
  • 515
  • 2
  • 8
  • 15
2
votes
7 answers

Does HTML Encoding a mailto tag stop spammers

I think its fairly common practice these days not to include a mailto: tag in your webpage. I also realize that a better solution is to have a contact us form. Recently I've seen some mailto tags that include and HTML encoded email address. Is…
bendewey
  • 39,709
  • 13
  • 100
  • 125
2
votes
1 answer

How can spam emails be effectively blocked?

I've developed a custom email system and I am using spam assassin. But some spam emails are still getting through spam assassin's filters. Do I need to turn up spam assasin's strictness? Most of these emails are solicitations for website design or…
richard
  • 12,263
  • 23
  • 95
  • 151
2
votes
1 answer

Sensitive information in email headers?

If the to: email is removed, is there any senstive information in an email header? The reason I ask is because I am starting a project (like many others) to document received spam. I plan to publish the headers (with my email and name removed). So I…
kburns
  • 782
  • 2
  • 8
  • 22
2
votes
2 answers

Sending mass email SLOW with PHP PEAR Mail and ALT-N Mdaemon pro

We have a growing mailing list which we want to send our newsletter to. At the moment we are sending around 1200 per day, but this will increase quite a bit. I've written a PHP script which runs every half hour to send email from a queue. The…
Greg
  • 21
  • 2