Opened 7 years ago
Closed 5 years ago
#3524 closed enhancement (maybelater)
Don't delete old contact form "spam" until a camp is over
Reported by: | iandunn | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordCamp Site & Plugins | Keywords: | needs-patch good-first-bug |
Cc: |
Description
Jetpack contact forms use Akismet to catch spam, and then delete the spam periodically. Sometimes there are false positives, though, which can mean that sponsor requests, etc get deleted before the organizers manually check the spam folder.
We could solve that by adding something to the jetpack-tweaks
mu-plugin that would check if the camp has happened yet (via get_wordcamp_post()->meta['Start Date (YYYY-MM-DD']
), and if it hasn't, then unhook grunion_delete_old_spam
.
cc @tpflanz
Change History (3)
This ticket was mentioned in Slack in #meta-wordcamp by iandunn. View the logs.
5 years ago
This ticket was mentioned in Slack in #meta-wordcamp by iandunn. View the logs.
5 years ago
Note: See
TracTickets for help on using
tickets.
This ticket was moved to Github.