Tagged Questions

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

learn more… | top users | synonyms

170
votes
18answers
15k views

How do you make sure email you send programmatically is not automatically marked as spam?

This is a tricky one - and I've always relied on techniques such as permission-based emails (i.e. only sending to people you have permission to send to) and not using blatantly spamish terminology. ...
11
votes
4answers
587 views

How to conduct legitimate email campaigns

We are working on a project that requires us to allow users to register to receive email notifications of certain events. There will potentially be tens or hundreds of thousands of email messages ...
11
votes
7answers
2k views

Bayesian filtering for spam

I was wondering if there is any good and clean oo implementation of bayesian filtering for spam and text classification? For learning purposes.
9
votes
4answers
3k views

Setting up DomainKeys/DKIM in a PHP-based SMTP client

It looks like there are some great libraries out there to do DomainKeys signing of emails on C#/.NET, but I'm having a really hard time finding the same kind of support for PHP. Maybe I'm not looking ...
9
votes
12answers
3k views

Does your email client let you add custom headers programmatically?

I'm working on an anti-spam project (centmail) that involves having the sender use a client plugin that adds a custom header (as well as a signature, but that part's easier). The general problem is ...
8
votes
1answer
3k views

Best practices: Sending email on behalf of users

The company I work for provides testing services for the healthcare industry. As part of our services, we need to send email to our clients' employees. Typically, these are temp, part-time, or ...
7
votes
10answers
6k views

Prevent sent emails treated as junk mails using php mail function

I wrote a PHP script to send emails. My script is like this: $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= 'From: ...
6
votes
7answers
883 views

How safe is javascript e-mail obfuscation really?

