I am receiving these spams where there is no message body or subject. Looks like the application that they have used for mass e-mailing is suppose to replace the %MESSAGE_BODY placeholder with a text that the spammer supplying. 06/03/2007 (13:53 GMT Â +03:00) Â 1.0 Content-Type: text/html Date: %CURRENT_DATE_TIME %MESSAGE_BODY Looks like, they’ve forgot to do it. Oh well, another garbage down the internet pipe...
Content suppressed by ://URLFAN, for full article visit source
Draught Tolerant plantsFrom: feeds.feedburner.com
Post Date: 2008-03-15 17:47:28
If you are in the process of redesigning your back yard, you may want to look at these sheets explaining what plants are draught tolerant . I have got these from ActewAGL. ...
more From Del.icio.us to SubtextFrom: feeds.feedburner.com
Post Date: 2008-03-15 17:15:35
I was seeing at other RSS’ that I subscribed to. What ever you bookmark with Delicious is becoming a daily blog entry. Setup is quite easy. Login to your del.icio.us account and go to Settings/Blogging/Daily Blog Posting and set it up. Here is an excerpt from del.icio.us about the parameters: job_name is the name for your posting "thingy", which can be anything out_name is the login name you use for your blog out_pass is the password you use for your blog ...
more Bug in the codeFrom: feeds.feedburner.com
Post Date: 2007-09-11 05:42:17
There is a bug in this code. Can you spot it? Â private string ReceiveLine()
{
const int bufferLength=1024;
byte [] buffer= new byte [bufferLength+1]; // extra char for null terminator
StringBuilder message= new StringBuilder(bufferLength);
int bytesRead;
for (;;)
{
bytesRead=socket.Receive(buffer, bufferLength, 0);
if (bytesRead==0)
break ;
// ...
more