diff options
author | miwi <miwi@FreeBSD.org> | 2010-06-04 01:05:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-06-04 01:05:50 +0800 |
commit | 06e9e034a14d540b214172761b4ac60b5e135107 (patch) | |
tree | bcb497b2f539dde503182c5daac0da2396ed0e32 /mail/Makefile | |
parent | 0a04d9eb013798052734a6b1445882f1daa19514 (diff) | |
download | freebsd-ports-gnome-06e9e034a14d540b214172761b4ac60b5e135107.tar.gz freebsd-ports-gnome-06e9e034a14d540b214172761b4ac60b5e135107.tar.zst freebsd-ports-gnome-06e9e034a14d540b214172761b4ac60b5e135107.zip |
listadmin is a command-line alternative to Mailman's Web interface
for administering mailing lists. It allows you to inspect messages
or subscription requests, approve or discard them manually, or
discard messages automatically when certain conditions are true.
listadmin can also be configured to run out of cron to do routine cleaning.
WWW: http://heim.ifi.uio.no/kjetilho/hacks/#listadmin
PR: ports/147189
Submitted by: Christer Edwards <christer.edwards at gmail.com>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index b030d636eb44..93ad15f7e3fd 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -231,6 +231,7 @@ SUBDIR += libvmime SUBDIR += lightning SUBDIR += linux-thunderbird + SUBDIR += listadmin SUBDIR += listmanager SUBDIR += lmtp2nntp SUBDIR += lmtpd |