equal
deleted
inserted
replaced
|
1 |
1 # Ruby-Ezmlm |
2 # Ruby-Ezmlm |
2 |
3 |
3 code |
4 * home: |
4 : https://bitbucket.org/mahlon/Ruby-Ezmlm |
5 * http://code.martini.nu/ruby-ezmlm |
|
6 * mirrors: |
|
7 * https://github.com/mahlonsmith/ruby-ezmlm |
|
8 * https://hg.sr.ht/~mahlon/ruby-ezmlm |
|
9 * Ezmlm: |
|
10 * http://untroubled.org/ezmlm/ |
5 |
11 |
6 |
12 |
7 ## Authors |
13 ## Authors |
8 |
14 |
9 * Mahlon E. Smith <mahlon@martini.nu> |
15 * Mahlon E. Smith <mahlon@martini.nu> |
15 |
21 |
16 This is a ruby interface for interacting with ezmlm-idx, an email list |
22 This is a ruby interface for interacting with ezmlm-idx, an email list |
17 manager for use with the Qmail MTA, and the messages contained therein. |
23 manager for use with the Qmail MTA, and the messages contained therein. |
18 (The -idx provides an extended feature set over the original ezmlm |
24 (The -idx provides an extended feature set over the original ezmlm |
19 environment.) |
25 environment.) |
20 |
|
21 http://untroubled.org/ezmlm/ |
|
22 |
26 |
23 This was tested against ezmlm-idx 7.2.2. |
27 This was tested against ezmlm-idx 7.2.2. |
24 |
28 |
25 *Strong recommendation*: Create your lists with archiving (-a) and |
29 *Strong recommendation*: Create your lists with archiving (-a) and |
26 indexing (-i)! This library is suitable for modifying behavior of |
30 indexing (-i)! This library is suitable for modifying behavior of |
44 - Header / mime list accessors |
48 - Header / mime list accessors |
45 |
49 |
46 |
50 |
47 ## Limitations |
51 ## Limitations |
48 |
52 |
49 This library doesn't create new lists from scratch. Use ezmlm-make. |
53 This library doesn't create new lists from scratch. Use `ezmlm-make`. |
50 |
54 |
51 This library is designed to only work with lists stored on disk (the |
55 This library is designed to only work with lists stored on disk (the |
52 default), not the SQL backends. |
56 default), not the SQL backends. |
53 |
57 |
54 Address space (32 bit vs 64 bit) matters when ezmlm calculates hashes. |
58 Address space (32 bit vs 64 bit) matters when ezmlm calculates hashes. |