‘Friendly’ spam: A trick for managing unwanted emails from family, friends
June 25, 2009 at 8:00 am
I don’t know if you encounter the same problem as I, but I keep on receiving spam from people I however do like (friends, family, etc). You know, the kind of awfully nice people that nonetheless strangely feels compelled to forward their own rubbish: hoaxes, chain letters, petitions, jokes and, of course, a full load of lengthy attachments.
This is a real nuisance, yet I cannot report them to online spam fighting websites, nor simply black list them: from time to time, among other mails, they do send interesting stuff (personal news, cool invitations), and also, they mean no harm, it’s just most of the time they are so convinced their e-mail will actually save an endangered specie they feel they have to forward it… Of course, I *did* try to educate them, telling them all of this was fake, providing URLs to check whether a mail is a hoax or not, explaining their Happy New Year message would be as fine in pure text rather than in a flashy PowerPoint slideshow. Let’s face it: I failed. So, I now decided to move on to another solution: the Friendly Automatic Filter and Answering Machine.
The idea is very simple: for all friends/families,
1. Filter out e-mails with banned extensions (in my case: pps, doc, exe, ppt)
2. Also filter e-mails which are too long (ex: people sending images they forget to scale down)
3. Automatically send an e-mail to the sender, telling him part of his message has been blocked and I will not be reading the attachment.
Actually, I spent a long time searching for such a tool on the Internet, but I could not find anything: mail clients such as Thunderbird or Alpine do not support customization of automatic answers (for example, message body containing sender’s name and time and date of his email), Gmail filters only detect whether there is an attachment or not, but not which kind, and anti-spam tools are designed to delete the filtered message, not to answer it (indeed, in most cases, you must not answer to spam!) nor to filter out only attachments. I finally started writing a very simple Perl script to handle the case. It’s really basic, but it already saves me time.
Interested in trying this yourself? Get the script here.

Twitter
FaceBook
LinkedIn
YouTube
i use this method: in outlook, i establish “To” as one of the fields in the grid and make it small (i don’t need to see it – you’ll see why). when i get an email from a known friendly spammer, i hover the mouse over the “To” field and a tooltip pops up with the full list (since it doesn’t fit in the narrow field i gave it). it will either come up with a few names, so i should probably read it if the subject is compelling, or it will come up with a long list that doesn’t fit on the screen which means that it went to everyone on his list, so i can safely ignore it.
Wouldn’t it be nice if you could create a general filter rule based on number of recipients? So that email just to you gets greater priority than the one to all the company. And if this was done automatically, it would be a deterrant form including everyone in the cc list.