[amscotti@128bit.io ~/posts]# grep -l "forums" *.md | xargs -n1 head _
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.