Changelog for
t-prot-2.101-24.3.noarch.rpm :
Tue Mar 27 14:00:00 2012 cfarrellAATTsuse.com
- license update: BSD-4-Clause
BSD with advertising - use SPDX format
Mon Nov 1 13:00:00 2010 puzelAATTnovell.com
- update to 2.101
* t-prot: Add line to make -m filter Lotus Domino Webserver
produced TOFU.
* t-prot: Use uniform syntax notation for parameters in command
line options.
* t-prot, t-prot.1: New command line option --fixind to fix broken
quoting (regarding to RFC 3676).
Fri Apr 9 14:00:00 2010 puzelAATTnovell.com
- update to 2.98
* Clarify --lax-security description.
* Use descriptive temp variable names when parsing command line.
Mon Mar 15 13:00:00 2010 puzelAATTnovell.com
- update to 2.97.1
* Mention configuration files for Heirloom mailx and
metamail. Avoid false impression with --lax-security.
* Another Typo.
* Fix spelling error. Thanks to Gerfried Fuchs!
* Standard diff(1) output now is protected by --diff, too.
Fri Mar 5 13:00:00 2010 puzelAATTnovell.com
- update to 2.96
* Man page update.
* Several small fixes and cleanups.
Thu Mar 4 13:00:00 2010 puzelAATTnovell.com
- update to 2.95
* Use Getopt::Long.
* The command line option -c now accepts an optional parameter
specifying the number of empty lines to remain. Thanks to Simon
Ruderich.
Fri Feb 19 13:00:00 2010 puzelAATTnovell.com
- update to 2.15
* Fine-tune some regex.
* Fix merging of multiple blank lines within pgp output
using -Mmutt.
* Add --reply and --sani for fixing annoying headers. Add
documentation for both. Many thanks to Matthias Kilian and
Martin Neitzel for suggesting and providing some script invoked
by procmail rules.
* Code cleanup for --pgp-short. Should get better performance now.
* By now, --bigq is pretty much standard and
extremely well-tested, so we include it into default configuration.
Mon Feb 1 13:00:00 2010 puzelAATTnovell.com
- update to 2.13
* Fix long standig false positive for mutt<1.5.18 with
Microsoft TOFU inside a PGP signed message and no lines above the
full quote (indicating a forwarded message rather than a lazy full
quote). Thanks to Gerfried Fuchs.
* Fix newline stripping for locales.
Tue Jan 19 13:00:00 2010 puzelAATTnovell.com
- update to 2.12
* Exit with exit status EX_OK when --max-lines
hits and -Mmutt is set (mutt is picky when a display_filter
fails). Provide a notification line in that case. Update man page.
Tue Jan 5 13:00:00 2010 puzelAATTnovell.com
- Update to 2.11
* contrib/filter_innd.pl: Command line default has changed, check
flags must be set now.
* Fix initialization and command line parsing for
- -check (this should work as advertised now). Make the ratio check
code a little easier to read. Add the default value for the ratio
check to the man page.
* Do not check for message length in attachments (we
checked already for the entire message). Do exit with proper exit
code if message is longer than set in --max-lines (so scripts can
see if we gave up processing).
* Change check order and remove duplicated code for
- -max-lines.
* Fix a typo, thanks to Michael Hunger. Tweak the MS-TOFU
pattern, thanks to Simon Ruderich.