% Automod -- A usenet moderation robot % Jessica L. Parsons % #Automod These are the sources for `automod`, a moderation robot that I wrote for the newsgroup [soc.singles.moderated](news:soc.singles.moderated). It comes in two pieces; 1. [listmgr](listmgr) is a library of support tools that can be used in writing list managers and moderation robots, and 2. [automod](automod), which is the actual moderation robot. All of this code is released under a [Berkeley-style copyright](COPYRIGHT.html), so you're free to use it as you wish, as long as I am properly credited. Portions of this code have been enhanced by Deane Edmonds, so he shares the copyright on the finished work.