Modify ↓
Ticket #4942 (closed defect: worksforme)
Opened 5 years ago
Last modified 2 years ago
Spamfilter doesn't get summary and description for tickets if used with 0.11dev
| Reported by: | johann@… | Owned by: | mgood |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | plugin/spamfilter | Version: | devel |
| Severity: | normal | Keywords: | verify |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
This ticket is related to #4611 which was fixed in [4982]. The goal of that fix was to get the author and content from tickets when the spamfilter is used with 0.11dev.
The fix successfully gets the reporter (author) from the submitted ticket, but the content column in the spamfilter_log database table does not contain the summary or description of the ticket, only the name of the reporter.
sqlite> .headers ON sqlite> select time, path, author, content, karma from spamfilter_log; time|path|author|content|karma 1173771806|/newticket|reporter|reporter|0 1173772119|/newticket|username|username|0
Attachments
Change History
comment:1 Changed 5 years ago by cboos
- Keywords verify added
- Milestone set to none
comment:2 Changed 2 years ago by cboos
- Milestone not applicable deleted
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



This must have been fixed as some point.