HOW TO: Automate Spamcop Submissions

Spamcop is a service which provides RBLs for mailservers in order to reject incoming mail from email_edit.pngspammers.

Their philosophy is to process possible spam complaints from users. When they receive a certain amount of complaints during a time-period then they will blacklist the offender. This system is dependant on spam reporting from users. However, their submission process is not very user-friendly:

1.) You need either to forward the spam to a spamcop-email address given to you during sign-up (something like submit.aASdfafaASDf@spam.spamcop.net –> I made this address just up) or you manually copy’n'paste the headers and the body and fill them into a form on their server.

2.) You then receive an email to the email address that you have supplied when you signed up.

3.) In this email, there will be a link that asks you to verify the supplied data on a webform. This is not just clicking the link but also manually submitting the webpage.

Problem

As I have said above, Spamcop is pretty much dependant on the user input. If no one submits and verifies spam, then they will have no blacklist. However that whole submission and verification process is a bit annoying. Why should I bother to actually submit spam to spamcop and have it verified? If I just delete it, that will take less time…

Solution

The human being isn’t really made to do repeating things. This gets quickly boring and hence my idea to automate this submission and verfication process.
In this howto I will show you how I achieved that. All I do is just putting the spam into certain folders and our good old friend cron does the rest. How To Automate Spamcop Submissions | HowtoForge - Linux Howtos and Tutorials

Most Popular Posts

Leave a Reply

You must be logged in to post a comment.