From: mmj Date: Mon, 21 Jun 2004 11:28:25 +0000 (+1000) Subject: more release stuff X-Git-Tag: RELEASE_1_0_0~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=259aa2edf9f13ac8ab3b05cf4c8d636967775745;p=thirdparty%2Fmlmmj.git more release stuff --- diff --git a/ChangeLog b/ChangeLog index eec458f1..7e3e9957 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +0.8.0 o Added regular expression based access control. o Added wrappers for malloc(), realloc(), free() and strdup(), so we can bail out if any of them fail. diff --git a/Makefile.am b/Makefile.am index d4712d39..3c67cd2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 EXTRA_DIST = include VERSION LICENSE UPGRADE listtexts src/log_error.c FAQ \ - TUNABLES + TUNABLES README.access CLEANFILES = *~ mlmmj-*.tar.* dist-hook: diff --git a/README b/README index 8c5ac2c4..76157c64 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README mlmmj-0.7.3 Jun 17th 2004 +README mlmmj-0.8.0 Jun 21th 2004 This is an attempt at implementing a mailing list manager with the same functionality as the brilliant ezmlm, but with a decent license and mail server @@ -14,6 +14,7 @@ The functionality is not vast, but slowly improving: · Subject prefix · Subscribe / unsubscribe functionality (email, commandline). · Subscribers only posting + · Regular expression access control To use mlmmj, do the following: diff --git a/README.access b/README.access index 4e22d9a5..f421a866 100644 --- a/README.access +++ b/README.access @@ -6,7 +6,8 @@ Access control in mlmmj If the file listdir/control/access is present, access control is enabled. NOTE: the default action is to deny access (reject the mail), so an empty -access control file will cause mlmmj to reject all posts! +access control file will cause mlmmj to reject all posts, whereas a non- +existant file will change nothing, and mlmmj will behave as usual. Each header in the mail is tested against each rule, rule by rule. That is, all headers are first tested against the first rule, then all headers are