Archive comment w/o moving to spam/trash

How can I archive a comment so that it doesn’t appear new, without
moving it to spam or trash?

The comment is interesting, so I want to keep it for myself, but not
approve it.

Related posts

Leave a Reply

2 comments

  1. On my blog we want to keep the comments that wont pass moderation as a record of offending text. In the end we added

    define('EMPTY_TRASH_DAYS', 100000);
    

    to wp-config.php and move everything to trash. Yes in 273 years it will start deleting them, but it’s a trade off we went for.