diff -r cba9fb39bcdb -r a38e6916504c README.md --- a/README.md Mon Feb 06 11:54:16 2017 -0800 +++ b/README.md Fri May 12 11:09:36 2017 -0700 @@ -8,7 +8,7 @@ * Mahlon E. Smith * Michael Granger -* Jeremiah Jordan +* Jeremiah Jordan ## Description @@ -22,6 +22,11 @@ This was tested against ezmlm-idx 7.2.2. +*Strong recommendation*: Create your lists with archiving (-a) and +indexing (-i)! This library is suitable for modifying behavior of +existing lists as a default, but with these flags enabled, can also +be an interface to parsing and browsing the content of lists. + ## Prerequisites @@ -32,6 +37,10 @@ $ gem install ezmlm +## Usage + + .... + ## TODO @@ -52,10 +61,10 @@ on a 64bit machine to talk to 32bit listserv isn't going to play well.) A lot of the fine tuning niceties of ezmlm come as flag options to -the various ezmlm-* binaries. This library largely just deals with +the various ezmlm binaries. This library largely just deals with ezmlm-make flags for global list behaviors. (For example, see the man page for ezmlm-reject.) Patches are welcome if you'd like these sorts -of miscellanous things included. +of miscellaneous things included. ## License