https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7154
Bug ID: 7154
Summary: PDFInfo.pm throws eval error
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: PC
OS: Windows 7
Status: NEW
Severity: normal
Priority: P2
Component: Plugins
Assignee: [email protected]
Reporter: [email protected]
The newly included PDFInfo.pm throws an error if enabled:
Mar 5 16:56:12.864 [31448] warn: plugin: failed to parse plugin (from @INC):
Mail/SpamAssassin/Plugin/PDFInfo.pm did not return a true value at (eval 120)
line 1.
Also found the file to be executable.
Problem was in the POD formatting missing a =cut
committed fix for the exec and pod issue
svn commit -m 'documentation and exec bit change on PDFInfo.pm'
Committed revision 1664498.
Also finding some of the generic rules that help build rules are missing and
should be re-enabled like GMD_PDF_EMPTY_BODY, GMD_PDF_ENCRYPTED, GMD_PDF_HORIZ
GMD_PDF_SQUARE, GMD_PDF_VERT, GMD_PRODUCER_GPL and some of the metas.
committed rules with some of them in 20_pdfinfo.cf re-enabled.
svn commit -m 'Turning back on some of the PDFinfo rules for those who use the
plugin'
Sending rules/20_pdfinfo.cf
Transmitting file data .
Committed revision 1664525.
--
You are receiving this mail because:
You are the assignee for the bug.