Revision history for Perl module Mail::Alias.
1.15 28 February 2022
Fix RT#141577: Add missing test file to package so that tests don't fail.
1.14 27 February 2022
Fix `make test` so it actually fails if there's a test failure.
Fix RT#20388: Support whitespace after :include: in Sendmail format.
Fix Sendmail format so it no longer ignores the last alias in the file if it
ends with a continuation line and there aren't any blank lines or comments
after it.
Fix RT#19419: Don't mask INC in _include_file.
1.13 26 February 2022
New maintainer: Jonathan Kamens <jik@kamens.us>
Fix syntax error under recent versions of Perl, i.e., make the module work
again.
1.12 21 October 2000
Removed requirement to use Mail::Address which was never actually used
delete() - changed matching so blank lines (^\s*$) are skipped in alias checking
delete() - now returns undef if nothing done or "1" upon success
Fix bug that saved object variables (start with _) in alias files when write() is used
Rewrite of README to separately address the legacy methods read(), write(), format()
alias_check() - changed the match test to require that a FOUND alias is followed
by either : or whitespace to eliminate match of "test" with "testxxxx"
1.11 3 September 2000
Minor cleanup of README and perldoc
Fixed the makefile for proper installation
1.10 Released 30 August 2000, first version by Tom Zeltwanger <perl@ename.com>
Added methods that act directly on sendmail alias files
including append(), delete(), update(), valid_alias()
Added alias_file() to set the current filepath
usemem() and usefile() to determine target media
_init methods to setup object data upon creation
error_check() to get the last error string
Changed exists() to find aliases either in a file or in memory
1.6 Versions up to 1.06 by Graham Barr
No change log information was available for Mail::Alias