Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
ezmlm-idx-7.2.2, 2014-05-14
===========================
- Added replytolist feature to ezmlm-send. When enabled, strips incoming
Reply-To: header and adds its own. Also alters the behavior of
rewritefrom.
- Fixed off-by-one typo in ezmlm-weed causing an "out of memory" error.
ezmlm-idx-7.2.1, 2014-05-09
===========================
- Fixed header address extraction in the presence of double quotes.
- Fixed rewritefrom feature to run if the list is not indexed.
ezmlm-idx-7.2.0, 2014-05-02
===========================
- Added <#C#>, <#T#>, and <#X#> substitutions for (un)subscribe
confirmation emails, replaced with the hash code, time stamp, and
action respectively.
- Added option to ezmlm-[un]sub to use a tag other than "manual" in Log.
- Added option to ezmlm-manage to show what response is being sent.
- Added optional rewritefrom feature to ezmlm-send, automatically
enabled when the sender has a "reject" DMARC policy.
- Fixed behavior of ezmlm-manage -Q flag to match man page.
- Fixed ezmlm-import failing to flush output to the last message,
and enhanced it to allow reading the mbox from stdin.
Thanks to Tullio Andreatta.
- Fixed ezmlm-manage notifying target of an unsubscribe by a remote
administrator when the -N option is in use.
Thanks to Nebojsa Milovanovic.
- Fixed ezmlm-archive corrupting output index files.
- Internal rewrite of SQL modules to merge all common code.
ezmlm-idx-7.1.1, 2010-11-18
===========================
- Fixed bug in getln2 function that prevented error handling.
- Fixed bug in ezmlm-cron that prevented parsing of spaces.
- Fixed unclosed file descriptor on error path in ezmlm-cgi.
ezmlm-idx-7.1.0, 2010-11-03
===========================
- Added support for SQLite3 subscriber databases.
Thanks to Mike Tedder.
- Added support for wildcard addresses in all address databases.
- Added support for qmqpservers to all ezmlm-idx programs.
- Added support for decoding sender addresses mangled with a BATV "btv1" tag.
- Added support for custom subject lines to ezmlm-get (for digests).
- Added a new "omitbottom" control file, equivalent to the -B option for
both ezmlm-get and ezmlm-manage.
- Modified the (un)subscribe procedure to not require confirmation
before telling the sender they were already on (or off) the list.
- Renamed to "setup" makefile target to the more standard "install".
- Modified ezmlm-split to exit silently if there is not "split" file,
and added it back into the "manager" file to properly handle subscribe
and unsubscribe requests destined for sublists.
- Made the ezmlm-reject -h (obey headerreject) option the default.
- Fixed ezmlm-send to obey the "addtrailer" setting instead of looking
for a "text/trailer" file.
- Fixed handling of adding the trailer on old lists.
- Fixed adding the trailer to posts encoded with base64.
- Fixed handling Received: headers with the date stamp on a separate line.
- Fixed bug in command-line option processing which caused sender-
confirmed posting to fail.
- Fixed handling BATV sender addresses with upper-case hex tags.
Thanks to Kyle Wheeler for pointing this out.
- Adjusted filename in digest attachments to fix problem with Outlook.
Thanks to Glen Stewart
ezmlm-idx-7.0.2, 2009-08-09
===========================
- Fixed selection of [un]subscribe subject line for moderated
subscriptions.
- Clarified ezmlm-reject man page to note that Precedence: bulk is also
rejected.
- Added a proper charset for ch_GB (Chinese GuoBiao), and added an
explicit charset for the other languages that were missing them.
- Switched all ISO-8859-1 charsets to the more modern ISO-8859-15.
- Many small text updates and tweaks.
ezmlm-idx-7.0.1, 2009-07-09
===========================
- Added support for decoding sender addresses mangled by BATV prvs.
- Added missing ezmlm-checksub to the installed programs.
- Improved the TXT_BY message used in digests to work better with
non-English languages.
- Fixed out-of-memory resulting in a permanent error.
- Fixed a buffer underflow bug in concatHDR.
- Fixed a bug in ezmlm-issubn.c that was causing it to scan the main
list when it shouldn't.
- Fixed missing defaults in ezmlm-tstdig when digsize, digcount, or
digtime were not created.
- Clarified the steps necessary when upgrading in UPGRADE.
ezmlm-idx-7.0.0, 2008-06-16
===========================
This version has three major architectural changes:
1. There is now support for internationalized messages. All error
messages, all subject lines, and a few other messages are now configured
in a file named "text/messages" that is read at run time. Messages in
this file will undergo header-style substitution before they are output.
Unlike other text files, all 3 of the files (DIR/text/messages,
/etc/ezmlm/LANG/text/messages, and /etc/ezmlm/default/text/messages) are
read, and only the first match (in the above order) is used for any
given message. This allows for creation of partial files to override
just select messages. If no match is found, the internal English text
is used.
2. The use of the "flags" file has been deprecated completely by
individual flag files accessed by the appropriate programs. This, along
with corresponding changes to the ezmlmrc template, allows for lists to
be reconfigured without invoking ezmlm-make. To upgrade a list to the
new setup, simply run "ezmlm-make -+ DIR". Note that this will delete
the "config" and "flags" files, as they have been superceded by other
files.
3. Creation of subscriber tables has been moved out of ezmlm-mktab-* and
into ezmlm-make by adding some additional hooks to the subdb plugins. A
ezmlm-rmtab program is also added to remove subscriber tables, also with
hooks in the subdb plugins. The ezmlm-mktab-* programs have been
obsoleted by these changes and have been removed.
Smaller changes:
- Fixed a bug in ezmlm-request that caused a segfault when attempting to
execute the "which" command.
- Added new program ezmlm-checksub to replace the
ezmlm-issubn ... || { echo error; exit 100; }
lines in the ezmlmrc files. ezmlm-issubn is now deprecated for use in
.qmail files, but still exists for backwards compatibility.
- Added ezmlm-weed to the confirmer control files.
- Added <#a#> substitution for the local part of the accept address.
- ezmlm-warn will now process bounces for both the main and digest lists
if neither the -d nor the -D options are given.
- Added several control files for programs:
dir/digcount ezmlm-tstdig
dir/digestcode ezmlm-get
dir/digformat ezmlm-get
dir/digsize ezmlm-tstdig
dir/digtime ezmlm-tstdig
dir/modcanedit ezmlm-manage
dir/modcanlist ezmlm-manage
dir/modgetonly ezmlm-get
dir/modpostonly ezmlm-store
dir/nosubconfirm ezmlm-manage
dir/nounsubconfirm ezmlm-manage
dir/nowarn ezmlm-warn
dir/subgetonly ezmlm-get
dir/noreturnposts ezmlm-clean
- Removed the ezmlm-make -4 option in favor of the above files.
- Fixed handling of digest bouncer in ezmlm-dispatch.
- Eliminated the use of vfork for portability.
- Added support for decoding sender addresses mangled by SRS.
- Fixed bug when running ezmlm-archive on a newly-created list.
- Always enable ezmlm-request in manager.
- Always enable the "deny" blacklist.
- Fixed a long standing bug in ezmlm-store that caused both posting and
moderating to happen when both modpost and confirmpost were disabled.
Note: The subdb API was modified in this version. You will need to
reinstall all sub-* modules along with the main package. Also, the
messages changes also replaced the confirmpost subject line hack in
ezmlm-store and the mailinglist file. The contents of DIR/confirmpost
and DIR/mailinglist are now ignored in favor of the SUB_CONFIRM_POST and
TXT_MAILING_LIST messages, respectively.
ezmlm-idx-6.0.1, 2007-10-06
===========================
- Fixed all of the subdb plugins to correct a problem that prevented
ezmlm-manage from working properly.
- Fixed ezmlm-weed to handle MIME Delivery Status Notification messages
better.
- Fixed ezmlm-send to insert the proper value for the List-ID: header.
Thanks Bill Nugent.
- Added the necessary Sender: header to make DomainKeys work into the
ezmlmrc template.
- ezmlm-mktab-mysql and ezmlm-mktab-pgsql will now only be installed if
they were built (with "make mysql" or "make pgsql" respectively).
Note: The subdb API was modified in this version. You will need to
reinstall all sub-* modules along with the main package.
ezmlm-idx-6.0.0, 2006-11-30
===========================
This version introduces two major changes in how ezmlm-idx operates.
First, the naming of subscriber lists has been revamped. In previous
versions, the subscriber list would be identified by a full path to the
list directory. In this version, the lists are identified by their
subdirectory name within the list base directory. Full paths are
supported in some places for backwards compatibility, but only where
they fall within the list directory. This coincidentally removes the
absolute path requirement in all places except ezmlm-make, and
eliminates the need for (and use of) all the "sql" files not in the list
base directory.
Second, all three subscriber database libraries (standard, MySQL, and
PostgreSQL) have been moved into dynamically loaded plugins. If you
were previously using MySQL or PgSQL support, please follow the
instructions in UPGRADE.idx. After this configuration, this version is
backwards configurable with previous versions.
The plugin support also adds support for an optional DIR/subdb file
which supercedes DIR/sql. The file should contain the subscriber
database plugin name followed by the content that would have gone into
DIR/sql. If it is not found, DIR/sql is used instead with an assumed
plugin name of "sql". ezmlm-make will read in and convert DIR/sql if
DIR/subdb does not exist, but it writes out DIR/subdb.
Make sure to read the UPGRADE.idx file for more information on what
steps may be necessary to use this version.
ezmlm-idx-5.1.2, 2007-10-05
===========================
- Fixed ezmlm-send to insert the proper value for the List-ID: header.
Thanks Bill Nugent.
- Added the necessary Sender: header to make DomainKeys work into the
ezmlmrc template.
ezmlm-idx-5.1.1, 2006-11-23
===========================
- (Un)subscribe requests initiated and confirmed by a moderator are now
marked in the Log as "+mod" or "-mod". This is accomplished by the
addition of another pair of subscribe/unsubscribe confirmation
commands ("rc.cookie" and "wc.cookie") to ezmlm-manage to
differentiate between moderated (un)subscribe requests and
(un)subscribe requests iniated and confirmed by a moderator.
- Updated the embeded qmail-verh patch to version 0.07
ezmlm-idx-5.1.0, 2006-08-08
===========================
- Added a new configuration files "headerkeep" and "mimekeep" which
override "headerremove" and "mimeremove" respectively if either of the
former are present. Instead of removing bad headers, the "headerkeep"
file controls which ones *not* to remove. The "mimekeep" file works
similarly for MIME parts.
- Added a new program, ezmlm-import, which imports messages from a mbox
file into ezmlm-idx's message archive.
- Modified ezmlm-gate, ezmlm-issubn, ezmlm-list, ezmlm-sub, and
ezmlm-unsub to accept relative subscriber database names. The changes
take into account backwards compatibility.
- Added ezmlm-weed to both the moderator and manager control files.
- Added several more autoresponder signatures to ezmlm-weed.
- Modified the vfork test to use pid_t instead of int, to fix
portability issues on Solaris.
- Fixed handling of missing ezmlmrc config file.
- Fixed ezmlm-dispatch to handle working in a non-default .qmail file.
ezmlm-idx-5.0.2, 2006-01-16
===========================
- All programs that copy the input message (ezmlm-get, ezmlm-manage,
ezmlm-reject, ezmlm-request, and ezmlm-warn) will now copy the whole
header but only a limited number of lines of the message body,
configured by putting a number into "copylines". If this control file
is not present, no body lines are copied (to avoid spam complaints).
- Fixed ezmlm-make to override settings in the config files with command
line options instead of the other way around.
- Updated Spanish translation for post-confirm. Thanks Ruben Cardenal.
- Fixed bug in generation of a (currently unused) email address in the
subscription confirmation message.
- Substitute <#c#> in (un)subscribe confirm messages with just the
confirmation cookie (ie <#r#> without the <#l#>- prefix).
ezmlm-idx-5.0.1, 2005-12-16
===========================
- If files cannot be found in either the list directory or the
language-specific directory, try to pull them from the default
directory (/etc/ezmlm/default).
- Added a proper charset for Japanese texts.
- Added a Spanish translation for post-confirm. Thanks Ruben Cardenal.
- Fixed a bug in ezmlm-cgi caused by the use of "char" type for array
index calculations.
- Fixed ezmlm-gate failing to exit 0 on success. Thanks Ian Charnas and
Sami Farin.
ezmlm-idx-5.0.0, 2005-10-03
===========================
- Moved all the language-specific files (that is, all the "text" files
plus "charset" and "mailinglist") out of the ezmlmrc files into
individual files installed in a common location (/etc/ezmlm/LANG by
default).
- Modified the programs to try to pull files that are not present in the
list directory from the common location above.
- Replaced the use of the "config" file in ezmlm-make with individual
files containing one setting each. ezmlm-make will still read the
config file for now, but it is considered depricated. Running
"ezmlm-make -+" on an existing list will upgrade it.
- Added a "conf-etc" config file to allow changing the path to
configuration files (defaults to "/etc/ezmlm").
- Added a "conf-lang" config file to replace the "make ISO" mechanism.
- Modified the "copy" function, which translates from "text" files into
output emails, to also select sections at run time based on the list's
configured flags.
from <URL:http://cr.yp.to/distributors.html>:
What are the distribution terms for dot-forward?
2008.06.01: I hereby place the dot-forward package (in particular,
dot-forward-0.71.tar.gz, with MD5 checksum
1fefd9760e4706491fb31c7511d69bed) into the public domain. The
package is no longer copyrighted.
What are the distribution terms for ezmlm?
2008.06.01: I hereby place the ezmlm package (in particular,
ezmlm-0.53.tar.gz, with MD5 checksum 108c632caaa8cdbfd3041e6c449191b2)
into the public domain. The package is no longer copyrighted.
What are the distribution terms for fastforward?
2008.06.01: I hereby place the fastforward package (in particular,
fastforward-0.51.tar.gz, with MD5 checksum
6dc619180ba9726380dc1047e45a1d8d) into the public domain. The
package is no longer copyrighted.
Set DJB_RESTRICTED=no in these packages (and in ezmlm-idx, by
extension). Add commented-out LICENSE=public-domain. As usual,
pkgsrc will strive to keep modifications to a tasteful minimum.
- Fixed text files to not overwrite the "text/top" and "text/bottom"
files unconditionally. Also rewrote places where the filename was
duplicated in the tags.
- (Un)subscribe requests initiated and confirmed by a moderator are now
marked in the Log as "+mod" or "-mod". This is accomplished by the
addition of another pair of subscribe/unsubscribe confirmation
commands ("rc.cookie" and "wc.cookie") to ezmlm-manage to
differentiate between moderated (un)subscribe requests and
(un)subscribe requests iniated and confirmed by a moderator.
- Fixed the marker logic in ezmlm-moderate to allow comments between any
two lines containing "%%%", not just lines 8 characters or longer.
- Some internal changes in ezmlm-test and the subdb API.
-Added a "sql" file in the "LIST/mod" directory on creation of lists.
This fixes a long-standing bug where moderator addresses are not stored
in SQL.
NOTE: Running ezmlm-make -e or -+ on a moderated list that has SQL
enabled will cause moderation to fail due to the moderator subscriber
list now being accessed in SQL. You will need to run the following
command:
ezmlm-list -M $DIR/mod | ezmlm-sub $DIR/mod
-Fixed bug in pgsql searchlog query.
-Fixed bug in ezmlm-request handling of multi-line subjects.
-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.
-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.
the freeze for the bug fixes, which are:
-Fixed string realocation bug in ezmlm-manage. Thanks Tom Moertel.
-Tweaked the subscriber log search subject to differentiate it from the
complete subscriber log.
-Replaced the generic "ezmlm response" subject with unique subjects.
-Fixed failure to build/link ezmlm-mktab in the Makefile.
-Fixed a typo in the ezmlm-manage man page. Thanks Charles Cazabon.
-Updated the pt_BR language texts. Thanks Glen Stewart.
-Fixed broken invocation of ezmlm-confirm in ezmlmrc. Thanks SATOH
Fumiyasu.
-Fixed ezmlmrc template problem with moderated lists.
-Fixed a deadlock between ezmlm-confirm and ezmlm-store.
-Make ezmlm-idx obey $QMAILQUEUE.
-Added missing ezmlm-confirm.0 target.
-Auto-generate all version strings from the VERSION file.
-Fixed up the broken Swedish translation. Thanks Mads E. Eilertsen.
-Fixed naming of translations to match their ISO 3166 country codes:
sv => se (Sweden) and da => dk (Denmark)
-Internal reorganization of ezmlm-test
-Internal reorganization of email header generation.
-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).