You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Steve Pfister <sp...@getcoactive.com> on 2007/02/13 19:39:14 UTC

FuzzyOcr - no image files found in samples?

I'm trying to install FuzzyOcr 3.51 (with patches for < 10.34 netpbm) on
RedHat Linux 9 with Spamassassin 3.1.7. I'm trying to test it out with the
samples images, but I keep getting:

 

[25404] dbg: FuzzyOcr: Starting FuzzyOcr...

[25404] info: FuzzyOcr: Processing Message with ID "<no messageid>" (<no
sender> -> <no receipients>)

[25404] dbg: FuzzyOcr: Skipping OCR, no image files found...

[25404] dbg: FuzzyOcr: Processed in 0.001779 sec.

 

And the log file just says:

 

2007-02-13 13:38:56 [26451] Processing Message with ID "<no messageid>" (<no
sender> -> <no receipients>)

 

What might I be missing?

 

--Steve


RE: FuzzyOcr - no image files found in samples?

Posted by Steve Pfister <sp...@getcoactive.com>.
Sorry... forgot to mention that it's seeing incoming message and is listing
messageids, senders, and recipients for those. I don't think it's
successfully run FuzzyOcr on any of them yet, though.

-----Original Message-----
From: Matt Kettler [mailto:mkettler_sa@verizon.net]
Sent: Tuesday, February 13, 2007 5:38 PM
To: Steve Pfister
Cc: users@spamassassin.apache.org
Subject: Re: FuzzyOcr - no image files found in samples?

Interesting. What's odd is that FuzzyOCR calls it has having no messageid.

Does any other part of the debug output indicate SA understands the
message id/sender/recipients?

Does the file itself contain a message-id header?
ie:   Message-ID: <24...@0EB1V5O>

Do the line-wraps look right, or are there bunches of ^M's everywhere
indicating this was edited on a windows box?

I'm largely trying to narrow in on where the problem lies. Is it a file
problem, a SA problem, or a fuzzy OCR problem...

Steve Pfister wrote:
> Sorry... I guess I wasn't clear. I'm running:
>
> Spamassassin -tD < ocr-animated.eml
>
> In the samples directory of FuzzyOcr-3.5.1.
>
> It's saying there's no image files found.
>
> -----Original Message-----
> From: Matt Kettler [mailto:mkettler_sa@verizon.net]
> Sent: Tuesday, February 13, 2007 4:41 PM
> To: Steve Pfister
> Cc: users@spamassassin.apache.org
> Subject: Re: FuzzyOcr - no image files found in samples?
>
> Steve Pfister wrote:
>
>> I'm trying to install FuzzyOcr 3.51 (with patches for < 10.34 netpbm)
>> on RedHat Linux 9 with Spamassassin 3.1.7. I'm trying to test it out
>> with the samples images, but I keep getting:
>>
>>
>>
>> [25404] dbg: FuzzyOcr: Starting FuzzyOcr...
>>
>> [25404] info: FuzzyOcr: Processing Message with ID "<no messageid>"
>> (<no sender> -> <no receipients>)
>>
>> [25404] dbg: FuzzyOcr: Skipping OCR, no image files found...
>>
>> [25404] dbg: FuzzyOcr: Processed in 0.001779 sec.
>>
>>
>>
>> And the log file just says:
>>
>>
>>
>> 2007-02-13 13:38:56 [26451] Processing Message with ID "<no
>> messageid>" (<no sender> -> <no receipients>)
>>
>>
>>
>> What might I be missing?
>>
>>
> Sounds like you're missing an email that the images are attached to.
>
>
>
>
>



RE: FuzzyOcr - no image files found in samples?

Posted by Steve Pfister <sp...@getcoactive.com>.
Yes, it has the message Id that you gave. Line wraps look OK. Maybe I'll try
and get a hold of my own test message. I get plenty of image spam.

--Steve

-----Original Message-----
From: Matt Kettler [mailto:mkettler_sa@verizon.net]
Sent: Tuesday, February 13, 2007 5:38 PM
To: Steve Pfister
Cc: users@spamassassin.apache.org
Subject: Re: FuzzyOcr - no image files found in samples?

Interesting. What's odd is that FuzzyOCR calls it has having no messageid.

Does any other part of the debug output indicate SA understands the
message id/sender/recipients?

Does the file itself contain a message-id header?
ie:   Message-ID: <24...@0EB1V5O>

Do the line-wraps look right, or are there bunches of ^M's everywhere
indicating this was edited on a windows box?

