plan.scm is a JScheme implementation of Paul Graham's A Plan for Spam. It shows how simple and effective his approach is. It works on mail files that use a special line to separate each mail message.
example.scm is a example that builds a filter from a spam mailbox and the first half of my inbox. It then scans the inbox for spam and prints a report.