December, 2009Archive for

MikroTik

MikroTik has been developing, installing and selling wireless routers since 1995. MikroTik's newest software product, MikroTik RouterOS v4, is a software router system which makes it easy for any VAR, ISP, or network admin to make a PC router for wireless, wide area, or local area networks. MikroTik

MIME Decoding of a screwed up email message

On a server I run for a customer, I have MailScanner (don't flame me.. it works!) configure to parse their incoming email. Anyway, one of their messages got clobbered by MailScanner and rather than quarantining the attachments as it normally does, it quarantined the whole message, and they needed the file from within the message. The file was base64 encoded within the ASCII body of the message. Solution: http://code.activestate.com/recipes/212198/ Basically, this is a one-line (plus...