I'm largely trying to narrow in on where the problem lies. Is it a file
problem, a SA problem, or a fuzzy OCR problem...

Steve Pfister wrote:
> Sorry... I guess I wasn't clear. I'm running:
>
> Spamassassin -tD < ocr-animated.eml
>
> In the samples directory of FuzzyOcr-3.5.1.
>
> It's saying there's no image files found.
>
> -----Original Message-----
> From: Matt Kettler [mailto:mkettler_sa@verizon.net]
> Sent: Tuesday, February 13, 2007 4:41 PM
> To: Steve Pfister
> Cc: users@spamassassin.apache.org
> Subject: Re: FuzzyOcr - no image files found in samples?
>
> Steve Pfister wrote:
>
>> I'm trying to install FuzzyOcr 3.51 (with patches for < 10.34 netpbm)
>> on RedHat Linux 9 with Spamassassin 3.1.7. I'm trying to test it out
>> with the samples images, but I keep getting:
>>
>>
>>
>> [25404] dbg: FuzzyOcr: Starting FuzzyOcr...
>>
>> [25404] info: FuzzyOcr: Processing Message with ID "<no messageid>"
>> (<no sender> -> <no receipients>)
>>
>> [25404] dbg: FuzzyOcr: Skipping OCR, no image files found...
>>
>> [25404] dbg: FuzzyOcr: Processed in 0.001779 sec.
>>
>>
>>
>> And the log file just says:
>>
>>
>>
>> 2007-02-13 13:38:56 [26451] Processing Message with ID "<no
>> messageid>" (<no sender> -> <no receipients>)
>>
>>
>>
>> What might I be missing?
>>
>>
> Sounds like you're missing an email that the images are attached to.
>
>
>
>
>



RE: FuzzyOcr - no image files found in samples?

Posted by Steve Pfister <sp...@getcoactive.com>.
I've just tried it with an actual spam message that I've extracted from my
own mailbox. The message has a normal looking message id, but it still says
no messageid/sender/recipient.

--Steve

-----Original Message-----
From: Matt Kettler [mailto:mkettler_sa@verizon.net]
Sent: Tuesday, February 13, 2007 5:38 PM
To: Steve Pfister
Cc: users@spamassassin.apache.org
Subject: Re: FuzzyOcr - no image files found in samples?

Interesting. What's odd is that FuzzyOCR calls it has having no messageid.

Does any other part of the debug output indicate SA understands the
message id/sender/recipients?

Does the file itself contain a message-id header?
ie:   Message-ID: <24...@0EB1V5O>

Do the line-wraps look right, or are there bunches of ^M's everywhere
indicating this was edited on a windows box?

I'm largely trying to narrow in on where the problem lies. Is it a file
problem, a SA problem, or a fuzzy OCR problem...

Steve Pfister wrote:
> Sorry... I guess I wasn't clear. I'm running:
>
> Spamassassin -tD < ocr-animated.eml
>
> In the samples directory of FuzzyOcr-3.5.1.
>
> It's saying there's no image files found.
>
> -----Original Message-----
> From: Matt Kettler [mailto:mkettler_sa@verizon.net]
> Sent: Tuesday, February 13, 2007 4:41 PM
> To: Steve Pfister
> Cc: users@spamassassin.apache.org
> Subject: Re: FuzzyOcr - no image files found in samples?
>
> Steve Pfister wrote:
>
>> I'm trying to install FuzzyOcr 3.51 (with patches for < 10.34 netpbm)
>> on RedHat Linux 9 with Spamassassin 3.1.7. I'm trying to test it out
>> with the samples images, but I keep getting:
>>
>>
>>
>> [25404] dbg: FuzzyOcr: Starting FuzzyOcr...
>>
>> [25404] info: FuzzyOcr: Processing Message with ID "<no messageid>"
>> (<no sender> -> <no receipients>)
>>
>> [25404] dbg: FuzzyOcr: Skipping OCR, no image files found...
>>
>> [25404] dbg: FuzzyOcr: Processed in 0.001779 sec.
>>
>>
>>
>> And the log file just says:
>>
>>
>>
>> 2007-02-13 13:38:56 [26451] Processing Message with ID "<no
>> messageid>" (<no sender> -> <no receipients>)
>>
>>
>>
>> What might I be missing?
>>
>>
> Sounds like you're missing an email that the images are attached to.
>
>
>
>
>



Re: FuzzyOcr - no image files found in samples?

Posted by Matt Kettler <mk...@verizon.net>.
Interesting. What's odd is that FuzzyOCR calls it has having no messageid.

Does any other part of the debug output indicate SA understands the
message id/sender/recipients?

