Spam is the use of electronic messaging systems to send unsolicited bulk messages indiscriminately.
0
votes
1answer
17 views
how do I know if my webserver becomes listed as a spamserver [closed]
I'm working on a app which sends notifications emails. I know this is stereotypical for spam servers. I know the first question ist "How can I ensure what my server will not be listed as a spam ...
0
votes
0answers
110 views
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 ...
-3
votes
1answer
68 views
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 ...
0
votes
0answers
39 views
Looking for Rule-based spam filter
I am looking for rule-based spam filters, which has free to view documentation, including the rules.
I’ve already tried google, I’ve found FuzzySpamFilter and RuBaSt. But I can’t find RuBaSt rules ...
0
votes
2answers
61 views
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 ...
0
votes
3answers
67 views
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 ...
1
vote
3answers
310 views
Mass Emails Getting Rejected by Google
I need help automating mass emails I'm sending daily.
I'm trying to send out automated mass emails through a Gmail account (My Business uses Google Apps). I built a Java program that allows me to ...
0
votes
1answer
75 views
Can we obtain hybrid algorithm for spam filtering from Naive Bayes & SVM?
I am developing a spam filtering application. I need suggestions regarding the hybrid algorithm from Naive Bayes & SVM.(e.g. based on feature vector, probabilities). Any help is appreciated. Can ...
1
vote
1answer
143 views
Must follow rules when sending emails with php and smtp to avoid beeing marked as spam or getting filtered [closed]
I am writing a php script with login system which sends activation emails once the registration process has successfully accomplished, however i've noticed that for some email providers my emails ...
-1
votes
2answers
535 views
Why my website emails go to SPAM box? [closed]
All emails that my site is sending are going to SPAM box in Gmail (I haven't tested other email servers).
I'm sending emails through Gmail using my own domain (via Google Apps). I send the emails ...
0
votes
0answers
13 views
What does Spamd “Tell: Did nothing for (unknown):0 in 0.0 seconds” mean?
I'm hooking spamd up to my email program, and when I use the "TELL" command to send it a known SPAM email, the log shows:
spamd: Tell: Did nothing for (unknown):0 in 0.1 seconds, 13194 bytes
Is ...
1
vote
0answers
181 views
Zend Mail and Spam
I'm using Zend_Mail for send multiple mails to my users
It is work well but i have some problem with spam (like gmail)
I found this but didn't work for me (mail continue to go in spam folder)
...
0
votes
0answers
37 views
mail server spam detection with mimedefang and spam assassin
I have to filter spam in my server mail.
So far i have installed mimedefang and integrate with spamassassin with razor, pyzor and dcc. Also installed clamav anti-virus.
What other milters or functions ...
0
votes
1answer
81 views
Why mail sent from one Gmail in bulk to Receivers Gmail goes in Spam?
I have a domain with http://www.myacademicproject.com for Final Year IT Students / Internship students to whom I am sending the mail.
I have a gmail account with myacademicprojectweb@gmail.com from ...
0
votes
1answer
331 views
How to get mail message id from PHP before or after sending
I want to keep track of users who assign emails as spam, then remove them from the mailing list, or just put notification to 0 for them, so they don't get emails anymore.
Mail feedback loops help you ...
0
votes
0answers
75 views
outlook email going to junk when sending as html
When I send a Mail In Outlook 2007 in Html Format (Default Format) it goes to the recipient junk folder .
But When i send it as in plain Text or rich format It's not going to junk. But i need to send ...
0
votes
1answer
62 views
Strange behaviour in Neural Network training? [closed]
I have created a neural network for detection spam.
It involves the following steps;
1.Formation of tf-idf matrix of terms and mails.
2.Reduction of matrix using PCA.
3.Feeding the 20 most important ...
0
votes
2answers
193 views
My site's e-mails are being spam-filtered… sometimes [closed]
When you create an account for my website, it sends an e-mail with a link to confirm the sign-up. Something like this:
Thank you for signing-up. Please click here to complete the activation of ...
0
votes
0answers
51 views
What are the latest issues in spam filtering algorithms? [closed]
I am trying to build a spam filtering application. I have build naive bayes filter which uses naive bayes algorithm & filters the document using independence of the probabilities. I need to know ...
0
votes
0answers
38 views
Guidlines that Email isnt treated as Spam
I have a E-Store , and I want to send newsletters out to the registered users informing them about the new products and the discount associated with them. I came to know that Phplist and poMMo are two ...
0
votes
2answers
112 views
Spam Filtering using Text Categorization
I am trying to build spam filtering application using text categorization. From where should I start learning the algorithms? Which algorithm should I implement first? Anyone can suggest any good ...
1
vote
0answers
343 views
email sent by javamail is considered as spam
I'm trying to develop an application that sends mail. It work well, but if i send an email from Gmail to hotmail, it's considered as spam.
Here is a piece of code that describes the parameters of smtp ...
0
votes
0answers
34 views
Stopped sending receiving emails from own server
I have website having registration system, when user registers he gets email confirmation and i also get one email "new user registered". Few weeks back i created enewsletter subscription system. ...
0
votes
3answers
238 views
Combat spambots by hiding email address (display: none)
Is it possible to prevent spambots from crawling all over my email address if I set it display: none? I had an idea for a little minigame if you will, where the user clicks the link for the email and ...
0
votes
2answers
343 views
cpanel sent emails marked as spam
my site use latest version of cpanel
but when i send email via cpanel email account to gmail,the gmail marked it as spam
where is the problem?
0
votes
0answers
88 views
Gmail moves my server mails to spam folders
I have sending mails from my server. But it always moves to Gmail spam folder. Please suggest the same.
Delivered-To: mmraja63@gmail.com
Received: by 10.216.89.4 with SMTP id ...
0
votes
1answer
67 views
Plugin-enabled SMTP-Server to add filter-functionality [closed]
A few days ago, an idea came to my mind regarding a spam-protection technology.
Therefore, I'm in search of an SMTP-server, which is able to be enhanced by filter plugins.
Is anybody aware of an ...
0
votes
0answers
48 views
SpamAssassin not filtering links to images [closed]
A client of mine is getting dogged by spam messages that contain a small amount of HTML but numbers of <img> tags that link to embedded spam messages. They're often coming from Yahoo or Gmail ...
0
votes
1answer
179 views
Mails sent by redmine from configured gmail id marked as SPAM [closed]
I use Redmine 0.9 build on Ubuntu 10.04.
Have configured Redmine to send mails to the users by showing that it is from a particular gmail id (Configured in the email.yml file)
However, these emails ...
0
votes
1answer
48 views
API for a trashmail service that allows you to get contents of receive emails
I have seen the API for trashmail.net, however it doesn't allow you to read the received emails.
Is there a similar service with an API (official or third-party), where you can create email accounts ...
1
vote
1answer
139 views
GMX's “Text Pattern Profiler” blocks transactional emails in English
My web application is sending transactional emails to its users (like "You received a payment", "Please activate your account", "Your article has been sold"). GMX users report regularly that those ...
-1
votes
4answers
271 views
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?
<?php
$EmailTo = "name@example.com";
$Subject = "Enquiry from ...
1
vote
2answers
277 views
Track if the email is marked as spam
I have an asp.net autoresponder that sends emails to millions of subscribers. I want to track if a person mark my emails as spam. is there any way to do this?
Thanks in advance.
0
votes
1answer
58 views
Recommended eMail headers and content that help reduce bouncing
It seems now, more than ever, the major service providers have cracked down on SPAM and really focused on filtering.
This is a huge concern for website's that require email validation, as users who ...
1
vote
1answer
172 views
Can custom email headers trigger spam filters?
We do a lot of mailing and we use Sendgrid to give it unique arguments and categories. But for storage, archiving, filtering and search capabilities, I would like to give them some other custom ...
0
votes
2answers
67 views
What measures should be taken to avoid outgoing emails being delivered to spam
We have set the TXT/SPF record as advised by hostgator team but still all emails are being delivered to spam. Unable to get proper information from them to fix this.
Could someone please advice what ...
0
votes
1answer
297 views
Mails sent from my domain goes into Spam
Using a product(email campaigning) i am sending email from my smtp server, that email goes into spam to the recipient.
I had gone for IP reputation, something like checked for blacklisting resulted ...
1
vote
2answers
2k views
Everytime my mail goes to spam in phpmailer
Here are my codes for sending mail:
$fullname = $_POST['fullname'];
$email = $_POST['email'];
$telephone = $_POST['telephone'];
$email = $_POST['email'];
$date = $_POST['date'];
...
0
votes
1answer
232 views
Test cases in Weka
Given that I may have an ARFF file that is written in the following form:
@relation spamOrNot
@attribute body String
@attribute result {spam, notspam}
"free money now!", spam
"hi meet me at 10", ...
1
vote
1answer
280 views
emails sent from production server end up in spam
I use sendmail to send emails from my application. I always send the emails from SOME_NAME@MY_DOMAIN.com but they always endup in spam folder.
I know that I should do some stuff on the DNS side to ...
0
votes
0answers
200 views
Gmail rejects emails. Openspf.net fails the tests.
I've got a problem with Gmail.
It started after one of our trojan infected PCs sent spam for one day from our IP address.
We've fixed the problem, but we got into 3 black lists. We've fixed that, ...
-4
votes
1answer
113 views
We need a bulk non-commercial email solution [closed]
Our SaaS software company is essentially a middle man between contractors/suppliers and the companies that hire them to do work. We need to send bulk emails to 10,000 contractors at a time in order to ...
1
vote
2answers
128 views
How to identify emails sent by humans?
I am working on a project, where I need to identify emails sent by real humans as opposed to bulk mails, notifications and newsletters. Is there any definite way of doing that? Is there any ...
0
votes
2answers
955 views
DNS query using C++
I have started working on the spam filtering in email for which i need to write a module which would query the DNS for blasklisted IP's. As a beginner can any please suggest me a good reading about ...
0
votes
2answers
256 views
Authenticating an email sender with a domain
I have a simple PHP form that sends an email to its visitors from name@domain.com. My form lives on example.com. Because the from email's domain doesn't match up with where it came from, it might look ...
2
votes
2answers
2k views
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 ...
1
vote
1answer
128 views
How to sent notification email to user avoiding to be marked as SPAM by phpgmailer?
I`m using PHPGmailer to sent some important notification for registered user. The email is Google App powered.
here is my configuration for sent email function with PHPGMailer class:
function ...
5
votes
3answers
302 views
Is there some Indy best practice to avoid to generate email marked as spam?
This question is the non spam bible.
Anyway in addition to that when generating programmatically emails with Indy which are the best practices to follow to minimize the possiiblity of being marked as ...
0
votes
3answers
352 views
PHP spam issues with Gmail and Hotmail
I'm having some crazy spam problems with the following code in gMail and Hotmail.. is there something I'm doing wrong from a PHP perspective?
Thanks in advanced.
function ...
0
votes
1answer
47 views
Email with lots of links fails
I am trying to send an email using an Indy Email Client. The body of the email is pretty much a list of various websites (like 50 to 100). The email server is Yahoo. I am finding the email is not ...



