summaryrefslogtreecommitdiff
path: root/mail/ezmlm-idx/PLIST.idx
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2005-07-05Update to 0.441. From the changelog:schmonz1-1/+2
-Fixed critical one-off bug in both *SQL configuration parsers. Thanks Jim Winstead. -Fixed lack of quoting in PgSQL subscribe code. Thanks Dan O'Neill. -Updated ezmlm-cgi to generate valid XHTML/CSS output. Thanks Brian Ghidinelli -Fixed readwrite.h to work on LP64 systems. Thanks Amitai Schlair -Don't clobber msgsize file on re-make. Thanks Stephen Quinney. -ezmlm-test can now be run by any user, in any writeable directory. -Put a valid recipient into the To: header in moderation messages. pkgsrc changes: declare "mysql" and "pgsql" options as part of a "database" option group.
2005-04-15Update to 0.440. From the changelog:schmonz1-1/+2
-Wrote a script to automatically generate the Makefile and TARGETS. -Fixed a problem with handling text files with no final newline. -Added a new program, ezmlm-dispatch, to be run from a global .qmail-default file -Removed support for qmail older than version 1.02. -Removed all references to "inhost" and "inlocal" which were completely unused but still referenced in documentation and tests.
2004-12-21Update to 0.43. From the changelog:schmonz1-1/+4
-Added per-post sender confirmation patch from Tullio Andreatta. See the documentation for ezmlm-make -y for details. -Changed all example domain names in text files to the RFC 2606 mandated example.com domain name. -Several documentation and comment fixes. Thanks Tullio Andreatta. -Added conf-sub control file, used to choose which subscriber mechanism to use. This replaces the "make std/mysql/pgsql" mechanism. Adapted from patch by Tullio Andreatta. -Got rid of the frivolous uses of /bin/sh to exec ezmlm-send. -Always reject bounce messages in ezmlm-reject. -Substitute <#r#> in (un)subscribe confirm messages with just the local part of the reply address (for web-based confirmation).
2003-03-21Honor PKG_SYSCONFDIR, as requested in PR pkg/19289 by Thomas T. Thai.jmmv1-4/+6
Bump PKGREVISION to 1.
2002-07-23Import ezmlm-idx-0.40, based on pkg/14784 by Sen Nagata <sen@eccosys.com>,schmonz1-0/+61
with changes by me to share some logic with our ezmlm package. This is an addition and patch to ezmlm-0.53 [(c) Dan J. Bernstein]. Ezmlm-idx uses Dan's libraries and heavily relies on ezmlm-0.53 code. ezmlm-idx does not function without ezmlm-0.53. ezmlm-0.53 provides basic message distribution, subscriber address handling, message archiving (single quoted message retrieval only), and bounce handling. ezmlm-idx adds multi-message threaded archive retrieval, digests, remote administration, message and subscription moderation, subscriber-only restrictions, message trailer, subject prefix, subscriber name storage, customizable setup, multi-language and MIME support and more. In addition, improved bounce handling, case-insensitive subscriber address storage, and support for distributed lists (main + sublist transparent to the subscriber). Ezmlm-idx can now be compiled with MySQL or Postgres support.