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
This commit is contained in:
Mahlon E. Smith 2017-02-03 10:52:46 -08:00
parent 3f96c8bb0f
commit 5a524b55bf
3 changed files with 239 additions and 87 deletions

View file

@ -46,7 +46,7 @@ spec = Gem::Specification.new do |s|
s.description = <<-EOF
This is a ruby interface for interacting with ezmlm-idx, an email list
manager for use with the Qmail MTA. (The -idx provides an extended
feature set over the initial ezmlm environment.)
feature set over the initial ezmlm environment), and the messages contained therein.
EOF
s.required_ruby_version = '>= 2'