Morq

boog_filter

[2007-07-28 14:45] >>> /opt/local/lib/ruby/site_ruby/1.8/morq/spam.rb module Morq::Spam def spam?(path) system "/opt/local/bin/bogofilter < #{path}" end def report_spam(path) system "/opt/local/bogofilter -s < #{path}" end def report_nospa…