From: "John Narron" <[EMAIL PROTECTED]> > Skipping ahead even more, and after using the perl debugger, I traced the > fault to line 1958 of Mail::SpamAssassin::PerMsgStatus > > DB<4> v > 1955 EOT > 1956 > 1957 # and run it. > 1958==> eval $evalstr; > 1959: if ($@) { > 1960: warn("Failed to compile URI SpamAssassin tests, skipping:\n". > 1961 "\t($@)\n"); > 1962: $self->{rule_errors}++; > 1963 } > 1964 else { >
Bingo! I think we have our various PerMsgStatus.pm evalstr problems located now. Maybe a solution can be developed. {^_^}