I was able to run the tests that you talk about with no errors.&nbsp; Or a least I couldn&#39;t see any.&nbsp; When I put this option in it ignores it &quot;focr_keep_bad_images 1&quot;, complaines it&#39;s not a recognized option.<br>
<br>Good news when running your example test I could see pyzor not installed.&nbsp; Installed it but it didn&#39;t appear to be working.&nbsp; When I ran some of the test -<br><br>razor discover<br>razor ping<br><br>The server name in .pyzor does not work.&nbsp; When I use the IP that Glenn suggested in another thread it works.&nbsp; What&#39;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> &lt;<a href="mailto:r.berber@computer.org">r.berber@computer.org</a>&gt; 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>&gt; All of these helper programs exist -<br>[snip]<br>&gt; The Spamassassin lint test shows this for the path -<br>&gt;<br>&gt; final PATH set to:<br>&gt; /sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
<br>&gt;<br>&gt; I wouldn&#39;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 &lt; ocr-jpg.eml<br><br>lots of output, should see
<br>...<br>[3340] info: FuzzyOcr: Using jpegtopnm =&gt; /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: &gt;/tmp/.spamassassin3340ULRQYxtmp/image001.jpg.pnm<br>[2724] dbg: FuzzyOcr: Stderr: &gt;&gt;/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 &quot;exit 0&quot;.<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/&lt;whatever&gt;/image001.jpg.err and the other .err file<br>(raw.eml.error or something similar).<br><br>&gt; Is PATH the same as LDPATH ?
<br><br>No, the first is for finding executables, the second is for finding libraries<br>and it&#39;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>