[Postfixbuch-users] spamassassin + fuzzy_ocr
Wolfram Greinert
greinert at rz.uni-leipzig.de
So Mai 6 21:51:20 CEST 2007
Hallo,
besten Dank fuer die Info !!! Bin ja beruhigt, dass der Fehler nicht nur bei
mir auftaucht :-) Komme leider erst naechste Woche zum testen.
Gruss
Wolfram
Reiner Menkens writes:
> HAllo,
> Am 04.05.2007 um 12:15 schrieb Wolfram Greinert:
>
> > ich habe gerade ein update von spamassassin 3.1.8 auf 3.2.0 gemacht.
> > In beiden benutze ich fuzzy_ocr 3.5.1 als plugin. Nach dem update
> > fehlen im SA-Report die Beschreibungen fuer die fuzzy_ocr-Tests:
> das ist auf der FuzzOCR Liste auch beschrieben worden, heute hat
> dort jemand einen Patch gepostet:
> -----
> Included is a patch that returns the old report (with bad formatting
> and all) when using FO 3.5.1 with SA 3.2.0 .
> --
> René Berber
> --- FuzzyOcr.pm.old 2007-04-26 17:44:47.218750000 +0000
> +++ FuzzyOcr.pm 2007-05-03 22:42:45.812500000 +0000
> @@ -929,7 +929,7 @@
> for my $set ( 0 .. 3 ) {
> $pms->{conf}->{scoreset}->[$set]->{"FUZZY_OCR"} = $score;
> }
> - $pms->_handle_hit( "FUZZY_OCR", $score, "BODY: ",
> + $pms->_handle_hit( "FUZZY_OCR", $score, "BODY: ", "rawbody",
> $pms->{conf}->{descriptions}->{FUZZY_OCR} . "\n
> $debuginfo" );
> }
> if ($imgerr == 0 and $conf->{focr_keep_bad_images}<2) {
> -----
> Ich habe den aber noch nicht getestet
>
> Gruß
>
> Reiner
[text/html is unsupported, treating like TEXT/PLAIN]
> <HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">HAllo, <BR><DIV><DIV>Am 04.05.2007 um 12:15 schrieb Wolfram Greinert:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">ich habe gerade ein update von spamassassin 3.1.8 auf 3.2.0 gemacht.</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">In beiden benutze ich fuzzy_ocr 3.5.1 als plugin. Nach dem update</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">fehlen im SA-Report die Beschreibungen fuer die fuzzy_ocr-Tests:</FONT></P> </BLOCKQUOTE></DIV> das ist auf der FuzzOCR Liste auch beschrieben worden, heute hat dort jemand einen Patch gepostet:<BR><DIV>-----</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Included is a patch that returns the old report (with bad formatting and all) when using FO 3.5.1 with SA 3.2.0 .</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">-- </DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">René Berber</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">--- FuzzyOcr.pm.old<SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>2007-04-26 17:44:47.218750000 +0000</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">+++ FuzzyOcr.pm<SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>2007-05-03 22:42:45.812500000 +0000</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">@@ -929,7 +929,7 @@</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "> for my $set ( 0 .. 3 ) {</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "> $pms->{conf}->{scoreset}->[$set]->{"FUZZY_OCR"} = $score;</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "> }</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">- $pms->_handle_hit( "FUZZY_OCR", $score, "BODY: ",</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">+ $pms->_handle_hit( "FUZZY_OCR", $score, "BODY: ", "rawbody",</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "> $pms->{conf}->{descriptions}->{FUZZY_OCR} . "\n$debuginfo" );</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "> }</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "> if ($imgerr == 0 and $conf->{focr_keep_bad_images}<2) {</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">-----</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Ich habe den aber noch nicht getestet</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><BR class="khtml-block-placeholder"></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Gruß</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><BR class="khtml-block-placeholder"></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Reiner</DIV></BODY></HTML>
> --
> _______________________________________________
> Postfixbuch-users -- http://www.postfixbuch.de
> Heinlein Professional Linux Support GmbH
>
> Postfixbuch-users at listi.jpberlin.de
> http://listi.jpberlin.de/mailman/listinfo/postfixbuch-users
--
###########################################
# Wolfram Greinert #
# URZ der Uni Leipzig, Abteilung Netze #
# 04109 Leipzig, Neumarkt 9-19 #
# Tel.: +(0341) 97-33325 #
# email: greinert at rz.uni-leipzig.de #
###########################################
Mehr Informationen über die Mailingliste Postfixbuch-users