]> gitweb.michael.orlitzky.com - mailshears.git/blob - doc/TODO
37c06ce70a38d32b06c0da6f484732b4f0e17f0e
[mailshears.git] / doc / TODO
1 * There is essentially no error handling. We report errors, but we
2 don't fail when we see one. The main reason for this is that we
3 don't know when each plugin will be run. If the first plugin
4 encounters an error, we could quit right there. But what if the
5 third one fails after the first two succeed? We would need some kind
6 of rollback mechanism.
7
8 For "mv", a rollback is conceivable. But with "rm", there's no going
9 back. Maybe relying on the user to interpret the output and go
10 fix stuff himself is the best we can do?
11
12 * Add OpenDKIM support.
13
14 * Write a man page.
15
16 * Update the README.
17
18 * Make a release.
19
20 * Should we wrap all of the connection.close() calls in "ensure"?
21
22 * Test deletion of a user "bar" who lies in the middle of a
23 goto="foo,bar,baz" alias.
24
25 * Make sure removing a domain updates the aliases table correctly.
26
27 * Factor out all of the msg-building in e.g. MvRunner.
28
29 * Implement moving of domains.