Hi John,

Per your response below, here is what I did to confirm it's not a content
problem. 
open (RFILE, $reportfile_name);
while(!$folder_reader->end_of_file())
  {
    $email = $folder_reader->read_next_email();
    chomp($email);
    $mail = $spamtest->parse($email);
    $status = $spamtest->check($mail);
    print RFILE $$email;
}

then issued the following command:
spamassassin --test-mode < /home/stout/spam/reportfile_in.txt

the above worked just fine. the contents of reportfile_in.txt are created by
"print RFILE $$email".

Thoughts!

Regards,

-Sean.





--
View this message in context: 
http://spamassassin.1065346.n5.nabble.com/Spamassassin-not-parsing-email-messages-tp102770p102789.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Reply via email to