changeset 752:c02582939bbc

Info on how to run mlmmj-maintd on deeply nested listdirs (Thomas Goirand)
author Ben Schmidt
date Wed, 06 Oct 2010 10:12:23 +1100
parents ca8ddad585ef
children b58fd7980358 73c8715367fb
files README
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Oct 04 10:18:15 2010 +1100
+++ b/README	Wed Oct 06 10:12:23 2010 +1100
@@ -103,6 +103,11 @@
     If you have several lists below /var/spool/mlmmj you can use -d:
     /usr/bin/mlmmj-maintd -F -d /var/spool/mlmmj
 
+    If you have lists more deeply nested below /var/spool/mlmmj, use
+    something like:
+    find /var/spool/mlmmj/ -mindepth 1 -maxdepth 1 -type d \
+        /usr/bin/mlmmj-maintd -F -d {} \;
+
 That's it! You probably want to go through the next steps too.
 
  5) Subscribe some people
@@ -139,7 +144,7 @@
    non-strict defaults, so depending on your BOFH rate you might want to tweak.
    The defaults should be good for most people though.
 
-Have a fun!
+Have fun!
 
 	Mads Martin Joergensen <mmj at mmj dot dk>
 	Morten K. Poulsen <morten at afdelingp dot dk>