In the beginning of the internet (now I sound like an old guy), its users behaved in ways prescribed by netiquette; a term that Wikipedia defines as a set of social conventions that facilitate interaction over networks. You would for instance be flamed for sending unsolicited mail to a bunch people, and if you did it again, your sysadmin would hear about it and block your account for a while…
Since internet became common and commercial, netiquette faded into oblivion and gave way to the dark side
. Ah well, common sense get’s you a long way and the internet became a lot more fun too, so you don’t hear me complaining (or at least not that much though).
One thing that annoys me though is the continuing spam in my mailbox; an unthinkable thing if the guys sending this stuff had ever glanced over the netiquette guidelines. Today we have to block and filter instead of relying on the naive behavioral constraints posed by netiquette. It’s a rat race where spammers come up with new ways of slipping through spam filters every day. Spam filters ‘read’ the text? The spammers put theirs ads in pdf attachments! These mails get blocked too? Let’s hide our message in images… And so the story continues.
One method I hadn’t seen before is HTML table-based characters, where a table cell represents a pixel in the message. I have to give them credit; it’s an original avoidance strategy. The spamfilter just sees HTML codes like:
<table border="1" cellpadding="2" cellspacing="2" width="100%">
<tbody>
<tr>
<td bgcolor="navy" valign="top"><br>
</td>
<td valign="top"><br>
</td>
<td valign="top"><br>
</td>
But the browser renders:
Anyway, if you ever feel like finding out how ‘the elders of the internet’ intended us all to behave, read the officially defined Netiquette Guidelines. Be warned though; the latest update was in 1995, which is light years in internet time



