equal
deleted
inserted
replaced
23 This was tested against ezmlm-idx 7.2.2. |
23 This was tested against ezmlm-idx 7.2.2. |
24 |
24 |
25 *Strong recommendation*: Create your lists with archiving (-a) and |
25 *Strong recommendation*: Create your lists with archiving (-a) and |
26 indexing (-i)! This library is suitable for modifying behavior of |
26 indexing (-i)! This library is suitable for modifying behavior of |
27 existing lists as a default, but with these flags enabled, can also |
27 existing lists as a default, but with these flags enabled, can also |
28 be an interface to parsing and browsing the content of lists. |
28 be a generic interface for parsing and browsing list content. |
29 |
29 |
30 |
30 |
31 ## Prerequisites |
31 ## Prerequisites |
32 |
32 |
33 * Ruby 2.1 or better |
33 * Ruby 2.1 or better |
65 ezmlm-make flags for global list behaviors. (For example, see the man |
65 ezmlm-make flags for global list behaviors. (For example, see the man |
66 page for ezmlm-reject.) Patches are welcome if you'd like these sorts |
66 page for ezmlm-reject.) Patches are welcome if you'd like these sorts |
67 of miscellaneous things included. |
67 of miscellaneous things included. |
68 |
68 |
69 |
69 |
|
70 ## Acknowledgments |
|
71 |
|
72 Portions of this library are copied from ezmlm-idx source, authored by |
|
73 the following: |
|
74 |
|
75 * D. J. Bernstein <djb@cr.yp.to> |
|
76 * Bruce Guenter <bruce@untroubled.org> |
|
77 |
|
78 Many thanks for Dan and Bruce for their commitment for fine software, and |
|
79 contributions to the internet communities over the years. |
|
80 |
|
81 |
70 ## License |
82 ## License |
71 |
83 |
72 Copyright (c) 2017, Mahlon E. Smith <mahlon@martini.nu> |
84 Copyright (c) 2017, Mahlon E. Smith <mahlon@martini.nu> |
73 All rights reserved. |
85 All rights reserved. |
74 |
86 |