Quote:
Originally Posted by tali94
Have a catch mailbox to gather the bounced emails and simply use a cron to delete all contents daily.
|
Would that not still leave the bad email address on the mailing list, and keep sending emails there?
I have spoiled the reputation of one of my domains because I was sending email from my ISP as "from" my domain, by changing the header in my email client. It was all legitimate and above-board, but it is the same technique used by spammers to send a pile of span "from" you. My brother once had an irate co-worker tell him if he didn't quit sending this (expletive) to his inbox..... and my brother wasn't even using his email! All because a spammer was spoofing his address as a source of his spam.
Anyway, the result of my past actions had a couple big ISPs filtering my domain on their blacklist. I imagine that if you take a clean domain and just sweep bouncing emails under the rug, that someday the domain will take on a dirty reputation amongst the major ISPs and get blacklisted.
My guess is that eighty percent of all email is spam, and 75% of the remainder is forwarded forwards of forwarded jokes and cute sayings, or in other words, a load of rubbish for the most part! it's the remaining 2% that might have some worthwhile value.
As a way to keep the riff-raff out of my site's Dada-Mail mailing list, I have set the subscription pages off-limits in my Robots.txt, along with the mailing list script pages, and these things don't show up in search results pages as a result. I have also put my contact page off-limits to minimize the link-farm emails pasted into my feedback form, which is coded specifically to look for and reject suspicious content.
I also coded my email addresses published on the web site using Mailto: Obfuscator in Windows, or more recently, in Linux, a Perl script that I have written to run on my desktop to accomplish the same thing.
--
Larry
|