+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.
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:
-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
· Subject prefix
· Subscribe / unsubscribe functionality (email, commandline).
· Subscribers only posting
+ · Regular expression access control
To use mlmmj, do the following:
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