diff -r 3cc813140c80 -r a03c08c289e9 README.md --- a/README.md Wed Feb 01 15:35:35 2017 -0800 +++ b/README.md Fri Feb 03 10:52:46 2017 -0800 @@ -15,7 +15,7 @@ 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 messages therein. http://untroubled.org/ezmlm/ @@ -30,6 +30,20 @@ $ gem install ezmlm +## Limitations + +This library is designed to only work with lists stored on disk (the +default), not the SQL backends. + +Address space (32 bit vs 64 bit) matters when ezmlm calculates hashes. +If things aren't adding up, make sure this library is running on a +machine with a matching address space as the list itself. (Running this +on a 64bit machine to talk to 32bit listserv isn't going to play well.) + +The option set offered with ezmlm-make is not fully ported, just the +most common switches. Patches welcome. + + ## License Copyright (c) 2017, Mahlon E. Smith