SpamBlock Demo
Test the spam detection system below. Try different inputs to see what triggers blocking.
Contact Form
This form uses the data-block-spam attribute
Try these example inputs
- Email: use
tempmail.comormailinator.comto trigger disposable email detection - Message: try
spam keywords(viagra, casino, winner),random strings(x8q2m6k9p4r7t1),Russian texton an English page, orfast submission(<1.2s)
Logs
// Logs will appear here...Understanding the Response
Each submission returns a JSON response with:
- allow: Whether the submission passed spam checks
- score: Total risk score (threshold: 60 points)
- reasons: Array of detected spam indicators
- latencyMs: API response time in milliseconds
💡 Tip: All submissions are sent to the backend with markers. The backend filters spam (score ≥ 60) and does not deliver to email/plugins.