#454: Edit ticket comments
----------------------------------------+-----------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  cboos
     Type:  enhancement                 |       Status:  new  
 Priority:  high                        |    Milestone:  0.10 
Component:  ticket system               |      Version:  0.7  
 Severity:  normal                      |   Resolution:       
 Keywords:  SPAM                        |  
----------------------------------------+-----------------------------------
Comment (by [EMAIL PROTECTED]):

 Not a fix, but temporary work-around. It looks like in most cases all
 these spam entries are in some aisan language.  As a result following SQL
 allows you to remove them easily
 {{{
 delete from ticket_change where lower( author ) = upper( author );
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/454>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to