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
-1
votes
5 answers

How to avoid a system generated e-mail going into spam?

I've written code for sending an e-mail using php. I don't want to go that mail into spam. How can I avoid going that mail into spam?
-2
votes
1 answer

The number of features of the model must match the input. Model n_features is 7985 and input n_features is 1

I built a spam classifier with random forest and wanted to make a separate function that can classify a text message to be spam or ham and I tried: def predict_message(pred_text): pred_text=[pred_text] pred_text2 =…
-2
votes
1 answer

How to use strstr() function?

I have two files blacklist.txt and email.txt. The blacklist.txt contains some domain names. The email.txt also contains a few domain names. I have to compare both files and find the domain names of blacklist.txt into email.txt using the strstr()…
sanober
  • 21
  • 5
-2
votes
1 answer

e-mail with embedded picture sent through python email module filtered as spam

I am sending e-mails with the following code: import smtplib from email.message import EmailMessage from email.utils import make_msgid, formataddr from pkg_resources import resource_filename def send_email(addressee, subject, text, cc=None): …
Guillaume Ansanay-Alex
  • 1,212
  • 2
  • 9
  • 20
-2
votes
1 answer

Detect and block spam on Linux VPN network

I'm the admin of a VPN server. One of the users is sending spam from his system through our VPN server, but I can't see which user is so I have blocked port 25 by firewall and sendmail by chmoding it, but I got several abuse reports again. How can I…
DjMohsen
  • 3
  • 6
-2
votes
1 answer

List of bank domains to stop phish

I'm looking for a full list of bank domain names to include in an anti-phish routine I'm planning, does anyone have a list/URL?
-2
votes
1 answer

PHP Mailer Form - Marked as Spam

I've built a mailer form in php that allows me to just type in an email address and it fires an email directly to the address entered, this is to save a stupid amount of time due to the fact that i've got to send thousands. The php is…
Aaron Lee
  • 1,146
  • 3
  • 14
  • 29
-3
votes
1 answer

getting lots of spam from "unknown" and helo localhost

On our server, we keep receiving spam with the following headers. We are using whm 11.44 and exim. Return path is always: Return-path: <> and it says Received: from unknown (HELO localhost) Both which raise flags. We're just not sure exactly how to…
-5
votes
1 answer

Problem when trying to send many emails to one person from one IP

I want to send emails to huge list for marketing purpose. now when i try to send many emails to one person but. now all my mails are going as spam. then i try to find some solution for that, then i came to know that. if i try to send lots of…
Nitz
  • 1,690
  • 11
  • 36
  • 56
1 2 3
20
21