Tag Archive for 'anti spam solution'

PERM_FAILURE: SMTP Error (state 14): 550 Email blocked by ORDB

My incoming email was unusually quiet yesterday morning. Great, I thought, I’ll get some work done!

However, later in the morning I realised that anyone tryint to send me email was receiving the following error:

PERM_FAILURE: SMTP Error (state 14): 550 Email blocked by ORDB – to unblock see http://www.example.com/

A quick chat with a few people, including Ross of Rozmic (providers of EmailCLoud – my upstream anti-spam solution) and some Googling told me that my mailserver was mis-configured.

ORDB were one of a number of free blacklists of email spammers. Mailservers could query incoming email against their blacklist and accept or reject email based on the response. However ORDB shut down in 2006.

My mailserver was setup in 2007 but still had a configuration whereby it checked all incoming mail against ORDB (or tried).

Recently, it seems, the blacklist servers were reconfigured to list every ip address as spammers. This was probably to get mailserver admins to once and for-all remove references to ORDB from their config!

When I realised this was where the problem was I went to my mailserver configuration file (Exim.conf), found the following lines:

# deny using ordb
  deny message = Email blocked by ORDB - to unblock see http://www.example.com/
       # only for domains that do want to be tested against RBLs
       domains = +use_rbl_domains
       dnslists = relays.ordb.org

and deleted them.

Sure enough the mail started flowing once more. If you tried to email me in the last couple of days and couldn’t get through, apologies – please do try again.

If you enjoyed this post, make sure you subscribe to my RSS feed!

SpamArrest sucks!

I had a lead for a guy today. I sent him an email to tell him so and to put him in touch with the potential client.

I received back a Spamarrest email asking me to click on a link to verify that I am not a spammer. A pain in the ass, after all I am doing this guy a favour, but ok I’ll click it. I then have to click another link on the page which opens up and when I do that, I am presented with this CAPTCHA screen to fill out. Guys, CAPTCHAs are evil. Stop using them. Now.

SpamArrest sucks

Forget it!

I hate spam but I also hate people who are too damn lazy to put a proper anti-spam solution in place and instead throw the burden back on the email sender.

If you enjoyed this post, make sure you subscribe to my RSS feed!