Für die allseits beliebte geliebte Bundesregierung.

Expelled

| No Comments | No TrackBacks

Not just for the search engines: Expelled.

Without further ado, here they are:

1. The acronyms.

There's PDE, SDK, WST, RCP, DTP, BIRT, EMF, MDT, GMT, M2M, M2T, MDT, PTP. And the list goes on and on and on. Are these people nuts?

2. The missing plugin repository.

There is no single location where it all comes together. I'm not even asking for a central download server, even if IBM could afford that. All I want is a single instance that knows about all registered plugins. So that I could install a new plugin and if that plugin had any requirements that aren't already installed, the plugin manager could point me to the correct location.

3. The business language.

Yes, I know, Eclipse wants to be big in the corporate world. But does that mean that project and plugin descriptions have to be written in managerese? "Eclipse is an open source community whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle." Worse things can be found on various eclipse web pages, but the buzzword bingo starts right there on the front page.

4. The bug tracker.

It's awfully slow, it's awfully hard to use, and "Zarro Boogs found." is not at all funny.

5. The menues.

No, I don't expect to find the "Software Updates" feature in the Help menu. No, I don't expect to find the application preferences in the Window menu.

POPFile 1.0 is out!

| No Comments | No TrackBacks

John has just announced the release of POPFile 1.0.

It was about time for a version 1.0. POPFile is very stable, does a great job, and has some pretty nice, well kept source code. There haven't been too many features added since 0.22.5, but we all thought that POPFile was old enough to warrant a version 1.0, ending the perpetual "beta" phase.

You can find the changelog on the POPFile forums and you can find a download link on our wiki.

POPFile 1.0 veröffentlicht

| No Comments | No TrackBacks

Gerade hat John die Version 1.0 von POPFile freigegeben.

Auch wenn der Sprung der Versionsnummer von 0.22.5 auf 1.0 recht mächtig erscheint, gibt es kaum neue Features. Dafür sind wir uns jetzt der Ausgereiftheit und Stabilität von POPFile derart sicher, dass wir nach vielen Jahren "Beta"-Status nun beschlossen haben, dass es Zeit für eine 1.0 ist.

David Lynch hat also den Teufelsberg gekauft. Und zusammen mit einem nicht mehr ganz auf dem Boden der Tatsachen stehenden Menschen, der sich Guru nennt und sonst wohl Raja Schiffgens heißt, will er darauf eine Universität errichten. Nicht irgendeine Universität - nein! - die "Universität unbesiegbares Deutschland".

Berlin will aber nicht und der Baustadtrat und der Sektenbeauftragte und blah, blah.

Aber warum in drei Teufels Namen (haha!), schreibt denn nur keiner, was z.B. auf der oben verlinkten Wikipedia-Seite zu lesen steht? Dass der Teufelsberg nämlich aufgeschüttet wurde auf den Ruinen der "Wehrtechnischen Fakultät", die da mal stand? Dass das damit die zweite "Universität unbesiegbares Deutschland" am gleichen Standort (nur ein paar Meter weiter oben) wäre? Warum denn nur nicht?

Sorting mail with the POPFile IMAP module is very easy, training POPFile via IMAP is also easy. You might sometimes experience slight problems though, because your mail client will see messages in your INBOX before POPFile sees them. If these are spam, e.g., you get a new mail alert only to see POPFile move such messages to your spam folder as soon as you have a look.

But who says that new mail must be delivered to your INBOX? If your IMAP server is cyrus (or any other IMAP server that supports sieve scripts), you can change that and have your mail delivered to another folder. You then have POPFile monitor this other folder and move good messages to your INBOX while it sorts spam to your spam folder and mailing list emails to your mailing lists folder.

Here's how to do it:

1. Edit the sieve rules of your server. There are several ways to do that: from the command line using sieveshell and from the web using tools like the SquirrelMail avelsieve plugin or websieve.

What you need to get started is one single rule that moves all incoming mail to a folder of your choice that is not the INBOX. For example, you could create a folder named 'Incoming' and have sieve deliver all messages to that folder. Here's the corresponding sieve script:

require ["fileinto"];
fileinto "Incoming"; stop;

That's pretty easy. As you will have guessed, the fileinto statement files all messages into the Incoming folder. The stop statements simply stops further rule execution.

2. Now setup POPFile to watch the Incoming folder instead of the INBOX. Simply load POPFile's Configuration tab and make the "Watched folder no1" the Incoming folder. (If you have just created that folder, POPFile might not have noticed it yet; simply click the 'Refresh folders now!' button and the folder will appear in the folders drop-down).

3. Set the output folder of one of your buckets to 'INBOX'.

4. Hit apply and enjoy.

Your mail client will never be distracted again by messages that it isn't supposed to see anyway.

Where does SpamAssassin enter the picture? Well, if you server is also running SpamAssassin you can use sieve scrpting to get rid of spam immediately. You won't even have to bother POPFile with that crap. To have everything that SpamAssassin thinks is spam to a folder named 'spam', simply add a line to the above script. The result should look like this:

require ["fileinto"];
if header :is "X-Spam-Flag" "YES" { fileinto "spam"; stop;}
fileinto "Incoming"; stop;

Easy.

spamness

| No Comments | No TrackBacks

One of the new features in Thunderbird 2.0 is that extensions can now add their own columns to the list of messages. I always thought that this sounds good and now I've found the first extension that makes use of this feature. But the extension doesn't just add any old column, it actually adds a very useful column if your mail server is running SpamAssassin.

Spamness adds a column that displays SpamAssassin's spam score in an easily scannable graphical way.

After you have installed spamness, you can easily scan your spam folder for very spammy and not so spammy mails and you can sort it by spaminess. (Install the Mnenhy extension if you don't want to sort all your folders by spaminess and if you don't want to display the spamness column in each folder).

Multimediawise, the MIT Spam Conference 2007 was a complete disaster. I didn't much like the webcasts they used in former years which required me to install the much despised real-player, but this years youtubing was a real quality blow. There isn't much to see in those videos and there is rarely anything to hear. According to the Spam Conference website, we can thank Rob Targosz of McAfee for messing up that part.

If you are not that multimedia inclined, you should be able to resort to downloading the presentations and the accompanying papers. But that would be a bit easy, wouldn't it? To make the papers accessible only to the technically inclined, the Spam Conference eggheads provided only ISO images of something that actually contains those files.

Fortunately, I am not on Windows and reading ISO images is no big hassle. Unpacking them, giving web-safe names to the files and transferring them to my server was no big deal either.

So here they are (don't ask me what is what, though):

According to John Graham-Cumming, the reason for the ISO-image is that Bill Yerazunis wants people to glance over all the papers. Makes me wonder what he would have done if he wanted people to not read the papers while still publishing them.

Als ob der ganze Link-Spam im Web selbst nicht schon nervig genug wäre, gibt es jetzt auch noch Link-Spam im echten Leben: Zettelchen, die an Bäumen und Laternenpfählen hängen und zum Besuch von Webseiten auffordern.

Neben der einfachen Umweltverschandlung stösst einem an der Sache sauer auf, dass sich der Spam, zumindest da, wo ich ihn gesehen habe, um den Eingang einer Schule herum konzentriert.

Spammer war in dem Fall starsbook.com.