What I did on my vacation from reality

Home About RTL8187B Laptop Cam Quotes Login

December 24, 2007

Grr.

7:57 pm — Geek, Whining

So, I accidentally blew away my entire Javascript directory on the webserver, and the server the backups were on …well, that’s the router that “crashed”.

Fuck. Me. Sideways.

I managed to save some of it, but the parameter parsing source went bye-bye — at least the one that did it properly. Grr. I’ve kludged around that for the moment by just uncollapsing all the sidebar menus on the right. I was thinking about changing themes, anyway. Oh, well.

Also, is the fact that mutt can’t do header matching in the index fucking irritating to anyone else?

Computers are pissing me off. Merry Christmas.




December 19, 2007

More fun with spam

2:41 pm — Code, Geek, Linux, perl

[UPDATE] I cleaned up the source a bit, so it’s suitable for human consumption.

I was adding more bells and whistles to my mail system — this time, a command-line program to parse through SpamAssassin’s configs and tell you about rules, and one to add headers as such — when I realized that all that data I was basing the pointless little graphs in my earlier post on was a little rough, and SpamAssassin already has the data on what I consider ham and spam. D’oh!

So, here’s another one, based on sa-learn --dump magic. (Here’s source.)




December 17, 2007

Fun with spam

5:52 pm — Code, Geek, Stuff, perl

I was tweaking my email system when I started wondering: what are the most popular hits against SpamAssassin?

So, I wrote a program to find out. :-)