I was able to run the tests that you talk about with no errors. Or a least I couldn't see any. When I put this option in it ignores it "focr_keep_bad_images 1", complaines it's not a recognized option.<br>
<br>Good news when running your example test I could see pyzor not installed. Installed it but it didn't appear to be working. When I ran some of the test -<br><br>razor discover<br>razor ping<br><br>The server name in .pyzor does not work. When I use the IP that Glenn suggested in another thread it works. What's the deal with Pyzor is it dead or dying ?
<br><br><br><br><div><span class="gmail_quote">On 2/19/07, <b class="gmail_sendername">René Berber</b> <<a href="mailto:r.berber@computer.org">r.berber@computer.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
BB wrote:<br><br>> All of these helper programs exist -<br>[snip]<br>> The Spamassassin lint test shows this for the path -<br>><br>> final PATH set to:<br>> /sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
<br>><br>> I wouldn't know how to test it to see if it actually works.<br><br>If you have the FuzzyOcr source, go to directory samples and run:<br><br>$ spamassassin -x -t -D FuzzyOcr < ocr-jpg.eml<br><br>lots of output, should see
<br>...<br>[3340] info: FuzzyOcr: Using jpegtopnm => /usr/local/bin/jpegtopnm<br>...<br>[3340] dbg: FuzzyOcr: Starting FuzzyOcr...<br>...<br>[2724] dbg: FuzzyOcr: Exec : /usr/local/bin/jpegtopnm<br>/tmp/.spamassassin3340ULRQYxtmp/image001.jpg
<br>[3340] dbg: FuzzyOcr: Saved pid: 2724<br>[2724] dbg: FuzzyOcr: Stdout: >/tmp/.spamassassin3340ULRQYxtmp/image001.jpg.pnm<br>[2724] dbg: FuzzyOcr: Stderr: >>/tmp/.spamassassin3340ULRQYxtmp/image001.jpg.err<br>
[3340] dbg: FuzzyOcr: Elapsed [2724]: 0.358430 sec. (/usr/bin/jpegtopnm: exit 0)<br><br>except you will not see the "exit 0".<br><br>To save the error file (which may give a more detailed error message) change<br>
your FuzzyOcr.cf, at the end uncomment:<br><br>focr_keep_bad_images 1<br><br>then look at the /tmp/<whatever>/image001.jpg.err and the other .err file<br>(raw.eml.error or something similar).<br><br>> Is PATH the same as LDPATH ?
<br><br>No, the first is for finding executables, the second is for finding libraries<br>and it's not usually needed (the system has a global library path, but it<br>depends on the system... Linux uses ldconfig, Solaris crle, ... to configure
<br>that path).<br>--<br>René Berber<br><br>--<br>MailScanner mailing list<br><a href="mailto:mailscanner@lists.mailscanner.info">mailscanner@lists.mailscanner.info</a><br><a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner">
http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br><br>Before posting, read <a href="http://wiki.mailscanner.info/posting">http://wiki.mailscanner.info/posting</a><br><br>Support MailScanner development - buy the book off the website!
<br></blockquote></div><br>