Multiple changes.
- Start converting from from the old 'config' file format where
applicable.
- Port the ezmlm address hashing algorithm for fast email lookups
- Add subscription and unsubscription for primary and behavioral dirs
- Add a safety check for writes to the list directory
#!/usr/bin/ruby
$LOAD_PATH.unshift( 'lib' )
begin
require 'ezmlm'
rescue Exception => e
$stderr.puts "Ack! Ezmlm libraries failed to load: #{e.message}\n\t" +
e.backtrace.join( "\n\t" )
end