Modify ↓
#12066 closed defect (fixed)
Anonymous is added to CC list
Reported by: | Ryan J Ollos | Owned by: | Michael Renzmann |
---|---|---|---|
Priority: | normal | Component: | TracHacks |
Severity: | normal | Keywords: | |
Cc: | Steffen Hoffmann, Jun Omae, Michael Renzmann | Trac Release: | 1.0 |
Attachments (0)
Change History (3)
comment:1 follow-up: 3 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Replying to stoecker:
I think you can fix this by
UPDATE ticket SET cc='' WHERE cc='anonymous'
.
That worked, thanks.
Note: See
TracTickets for help on using
tickets.
Ooops, that can be originally my fault. In the database in some places an empty user value has been replaced by "anonymous" due to a bug in the spamfilter plugin user handling.
I think you can fix this by
UPDATE ticket SET cc='' WHERE cc='anonymous'
.