https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7824
Bug ID: 7824
Summary: Improve test_log() for multiple rule hits
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Libraries
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
It's not possible to call test_log() multiple times to log multiple DNS hits
(for example Bug 7822)
- test_log() is not documented
- got_hit() doesn't proceed if rule is already hit
- _handle_hit() creates REPORT/SUMMARY tags by simply appending strings at
every call. These should be created _after_ scanning is complete.
--
You are receiving this mail because:
You are the assignee for the bug.