File t-prot.changes of Package t-prot
-------------------------------------------------------------------
Thu Oct 18 13:24:11 CEST 2007 - pth@suse.de
- Update to 2.5 which officially incorporates the Groupwise
filtering:
* Hide TOFU produced by Novell Groupwise.
-------------------------------------------------------------------
Wed Sep 5 14:52:09 CEST 2007 - pth@suse.de
- Incorporate upstream patch that adds filtering groupwise
style TOFU.
- Add an entry for --groupwise to the man page.
-------------------------------------------------------------------
Mon Mar 12 12:12:37 CET 2007 - pth@suse.de
- Update to 2.4. Changes since 1.99:
t-prot:
- Add feature to skip processing very large messages.
- Fix formatting for better reading.
- Add string to detect gmx.de's M$ style TOFU.
- More tolerant handling of signatures -- trailing newlines
are no longer counted as signature lines, thus fixing some
mailing list software behaviour.
- Detected MS TOFU hidden in MIME attachments.
- The case-sensitivity of the Content-Type: header (vs.
Content-type:) seems not to be absolutely clear. RFC 1049
should be obsoleted by RFCs 2045-2049 by now, but to be
sure, we will accept both strings.
- More regex fixes.
- Many fixes to many regexes, fixing performance issues und
readability. Some were entirely replaced by faster means.
- We must not forget to remove ad and mailing list footers
within the first MIME/Multipart attachment when processing
raw messages (lacking -M).
- Mailing list footers (and probably ad footers) were not
detected when processing raw MIME/Multipart messages: We
have to look at the very end of the message, not only at
the end of the first attachment. Fix this by calling
remove_footers() before dealing with raw multipart
attachments.
t-prot.1:
- Fix spelling and grammar.
- Add section about performance issues.
- Add section about exit status.
- LICENSE CHANGE! it is the Right Thing to simply switch
to a BSD license (slightly modified, as there is no binary
code in t-prot).
- RFC 822 is no longer important. RFC 2822 should
suffice.
- Add some clarifications and missing details.
t-prot, t-prot.1:
- Add --body to make sure we are not looking for
any headers when there are none in the input.
contrib/t-prot.sl:
- Use S-Lang calls popen(), fputs(), and remove() instead of
system() and pipe_article() to reduce flickering (and for
cleaner code).
- Mention mimedecode as filter for Quoted Printable.
- Change key bindings: ESC-0 and ESC-1 are prefixes for
other commands, so we should not overwrite those.
- Make sure users get a hint if they look why t-prot.sl does
not work on their system (just as I did and wondered what
was wrong).
contrib/filter_innd.pl:
- We don't submit any headers, so use --body. Use unlink()
instead of system(). Mention the temp file problem.
-------------------------------------------------------------------
Fri Feb 9 08:47:00 CET 2007 - meissner@suse.de
- build as nonroot.
-------------------------------------------------------------------
Wed Jan 25 21:48:15 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Tue Mar 29 12:57:28 CEST 2005 - pth@suse.de
- Update to 1.99
-------------------------------------------------------------------
Mon Jan 10 11:55:30 CET 2005 - pth@suse.de
- Update to 1.48.1
-------------------------------------------------------------------
Mon Nov 25 12:15:41 CET 2002 - pthomas@suse.de
- Initial package creation.