Edgewall Software
Modify

Opened 17 years ago

Closed 14 years ago

#4942 closed defect (worksforme)

Spamfilter doesn't get summary and description for tickets if used with 0.11dev

Reported by: johann@… Owned by: Matthew Good
Priority: normal Milestone:
Component: plugin/spamfilter Version: devel
Severity: normal Keywords: verify
Cc: Branch:
Release Notes:
API Changes:
Internal 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 (0)

Change History (2)

comment:1 by Christian Boos, 17 years ago

Keywords: verify added
Milestone: none

comment:2 by Christian Boos, 14 years ago

Milestone: not applicable
Resolution: worksforme
Status: newclosed

This must have been fixed as some point.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matthew Good.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Matthew Good to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.