README.md
changeset 13 a03c08c289e9
parent 12 3cc813140c80
child 14 cba9fb39bcdb
equal deleted inserted replaced
12:3cc813140c80 13:a03c08c289e9
    13 
    13 
    14 ## Description
    14 ## Description
    15 
    15 
    16 This is a ruby interface for interacting with ezmlm-idx, an email list
    16 This is a ruby interface for interacting with ezmlm-idx, an email list
    17 manager for use with the Qmail MTA.  (The -idx provides an extended
    17 manager for use with the Qmail MTA.  (The -idx provides an extended
    18 feature set over the initial ezmlm environment.)
    18 feature set over the initial ezmlm environment), and messages therein.
    19 
    19 
    20 http://untroubled.org/ezmlm/
    20 http://untroubled.org/ezmlm/
    21 
    21 
    22 
    22 
    23 ## Prerequisites
    23 ## Prerequisites
    26 
    26 
    27 
    27 
    28 ## Installation
    28 ## Installation
    29 
    29 
    30     $ gem install ezmlm
    30     $ gem install ezmlm
       
    31 
       
    32 
       
    33 ## Limitations
       
    34 
       
    35 This library is designed to only work with lists stored on disk (the
       
    36 default), not the SQL backends.
       
    37 
       
    38 Address space (32 bit vs 64 bit) matters when ezmlm calculates hashes.
       
    39 If things aren't adding up, make sure this library is running on a
       
    40 machine with a matching address space as the list itself.  (Running this
       
    41 on a 64bit machine to talk to 32bit listserv isn't going to play well.)
       
    42 
       
    43 The option set offered with ezmlm-make is not fully ported, just the
       
    44 most common switches.  Patches welcome.
    31 
    45 
    32 
    46 
    33 ## License
    47 ## License
    34 
    48 
    35 Copyright (c) 2017, Mahlon E. Smith <mahlon@martini.nu>
    49 Copyright (c) 2017, Mahlon E. Smith <mahlon@martini.nu>