Modify

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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

Description

I haven't yet sorted out why, but anonymous is added to the CC list in recent tickets. See #12056, #12053, #12052, #10943, ...

Attachments (0)

Change History (3)

comment:1 Changed 9 years ago by Dirk Stöcker

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'.

comment:2 Changed 9 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

comment:3 in reply to:  1 Changed 9 years ago by Ryan J Ollos

Replying to stoecker:

I think you can fix this by UPDATE ticket SET cc='' WHERE cc='anonymous'.

That worked, thanks.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Michael Renzmann.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.