In order to put e-mail addresses on my sites, I use this Javascript: function showEmailLink(user, domain, linkText) { if (linkText == "") { linkText = user + "@" + domain; } return ...
6
votes
4answers
2k views

Tracking email bounces, opens, clicks

I found How do you make sure email you send programmatically is not automatically marked as spam? to (hopefully) be a solid guide to avoiding being marked as spam. Are there any other important ...
5
votes
3answers
155 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 ...
5
votes
5answers
867 views

Send thousands of emails at a time, pitfalls/best way?

Im writing a tool c# (and System.Net.Mail) which will be sending around 4000 emails fornigtly. Can i simply loop through a list of 4000 email addresses and send emails one at a time? or will this ...
5
votes
6answers
1k views

Good non-intrusive anti-spam email obfuscator?

I'm trying to come up with a JavaScript email obfuscator to reduce the chance for spam in emails listed on a web site. Right now I've got a JavaScript based obfuscator that uses a combination of HTML ...
5
votes
2answers
625 views

Guidelines for email newsletter service

I'm implementing a email newsletter sender service using .NET and Windows Server technologies. Are there comprehensive guidelines which could help avoiding emails being trapped by spam filters and ...
5
votes
6answers
589 views

Dynamic IP-based blacklisting

Folks, we all know that IP blacklisting doesn't work - spammers can come in through a proxy, plus, legitimate users might get affected... That said, blacklisting seems to me to be an efficient ...
4
votes
2answers
222 views

Email exist verification

Is it possible to check if an email-address is existing? I have earlier heard that it was possible through "contacting" the email-host, but it could be "dangerous" because your domain could be ...
4
votes
6answers
1k views

Do you hide email addresses to “spam bots” on websites?

Although there are still bots harvesting emails, I'm wondering if you hide email addresses on websites. I know this was common practice a few years back, but it seems that it's starting to fade. ...
4
votes
5answers
811 views

How to write spam filter

I'm stuck in having to write a simple spam filter I'm not really sure about how I'm going to do it. So far I've come up with wordlist and domain filtering, which will give or remove points up to a ...
4
votes
5answers
994 views

Must an SMTP client provide the MTA a globally resolvable hostname in the HELO?

In short: I'm trying to figure out if I should tell a mail administrator of a friend's employer whether their mail configuration should be fixed, or if I should revise my own policy to be more liberal ...
3
votes
8answers
267 views

Why not use email address in unsubscribe link

Give me few reasons why NOT to include email addresses in plain text form for unsubscribe link that gets sent out in our newsletters. Right now it's: ...
3
votes
1answer
282 views

Checking email addresses for Spam Honeypots

Is there an API (preferably PHP based) or another means of checking a use-inputted email address against a list of known email honeypots or other email-address related spam stopping techniques? ...
3
votes
3answers
211 views

Protecting email addresses on HTML pages from email spiders

How do you prevent emails being gathered from HTML pages by email spiders? Does mailto: linking them increase the likelihood of them being picked up? I think I read somewhere about a built-in Ruby ...
3
votes
3answers
135 views

Email to be sent out from a dedicated server with different IP

We have three domains hosted on one dedicated server each with its own dedicated IP. Domain A - Has the server primary IP address (default server IP) Domain B - Has its own IP address Domain C - has ...
3
votes
11answers
531 views

How to display an email address for users but hide from robot? Is there a simply way to do it using PHP, Javascript or Jquery?

Is there an elegant and easy/simple way to do it using PHP, Javascript or Jquery?
3
votes
3answers
155 views

Least Troublesome Email Format

Does anyone have a reason / preference as to the best format to send email responses from a website (payment confirmation / password reminder’s etc)? Thanks Jon
3
votes
1answer
1k views

System.Net.Mail.MailMessage Raw Content / Spam Assassin

What I am trying to do is pass the raw content of an outgoing email to spamassassin in order to calculate a spam score. I am stuck in how I might get the raw content of the email. My C# code ...
3
votes
8answers
790 views

What was your biggest mistake involving programmatically sending email?

I was wondering what some of the biggest programming mistakes people have made involving mass mailing, spamming, testing or email coding in general were. (I've posted mine below...)
2
votes
4answers
63 views

Ruby on rails - need to send messages to emails at a particular time a week

This is a fairly complicated question. However i would like to know how i should go about with this project. I need to send emails to people once a week. However this has to be auto generated and sent ...
2
votes
2answers
118 views

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 ...
2
votes
2answers
676 views

How can I stop cruise control re-building after a failed build?

I got back from the weekend to discover that somebody *ahem* had missed a file commit last thing Friday afternoon... Cruise control has been having fun, and tried to re-build every five minutes since ...
2
votes
3answers
409 views

C# change e-mail 'from' address to a user-provided one

We have an app that allows users to send e-mails from our system. It allows the user to specify their e-mail address, and gives them several standard templates to use as a starting point for their ...
2
votes
3answers
218 views

Whitelisting website email so it is not rejected as spam

What are the processes I need to go through to make sure emails sent from my web server are not rejected as spam? This question is for legitimate site emails that members have requested like a daily ...
2
votes
3answers
919 views

How to setup disposable email aliases (craigslist style)?

Writing my own "craigslist" in .NET, trying to figure out how to create disposable email aliases (craigslist type)? Here's what I mean by "craigslist style". My website is: somecoolurl.com ...
2
votes
2answers
246 views

What's the most straightforward way to delete emails marked as spam by SpamAssassin?

I'm on Ubuntu Intrepid, using Postfix and SpamAssassin. I've seen approaches using procmail (like the one suggested @ Apache), but I'm looking for a solution that does not use procmail. This is a ...
2
votes
1answer
197 views

What's the best way to send emails from a web server to miminise bouces-backs and spam blocks?

I've got a web server that sends email (from IIS 5.1) to clients throughout the world. I have found that sometimes emails get bounced on valid addresses, or they never arrive, or get treated as spam. ...
2
votes
0answers
182 views

Blacklists, Whitelists, Spam Folders and Email [closed]

I want to get on the whitelists for my email system, any recommendations whom to should contact about doing this, do I contact the big email providers directly (Yahoo, gmail, Microsoft hotmail/msn, ...
2
votes
4answers
1k views

How can I use PHP to obfuscate email addresses so they are not easily harvested by spammers? [closed]

I'm programming in PHP and would like to create web pages which have email addresses that are easily read by humans but not easily harvested by spammers. The email addresses are coming from user ...
1
vote
2answers
69 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
39 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 ...
1
vote
0answers
93 views

How to prevent emails from a specific address going to Hotmail SPAM?

I have a site on a dedicated server with it's own IP range that has been running for a good few years. We have a notification email address (mailout@domain.com) which we use to send automated emails ...
1
vote
2answers
114 views

Why does simple email obfuscation work so well?

For example replacing @ with at. At least one study demonstrated its effectiveness: To our surprise, none of the crawlers that visited our departmental research and course and research web pages ...
1
vote
1answer
78 views

In python how do you deal with other encodings in domain names

I'm trying to parse domain names from the Message-ID field of an email that's been loaded from a file and compare it to the domain of the from field to see how well it matches up. Then I compare the ...
1
vote
3answers
530 views

How to send validation email without going into the spam folder?

I have a PHP website that send a validation code when a new account is created. My problem is since few months, a lot of those email goes in the spam folder. I thought of a solution that is to use ...
1
vote
1answer
113 views

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 ...
1
vote
2answers
210 views

How to make sure email you send is not automatically marked as spam?

I run a social video website. User's across varied geographic location use this website for e-mailing about the video contents to other people. But my clients report that e-mails they send are ...
1
vote
4answers
180 views

PHP Email Form Sending Random Text

I did a webpage for a client that involved a series of text boxes asking for specific information such as a person's name, e-mail address, company, etc. Along with a button that would e-mail the ...
1
vote
2answers
541 views

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 ...
1
vote
2answers
50 views

What is a quality SMTP server that can be downloaded for under $25?

I am looking for a SMTP server that we can use for outgoing mail that permits a high volume (1,000+ per hour) without getting blocked. It could be downloaded on our machine or run online, but cannot ...
1
vote
1answer
41 views

How to handle potentially large email lists?

We have a micro site that is being distributed via email. This microsite has a form on it that allows you to specify x amount of email addresses to forward the microsite. What are our spam concerns? ...
1
vote
1answer
794 views

Zend_Mail sent email is treated as SPAM

Please tell me what I am doing wrong. I am sending an email using the Zend_Mail class like this: $message = <<<STR You have a new invoice! Sign in to your clientarea to see it. Best ...
1
vote
1answer
422 views

PHP mail filtering script: exit codes not recognized in .qmail file

Short story I've got a PHP script filtering incoming mail using a .qmail file. The script works perfectly well and logs all activity but, as far as I know, the last .qmail line shouldn't be executed ...

1 2 3