Does the file itself contain a message-id header?
ie:   Message-ID: <24...@0EB1V5O>

Do the line-wraps look right, or are there bunches of ^M's everywhere
indicating this was edited on a windows box?

I'm largely trying to narrow in on where the problem lies. Is it a file
problem, a SA problem, or a fuzzy OCR problem...

Steve Pfister wrote:
> Sorry... I guess I wasn't clear. I'm running:
>
> Spamassassin -tD < ocr-animated.eml
>
> In the samples directory of FuzzyOcr-3.5.1.
>
> It's saying there's no image files found.
>
> -----Original Message-----
> From: Matt Kettler [mailto:mkettler_sa@verizon.net]
> Sent: Tuesday, February 13, 2007 4:41 PM
> To: Steve Pfister
> Cc: users@spamassassin.apache.org
> Subject: Re: FuzzyOcr - no image files found in samples?
>
> Steve Pfister wrote:
>   
>> I'm trying to install FuzzyOcr 3.51 (with patches for < 10.34 netpbm)
>> on RedHat Linux 9 with Spamassassin 3.1.7. I'm trying to test it out
>> with the samples images, but I keep getting:
>>
>>
>>
>> [25404] dbg: FuzzyOcr: Starting FuzzyOcr...
>>
>> [25404] info: FuzzyOcr: Processing Message with ID "<no messageid>"
>> (<no sender> -> <no receipients>)
>>
>> [25404] dbg: FuzzyOcr: Skipping OCR, no image files found...
>>
>> [25404] dbg: FuzzyOcr: Processed in 0.001779 sec.
>>
>>
>>
>> And the log file just says:
>>
>>
>>
>> 2007-02-13 13:38:56 [26451] Processing Message with ID "<no
>> messageid>" (<no sender> -> <no receipients>)
>>
>>
>>
>> What might I be missing?
>>
>>     
> Sounds like you're missing an email that the images are attached to.
>
>
>
>
>   


RE: FuzzyOcr - no image files found in samples?

Posted by Steve Pfister <sp...@getcoactive.com>.
Sorry... I guess I wasn't clear. I'm running:

Spamassassin -tD < ocr-animated.eml

In the samples directory of FuzzyOcr-3.5.1.

It's saying there's no image files found.

-----Original Message-----
From: Matt Kettler [mailto:mkettler_sa@verizon.net]
Sent: Tuesday, February 13, 2007 4:41 PM
To: Steve Pfister
Cc: users@spamassassin.apache.org
Subject: Re: FuzzyOcr - no image files found in samples?

Steve Pfister wrote:
>
> I'm trying to install FuzzyOcr 3.51 (with patches for < 10.34 netpbm)
> on RedHat Linux 9 with Spamassassin 3.1.7. I'm trying to test it out
> with the samples images, but I keep getting:
>
>
>
> [25404] dbg: FuzzyOcr: Starting FuzzyOcr...
>
> [25404] info: FuzzyOcr: Processing Message with ID "<no messageid>"
> (<no sender> -> <no receipients>)
>
> [25404] dbg: FuzzyOcr: Skipping OCR, no image files found...
>
> [25404] dbg: FuzzyOcr: Processed in 0.001779 sec.
>
>
>
> And the log file just says:
>
>
>
> 2007-02-13 13:38:56 [26451] Processing Message with ID "<no
> messageid>" (<no sender> -> <no receipients>)
>
>
>
> What might I be missing?
>
Sounds like you're missing an email that the images are attached to.




Re: FuzzyOcr - no image files found in samples?

Posted by Matt Kettler <mk...@verizon.net>.
Steve Pfister wrote:
>
> I’m trying to install FuzzyOcr 3.51 (with patches for < 10.34 netpbm)
> on RedHat Linux 9 with Spamassassin 3.1.7. I’m trying to test it out
> with the samples images, but I keep getting:
>
>  
>
> [25404] dbg: FuzzyOcr: Starting FuzzyOcr...
>
> [25404] info: FuzzyOcr: Processing Message with ID "<no messageid>"
> (<no sender> -> <no receipients>)
>
> [25404] dbg: FuzzyOcr: Skipping OCR, no image files found...
>
> [25404] dbg: FuzzyOcr: Processed in 0.001779 sec.
>
>  
>
> And the log file just says:
>
>  
>
> 2007-02-13 13:38:56 [26451] Processing Message with ID "<no
> messageid>" (<no sender> -> <no receipients>)
>
>  
>
> What might I be missing?
>
Sounds like you're missing an email that the images are attached to.