Checkpoint commit.
- Add the majority of the list behavioral knobs.
- Add some quick helpers that can make list changes
safely (write, unlink, touch)
- Fix tests.
#!/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