Whitelisting (soon to be known as Allow lists) your email will help it get through a lot of false-positive errors big spam blocking services tend to have. Some might think these spam services do this on purpose so you pay for the white list. I’m not saying that. Either way, if your email is crucial…
spam
Form mail spam blocker
We found this great trick to block most spam for any form mail type form. Just paste this right above the submit button in the code: <div id=”fooDiv”> <label for=”foo”>Leave this field blank</label> <input type=”text” name=”foo” id=”foo”> </div> <script> (function () { var e = document.getElementById(“fooDiv”); e.parentNode.removeChild(e); })(); </script> The will eliminate…
Phasing out Box Trapper Spam Box.
Box Trapper is being phased out per Spam blacklists taking the reply email as a form of Spam. This is getting the servers blacklisted with Spam lists. We added more options in Spam Assassin that will allow for more Spam protection. There are also third-party services like SpamArrest.com that have Spam box formats if you…
How to prevent spam
If you are like me, you are amazed how spam still exists. After over 20 years somehow we cannot find a way to stop spammers without blocking the real emails. I believe the solution is simple really, there needs to be a central database that every email needs to be registered with. Until then we…
Turn on the Spam Filter in Mozilla Thunderbird
Spam filtering at the ISP or Hosting level means emails blocked will never have a chance to reviewed. This is very bad because no spam filter is even 80% accurate as of now. The best way to filter spam is in the program you use, the great part of this is you can still access…