Opened 17 years ago
Closed 9 years ago
#7051 closed enhancement (fixed)
Delete blacklisted comments rather than mark them as spam
Reported by: | donncha | Owned by: | helen |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 2.5.1 |
Component: | Comments | Keywords: | has-patch |
Focuses: | Cc: |
Description
Comments that are blacklisted because of the Blacklist keys on options-discussion.php should be deleted immediately instead of being marked as spam. Patch attached.
Attachments (5)
Change History (28)
#1
@
17 years ago
This seems like a pretty big change. Can you say why blacklist matching comments should be deleted?
I have "casino" in my blacklist, but if I ever write a post about going to Vegas, I don't want all the comments to get deleted.
#3
@
17 years ago
This is something Photomatt and Markr wanted. Markr brought it up in conversation with a blogger who is getting lots of stupid comments from one particular user. He added that person's email address or IP into the blacklist expecting the comments to be deleted but instead he had to read the comments in the Akismet spam page and delete them.
They weren't submitted to Akismet so the spam page is probably the wrong page for these comments to be left in.
This is a result of confusion over what the blacklist does. Is it a spam list or stupid list? :)
#4
@
17 years ago
Perhaps a new status is in order or something.
It just seems like not having them be instantly deleted would be a good idea incase there was a false positive as mdawaffe mentioned (Vegas).
#7
@
15 years ago
- Keywords needs-patch close added; has-patch removed
- Milestone changed from 2.9 to Future Release
- Type changed from defect (bug) to enhancement
suggesting wontfix, personally.
#10
in reply to:
↑ 9
@
14 years ago
Replying to nacin:
Perhaps now that we have Trash, that could be where they end up?
Strong +1
Allows recovery still and is a better fit. The comments from people on the blacklist aren't necessarily spam, they're just unwanted comments.
#12
@
10 years ago
- Keywords dev-feedback added
Does someone from core want to quickly review the idea?
Essentially, blacklisted comments are moved to spam instead of trash. Its a simple 2 line patch file, so the only major thing really on this is whether or not blacklisted comments should go to trash or spam (where they currently go). I'm in favor of trash, as blacklisted comments can be non-spam, and they can be unintentionally flagged on the blacklist, but many users might think of all the comments in spam are spam and simply empty the spam folder without thinking.
#13
@
10 years ago
I think this makes good sense. Easy patch as well. I do see it causing any issues.
#15
@
10 years ago
If they are being set to trash and the trash is disabled they would be auto deleted. I am not sure if this is something we should account for or expected behavior.
#16
follow-up:
↓ 17
@
10 years ago
Seems like it would be bad if comments started getting auto-deleted now, just because of the destructive/unrecoverable change in behavior.
#17
in reply to:
↑ 16
;
follow-up:
↓ 18
@
10 years ago
Replying to helen:
Seems like it would be bad if comments started getting auto-deleted now, just because of the destructive/unrecoverable change in behavior.
If someone bothers to disable the trash, wouldn't you agree that this person actually wants that destructive / unrecoverable behavior?
#18
in reply to:
↑ 17
;
follow-up:
↓ 19
@
10 years ago
Replying to Denis-de-Bernardy:
If someone bothers to disable the trash, wouldn't you agree that this person actually wants that destructive / unrecoverable behavior?
I would not expect an upgrade of WordPress to suddenly cause blacklisted comments to be outright deleted rather than in some moderated state where I could recover them if I wanted to.
#19
in reply to:
↑ 18
@
10 years ago
Replying to helen:
I would not expect an upgrade of WordPress to suddenly cause blacklisted comments to be outright deleted rather than in some moderated state where I could recover them if I wanted to.
I'll let you do what's right then:
#20
@
10 years ago
Stepping back a little further to look at the wider view, would it perhaps make more sense to note in comment meta that the comment is in spam because of the blacklist? If it does, then I think we can close this (as documentation that we've had this discussion) and make a new ticket.
#21
@
9 years ago
- Keywords dev-feedback removed
- Milestone changed from Future Release to 4.4
- Owner set to wonderboymusic
- Status changed from new to assigned
#22
@
9 years ago
- Owner changed from wonderboymusic to helen
- Status changed from assigned to reviewing
7051.4.diff - I really don't care what we do here
Patch for wp-includes/comment.php