Checkpoint commit.
- Add the majority of the list behavioral knobs. - Add some quick helpers that can make list changes safely (write, unlink, touch) - Fix tests.
This commit is contained in:
parent
5a524b55bf
commit
7e2a6fe771
32 changed files with 968 additions and 627 deletions
5
spec/data/testlist/confirmer
Normal file
5
spec/data/testlist/confirmer
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|/usr/local/bin/ezmlm-weed
|
||||
|if test -f '/tmp/woo/test/subpostonly' -a -f '/tmp/woo/test/modpost'; then /usr/local/bin/ezmlm-confirm '/tmp/woo/test' /usr/local/bin/ezmlm-gate -Y '/tmp/woo/test' . digest allow mod; else /usr/local/bin/ezmlm-confirm '/tmp/woo/test' /usr/local/bin/ezmlm-store -Y '/tmp/woo/test'; fi
|
||||
|if test -f '/tmp/woo/test/threaded'; then /usr/local/bin/ezmlm-archive '/tmp/woo/test' || exit 0; fi
|
||||
|/usr/local/bin/ezmlm-clean '/tmp/woo/test' || exit 0
|
||||
|/usr/local/bin/ezmlm-warn '/tmp/woo/test' || exit 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue