<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.gtmp.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.gtmp.org/feed.php">
        <title>gtmp.org</title>
        <description></description>
        <link>http://www.gtmp.org/</link>
        <image rdf:resource="http://www.gtmp.org/lib/images/favicon.ico" />
       <dc:date>2008-10-14T11:46:31+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.gtmp.org/doku.php?id=publications&amp;rev=1205334190&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.gtmp.org/doku.php?id=publications:sa-postfix-en&amp;rev=1190312431&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.gtmp.org/doku.php?id=start&amp;rev=1190138753&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.gtmp.org/doku.php?id=publications:juno-g-usb-midi-alsa-patch&amp;rev=1190137595&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.gtmp.org/doku.php?id=publications:sa-wrapper&amp;rev=1190133417&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.gtmp.org/lib/images/favicon.ico">
        <title>gtmp.org</title>
        <link>http://www.gtmp.org/</link>
        <url>http://www.gtmp.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.gtmp.org/doku.php?id=publications&amp;rev=1205334190&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-12T16:03:10+02:00</dc:date>
        <dc:creator>mid</dc:creator>
        <title>publications</title>
        <link>http://www.gtmp.org/doku.php?id=publications&amp;rev=1205334190&amp;do=diff</link>
        <description>*  SpamAssassin/sa-learn and Postfix integration
	*  Patch for Juno-G synthesizer and usb-audio
	*  CPAN Search Engine for Firefox</description>
    </item>
    <item rdf:about="http://www.gtmp.org/doku.php?id=publications:sa-postfix-en&amp;rev=1190312431&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-20T20:20:31+02:00</dc:date>
        <dc:creator>mid</dc:creator>
        <title>publications:sa-postfix-en - pid explained</title>
        <link>http://www.gtmp.org/doku.php?id=publications:sa-postfix-en&amp;rev=1190312431&amp;do=diff</link>
        <description>Note: This page has been resurrected from my old site (R.I.P.). As I still see hits in my logs from people looking at it, I managed to get its content and put it here.

SpamAssassin (SA) updates its bayesian filter with the command sa-learn. However, if one use a setup using for instance AMaViS to activate an antivirus and SA for all the mails going through the server, it can be useful to provide 2 mail aliases (eg spam@example.com and ham@example.com) to report false positives and false negativ…</description>
    </item>
    <item rdf:about="http://www.gtmp.org/doku.php?id=start&amp;rev=1190138753&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-18T20:05:53+02:00</dc:date>
        <dc:creator>mid</dc:creator>
        <title>start</title>
        <link>http://www.gtmp.org/doku.php?id=start&amp;rev=1190138753&amp;do=diff</link>
        <description>Old server crashed :-(

New server up, with minimal service for friends or family:


	*  Mail
	*  DNS
	*  Webmail
	*  Publications
	*  Gallery (access restricted)


If you are friend or family and want me to host a service for you, just ask me.</description>
    </item>
    <item rdf:about="http://www.gtmp.org/doku.php?id=publications:juno-g-usb-midi-alsa-patch&amp;rev=1190137595&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-18T19:46:35+02:00</dc:date>
        <dc:creator>mid</dc:creator>
        <title>publications:juno-g-usb-midi-alsa-patch - created</title>
        <link>http://www.gtmp.org/doku.php?id=publications:juno-g-usb-midi-alsa-patch&amp;rev=1190137595&amp;do=diff</link>
        <description>I made a patch for the USB MIDI function of the Roland Juno-G synthesizer to work with Alsa 1.0.14rc2. Here it is:


--- alsa-driver-1.0.14rc2.orig/sound/usb/usbquirks.h    2007-01-15 14:25:30.000000000 +0100
+++ alsa-driver-1.0.14rc2/sound/usb/usbquirks.h 2007-03-05 15:35:44.000000000 +0100
@@ -242,0 +243,13 @@
+{ /* Roland Juno-G */
+       USB_DEVICE(0x0582, 0x00a6),
+       .driver_info = (unsigned long) &amp; (const struct snd_usb_audio_quirk) {
+               .vendor_name = &quot;Roland&quot;,
+       …</description>
    </item>
    <item rdf:about="http://www.gtmp.org/doku.php?id=publications:sa-wrapper&amp;rev=1190133417&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-18T18:36:57+02:00</dc:date>
        <dc:creator>mid</dc:creator>
        <title>publications:sa-wrapper - created</title>
        <link>http://www.gtmp.org/doku.php?id=publications:sa-wrapper&amp;rev=1190133417&amp;do=diff</link>
        <description>#!/usr/bin/perl -w
# Time-stamp: &lt;05 April 2004, 13:37 home&gt;
#
# sa-wrapper.pl
#
# SpamAssassin sa-learn wrapper
# (c) Alexandre Jousset, 2004
# This script is GPL'd
#
# Thanks to: Chung-Kie Tung for the removal of the dir
#            Adam Gent for bug report
#
# v1.2

use strict;
use MIME::Tools;
use MIME::Parser;

my $DEBUG = 0;
my $UNPACK_DIR = '/var/spool/amavis/mime';
my $SA_LEARN = '/usr/bin/sa-learn';
my @DOMAINS = qw/example.com example.org/;

my ($spamham, $sender) = @ARGV;

sub recurs…</description>
    </item>
</rdf:RDF>
