Mutt Sidebar Cygwin Patch

The latest Cygwin mutt release (1.5.20-1) deviates a bit from standard mutt. After attempting for a bit to get standard mutt to compile and run stable on a Win7 64-bit Cygwin install, I gave up. There is a bad memory leak causing mutt to spiral out of control when calling mmap/mmap64. It appears the Cygwin…

Continue reading →

Mutt to Google Calendar Script

I did a bit of work on integrating mutt and ics invites with google calendar using a python script found here at ub3rgeek.net. The google calendar apis are really easy to use and the gdata python library is excellent. The original script auto-accepted the invite and uploaded it to google calendar when viewed in mutt….

Continue reading →

Turn Off WordPress PHP Error Display

After updating WordPress and my devformatter plugin, I noticed some errors popping up from the geshi libraries: [22-Oct-2009 14:00:12] PHP Warning: array_keys() [function.array-keys]: The first argument should be an array in ***/geshi.php on line 3502 [22-Oct-2009 14:00:12] PHP Warning: Invalid argument supplied for foreach() in ***/geshi.php on line 3502 This was actually displaying in the…

Continue reading →

Securing Sendmail

I recently needed to setup TLS for my company’s email server. My primary goal was to reconfigure our sendmail server to negotiate TLS with other email servers that supported it. This would allow us to send secure information via email to companies that also supported email over TLS. The first step was to generate certificates….

Continue reading →