Version 1.3 can be downloaded here.
Well, no more. swish-e seems to be better behaved, and actually works! *duh*
These guys have cooked up a tiny perl CGI frontend (which I've reworked and cut down a lot further), and the search functionality on this site works again.
I've also fixed a long-standing annoyance of blosxom: plugins can't
cleanly set the title of a page from the story title, because the header
plugins run first and the story plugins have no official access to the
output. The fix is Really Dirty, in the best tradition of blosxom which
is Abysmally Dirty Code: a plugin with a sub last {...}
that massages $blosxom::output. If it finds exactly one story in there,
then it changes the <title> to that story's title. Hideous but
it works, and the search interface can display story titles instead of
just the boring story links.
If you want to play with the Abominable Code for this stuff, let me know.
(I've said nice things about ipt_recent before here and here, both with example applications.)
I've just added these extra rules to the firewall setting on my mail servers:
# smtp access is controlled by previous behaviour: spam me and you lose. iptables -A INPUT -p tcp --dport 25 -j smtplimited # smtp: if mimedefang has flagged you as bad, you lose for 12h iptables -A smtplimited -m recent --name SMTP --hitcount 1 \ --seconds $((12*3600)) --rcheck -j TARPIT # clean up the old entries to unclog ipt_recent iptables -A smtplimited -m recent --name SMTP --remove # and let people through if they've been good in the past iptables -A smtplimited -j ACCEPTMy mimedefang filter has been instructed to (do the perl equivalent of)
echo "+$ASSHOLE_IP" > /proc/net/ipt_recent/SMTP
whenever it detects an asshole that tries to:
- send email with a non-existent sender's address
- send email to one of the spamtraps within my domains
- send email to nonexistent addresses within my domains
- send me spam (where the degree of spamminess is beyond any reason for doubt)
- send me viruses
The net effect is that when you do something nasty to me (email-wise), all your subsequent connections to my mail servers are tarpitted for the next 12 hours. Works great, easy to tweak if you want to be more lenient (just up the hitcount and adjust the following --revove rule) and reduces the time my systems have to waste on repeating the checks for surefire rejections on the smtp-envelope level. (I usually get about 5000-10000 rejections per server per day.)
09-f9-11-02-9d-74-e3-5b-d8-41-56-c5-63-56-88-c0 (with a heartfelt "Leckt's mi am Arsch!" to the RIAA/MPAA/AACS goons)
Netzpolitik.org has some nice alternative renderings, and of course it makes a weird color bar, too.
While driving home in the evening, the horn started hooting uncontrollably, on and off and more on and more on and maybe off... Very annoying. Even more annoying is the fact that the horn is not coupled to the ignition, so it kept on randomly hooting after I switched off the engine.
It took me about five frantic minutes to determine that no, I won't find the correct fuse (if there even is one for the horn) anytime soon, yes, hitting the horn pad on the steering wheel has a 50% chance of shutting the sucker up for a few seconds, and finally...blissful silence, when I disconnected the horn. Fortunately on this Fart Falcon the horn is easily accessible once you open the bonnet and even has a convenient quick-disconnect plug close by.
Looks like the foam in the switch pad has rotten away. *sigh*. Well, at least it didn't fail when I wasn't around; my neighbours would have been real happy with a randomly braying horn during the night...until the battery would have died.
