
bugzilla-daemon at bugzilla
Nov 12, 2009, 4:04 AM
Post #1 of 1
(246 views)
Permalink
|
|
[Bug 6236] New: MIMEHeaders throws "failed to run"-Warnings if the SA Object is recreated
|
|
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6236 Summary: MIMEHeaders throws "failed to run"-Warnings if the SA Object is recreated Product: Spamassassin Version: 3.2.5 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 Component: Plugins AssignedTo: dev [at] spamassassin ReportedBy: stelios.gikas [at] noris Created an attachment (id=4571) --> (https://issues.apache.org/SpamAssassin/attachment.cgi?id=4571) Script to Test the above. rules: failed to run CTYPE_8SPACE_GIF test, skipping: (Can't call method "_mimeheader_eval_CTYPE_8SPACE_GIF" on an undefined value at (eval 670) line 7. ) rules: failed to run TVD_FW_GRAPHIC_NAME_LONG test, skipping: (Can't call method "_mimeheader_eval_TVD_FW_GRAPHIC_NAME_LONG" on an undefined value at (eval 679) line 7, <$tmpfile> line 2. ) rules: failed to run TVD_FW_GRAPHIC_NAME_MID test, skipping: (Can't call method "_mimeheader_eval_TVD_FW_GRAPHIC_NAME_MID" on an undefined value at (eval 695) line 7, <$tmpfile> line 4. ) This errors are thrown on the second run of SA if not the same Object is used. Plugin::MIMEHeader doesn't throw the error if I use the same SA Object. This error has to do with the Patch in Bug 4819. A script to test has been attached. I will immediatelly upload a patch for that. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
|