]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
more release stuff
authormmj <none@none>
Mon, 21 Jun 2004 11:28:25 +0000 (21:28 +1000)
committermmj <none@none>
Mon, 21 Jun 2004 11:28:25 +0000 (21:28 +1000)
ChangeLog
Makefile.am
README
README.access

index eec458f16f638fcb7458e1adefd5c16e16eda5c5..7e3e99575000e6665102fbfe9a2f99361bb767b9 100644 (file)
--- 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.
index d4712d39a61269dc365d4ef31ccdb1484b49726f..3c67cd2f3e4a5dc11a56616108943b5c4ea3cd06 100644 (file)
@@ -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 8c5ac2c4c273fe704be439baa8a31ed6cfe5f3b4..76157c64cf139b93415f3445cce2053df2e59c57 100644 (file)
--- 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:
 
index 4e22d9a55978f2140f34b19bf304e8fee5887e60..f421a866746a093b9ead8a396058f216a982b2c7 100644 (file)
@@ -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