On 11/3/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > > On 11/3/06, Robin Munn <[EMAIL PROTECTED]> wrote: > > > > http://code.djangoproject.com/ticket/107 just got comment spammed. > > And, ironically, akismet is rejecting my attempts to clean it up. :-) > > > > I fixed the fields on it, though I can't remove the spammy comment itself.
I think the comment itself will need to be removed from the Trac sqlite db via "DELETE FROM (table) WHERE some_id_column = correct_value" -- I don't think there's any way short of root access to the server to delete comments from Trac. -- Robin Munn [EMAIL PROTECTED] GPG key 0xD6497014 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
