This is a perl script that takes certain emails and puts them into an RSS
feed. You define a patterns file (a list of regular expressions) and any
email that matches, goes into the RSS file. Alternately, there are these
similar programs:
http://dodgeit.com/
http://www.eightlinks.com/features/000485.html
Details
procmail is used to pass all emails through email2rss.pl. email2rss.pl
checks the patterns file for matches and anything that matches gets
placed in a different mailbox (via procmail) and the contents are
written to an RSS feed.
TODO:
-search body also (currently only the headers get searched)