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:
parent
3f96c8bb0f
commit
5a524b55bf
3 changed files with 239 additions and 87 deletions
2
Rakefile
2
Rakefile
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue