Email Algorithm - thursday 2003-08-21 0420 | last modified 2003-08-21 0427 |
Categories: Nerdy | |
TrackBacks Sent: None | |
// 'Spam returned' message reduction algorithm if ( you.know(me) && you.os == "Windows" && you.addressBook.contains(me.emailAddress) ) { if (you.infected().indexOf("Sobig") > 0) { // I wish... // you.os = "Linux"; you.os.reinstall("Windows"); you.addressBook.remove(me.emailAddress); you.browniePoints *= (you.browniePoints > 0) ? -1 : 1; } else { you.browniePoints++; you.addressBook.remove(me.emailAddress); } } |
|
You must login to leave a comment |
|
TrackBacks
No TrackBacks for this entry.