Spamassassin 2010 bug

Someone on IRC pointed me to this wonderful bug in Spamassassin, it’s easy to quickfix, but the fix itself will become a bug in 10 years, in any case, until they push an update that correctly fixes this: ##{ FH_DATE_PAST_20XX header FH_DATE_PAST_20XX Date =~ /20[1-9][0-9]/ [if-unset: 2006] describe FH_DATE_PAST_20XX The […]

when using suphp on FreeBSD

always remember to do the following after upgrading PHP, but before restarting apache: cd /usr/ports/www/suphp make deinstall && make reinstall when using eaccelerator do: cd /usr/ports/www/eaccelerator make deinstall && make reinstall too. Saves you a LOT of headaches 😉

FreeBSD 7.1-RC1 Security Advisories

One day, you’re bouncing all over the place because there’s an official 7.1-RC1, the next, there’s already two security advisories. To sum them up: protosw safe to ignore unless you have local users, safe to ignore if you haven’t loaded / compiled in the ng_* modules Index: sys/kern/uipc_domain.c =================================================================== — […]