From: Ben Schmidt Date: Tue, 5 Oct 2010 23:12:23 +0000 (+1100) Subject: Info on how to run mlmmj-maintd on deeply nested listdirs (Thomas Goirand) X-Git-Tag: RELEASE_1_2_18a1~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5edff269ef277cb4cbbf5616cea40b2cc474c7c6;p=thirdparty%2Fmlmmj.git Info on how to run mlmmj-maintd on deeply nested listdirs (Thomas Goirand) --- diff --git a/README b/README index 7c129772..bbfb7294 100644 --- a/README +++ b/README @@ -103,6 +103,11 @@ To use mlmmj, do the following: 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 @@ Tunables in include/mlmmj.h: 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 Morten K. Poulsen