Tagged Questions

0
votes
1answer
10 views

How do I use reverse DNS lookup to prevent the emails I send to go into spam?

I saw that a lot of answer to this question stated that doing a reverse dns lookup was really important in order to prevent mails sent by a system to go into spam. Ok... but what …
2
votes
6answers
175 views

E-mails sent from shared hosting, blocked. Is there a way to avoid that?

Hello, in my website i've a PHP script that automatically mails to my customers a confirmation about the order. My website's domain is registered to a company that hosts my websit …
1
vote
8answers
193 views

How to Prevent SPAM without CAPTCHAs or a Centrally managed system (e.g. akismet)

Has anyone been able to successfully prevent spam on their site without placing a burden on your visitor (e.g. CAPTCHA) and without using a centralized spam reporting system (e.g. …
1
vote
4answers
137 views

How To Test Email Deliverability - % In Junk Folder

Does anyone know a good tool to test whether your emails are going into spam folders? My web app generates emails to users, and I've been getting a lot of reports back from people …
0
votes
0answers
97 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, Micro …
3
votes
8answers
429 views

Spambots are cluttering my log file [Django]

I have a nice and lovely Django site up and running, but have noticed that my error.log file was getting huge, over 150 MB after a couple of months of being live. Turns out a bunch …
0
votes
2answers
168 views

Avoiding spam filters for legitimate mail [closed]

Duplicate of http://stackoverflow.com/questions/371/how-do-you-make-sure-email-you-send-programmatically-is-not-automatically-marke Initially I planned to send emails from my webs …
0
votes
2answers
157 views

How can I find out what triggered the TRACKER_ID rule in spamassassin?

I recently received an email from my girlfriend that spamassassin marked as spam, mostly because spamassassin detected a tracker ID... except there wasn't one. I'd like to know wh …
1
vote
8answers
401 views

Best OS App for Outbound SMTP Packet Capture?

Okay, so this probably sounds terribly nefarious, but I need such capabilities for my senior project. Essentially I'm tasked with writing something that will cut down outbound spam …