-------- Original-Nachricht -------- > Datum: Mon, 26 Nov 2007 11:47:00 +0100 > Von: TOUZEAU DAVID <[EMAIL PROTECTED]> > An: [email protected] > Betreff: [dspam-users] signature=N/A, Unable to find a valid signature. > Aborting with "--classify"
> > Dear > > I was developped my own content filter for postfix. > > My process have already features to devliver/quarantine mails. > So would like to use dspam only to get scores from messages that my > process send. > > currently when receive mail, the process send this command line > > # /usr/local/bin/dspam --mode=toe --user david.touzeau --feature=noise > --classify </usr/share/artica-filter/03adc60de64c1d142a10c6997f66c3bd.eml > > dspam answers has : > << X-DSPAM-Result: david.touzeau result="Innocent" class="Innocent" > probability=0.0023 confidence=0.60 signature=N/A >> > why signature N/A ??? > Because you told it to CLASSIFY instead of to PROCESS the message. Classifying a message does NOT produce a signature. > When my process detect a spam (with other methods) it send the commande > line : > # /usr/local/bin/dspam --user david.touzeau --class=spam --source=error > </usr/share/artica-filter/03adc60de64c1d142a10c6997f66c3bd.eml > > But dspam answer has: > << Unable to find a valid signature. Aborting. process_message returned > error -5. dropping message >> > The message does not have a valid DSPAM signature and you needs a signature in order use "--class=error" (except if you would use "TrainPristine on" in your dspam.conf). > > how i can fix it ?? > Either look to get a valid signature or don't use the source error. > These are compilation mode : > > > --sysconfdir=/etc/dspam > --with-dspam-home=/var/spool/dspam > --with-dspam-home-owner=artica > --with-dspam-group=artica > --with-userdir-owner=artica > --with-storage-driver=sqlite3_drv > --enable-preferences-extension > --enable-whitelist > --enable-alternative-bayesian > --disable-dependency-tracking > --enable-virtual-users > --with-logdir=/var/log/dspam > --enable-long-usernames > --enable-virtual-users > --enable-spam-delivery > --without-delivery-agent > --without-quarantine-agent > --enable-debug > > best regards > // SteveB > > > -- > David Touzeau -------------------------- Linux Ubuntu 7.04 feisty > FreePascal-Lazarus,perl,delphi,php artica for postfix management console > (http://www.artica.fr) icq:160018849 -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
