How a borderline reaches a person
A review queue is the part of this design most likely to be abandoned, and it is abandoned for a completely predictable reason: it takes too long. Everything here is about the ninety seconds.
Key takeaways
- The queue is a batched message twice a day, not a place somebody has to visit.
- Each item shows the message and the reason it is held, not a score.
- Two buttons: it is real, or it is spam. Nothing else.
- An unreviewed item is delivered after four hours rather than held indefinitely.
- Quarantine is searchable by name and address, which is what resolves the awkward call.
Twice a day, ninety seconds
- App integration
- Management
- Analytics
Why batched
A held submission that generates its own notification produces eight interruptions a day and gets muted. One message at eleven and one at four contains everything, takes ninety seconds, and is a thing somebody actually does.
The four-hour timeout underneath it is what makes the batching safe. If nobody opens the eleven o’clock message, its items are delivered to the inbox at three regardless. The failure mode of the review queue is therefore some spam getting through, which is the cheap error.
The reason, not the score
“Held because: no links, but submitted in 11 seconds and the message is two lines” is something a person can weigh in a second. “Spam score 0.62” is not, and it also invites somebody to start reasoning about the number rather than reading the message.
The quarantine search
Every business running a contact form eventually gets the phone call: I filled in your form last week and never heard back. Without a searchable quarantine that conversation has no resolution and ends with an apology and a suspicion.
- Machine learning
- Management
- Analytics
- Front-end & mobile
That last box is the reason to record it rather than just fix the individual case. A quarantined message marked real afterwards is the single most valuable training signal the system produces, because it is a confirmed false positive with the signals that caused it attached.
How long quarantine is kept
Ninety days is a reasonable default and it should be a deliberate decision rather than a forever. The messages are small, but a quarantine that is never emptied is a growing store of unsolicited content that somebody eventually has to think about under a retention policy.
Anything marked real is moved out of quarantine and kept with the genuine enquiries, so the expiry only ever removes things a person confirmed were spam or never looked at.
Next: how the thresholds get tuned.
All posts