[amscotti@128bit.io ~/posts]# grep -l "spam" *.md | xargs -n1 head _
grep results
# Spam
- 1 post matched
Date: June 15, 2010

A Groovy script demonstrating how to use the StopForumSpam API to check email addresses against a database of known spammers. The script reads emails from a text file, queries the API, and reports how many times each email has been reported, showcasing Groovy's concise syntax for API integration.