2002-03-23 11:47 jochen * t-prot: Fix typo. 2002-03-22 12:38 jochen * t-prot.1: Add ghw to the IDEAS AND INSPIRATION section. 2002-03-21 23:26 jochen * t-prot: Bump to 0.54. 2002-03-21 14:16 jochen * t-prot: More cleanups in the multipart code. 2002-03-21 13:53 jochen * t-prot: Fix comment in the mutt specific multipart code. 2002-03-21 13:27 jochen * t-prot: Fixed assumption in the mutt-specific code that the first attachment always would be text/plain containing the actual message text. 2002-03-20 23:58 jochen * t-prot: Fix some false positives in footers and multipart code. 2002-03-20 18:02 jochen * t-prot: More cleanups and performance improvements. Fixed tofu deletion when diff appended to signature. Fixed broken detection of mutt(1)'s mime/pgp output. Bumped to 0.53. 2002-03-20 16:12 jochen * t-prot: Make mime/multipart parts with type=message/rfc822 being processed if the message has been processed by mutt(1) before. 2002-03-20 14:16 jochen * t-prot: Another HUGE cleanup. 2002-03-20 02:56 jochen * t-prot: Major cleanup. Bump to 0.52. 2002-03-19 15:16 jochen * t-prot: Fixed some bugs in the multipart code. Bumped version to 0.51. 2002-03-19 13:42 jochen * t-prot.1: Add note describing the complicated and confusing line count thingie when deleting an overlong signature. 2002-03-19 13:38 jochen * t-prot: Correct line count in snipped-overlong-sig message. 2002-03-18 20:19 jochen * muttrc.t-prot, t-prot, t-prot.1: Add new options (-a and -A=dir) to get rid of those annoying hotmail advertisements appended to messages from people using gratis email providers. Update manpage and muttrc sample. Add non-usascii-problem to TROUBLESHOOTING section of the man page. Bump to v0.50. 2002-03-18 16:49 jochen * t-prot: Fix the line count header. Bump to v0.49. 2002-03-16 01:01 jochen * t-prot.1: Minor fix. 2002-03-16 00:58 jochen * t-prot.1: Minor cleanup. 2002-03-15 02:48 jochen * t-prot: Fix variables initialisation. 2002-03-14 23:21 jochen * t-prot: Fix a bug in the multipart code. Bump to v0.48. 2002-03-13 09:07 jochen * t-prot.1: Add some explanation for the verbatim instruction to the troubleshooting section. 2002-03-13 08:52 jochen * t-prot: Make verbatim instructions work for everything except mailing list footers. Bump to v0.47. 2002-03-13 02:19 jochen * t-prot.1: Fixed typo. 2002-03-12 18:16 jochen * t-prot.1: Add TROUBLESHOOTING section. 2002-03-12 17:44 jochen * t-prot.1: Changed one makro which was overseen last commit. 2002-03-12 17:24 jochen * t-prot.1: Big man page cleanup. 2002-03-12 16:41 jochen * t-prot.1: Further improvement of the -L man page text. 2002-03-12 16:39 jochen * t-prot.1: Improved man page text for -L. 2002-03-12 16:37 jochen * t-prot.1: Clarify the man page text for -l and -L. 2002-03-12 03:47 jochen * t-prot, t-prot.1: Add the "tolerate diff" option. Bump to v0.46. 2002-03-09 18:18 jochen * muttrc.t-prot, t-prot, t-prot.1: Add option -M/--mua and try to detect attachments only when necessary. Updated man page and muttrc sample. Version bump to 0.45. 2002-03-08 21:29 jochen * t-prot: Fix an off-by-one error when removing mutt(1)'s attachments. Credits to Gerfried Fuchs for reporting and locating the bug. 2002-03-02 03:26 jochen * t-prot: Some minor cleanups. 2002-03-02 03:18 jochen * t-prot: Some minor cleanups. 2002-03-01 11:10 jochen * t-prot: Fixed a missing range check reported by Gerfried Fuchs with messages only containing the mailing list footer. 2002-02-26 13:20 jochen * t-prot: Add infrastructure for better debugging. 2002-02-26 12:11 jochen * muttrc.t-prot: Make the muttrc example a little shorter, and add colors. 2002-02-26 04:05 jochen * t-prot: Improve empty line handling between body and signature. 2002-02-26 03:50 jochen * t-prot: Fixed thinko in signature handling. Be more tolerant with empty lines around signatures and mailing list footers. Version bump to 0.42. 2002-02-25 20:20 jochen * t-prot: Widened the rexexp for mutt(1)'s attachments a little - some cases were not caught before. 2002-02-25 19:48 jochen * t-prot: Gerfried Fuchs found a bug in the signature code (many thanks!). It was ugly anyway, so that part got a clean rewrite. Bumped version to 0.41. 2002-02-22 16:55 jochen * t-prot: Another slight performance hit with multipart messages. 2002-02-22 16:36 jochen * t-prot: Leave only the body of the first multipart message part for processing, not the headers. 2002-02-22 00:27 jochen * t-prot.1: Updated the manpage to reflect the fix of the multipart bug. 2002-02-22 00:24 jochen * t-prot: Fix no TOFU is detected in multipart messages without signature and without previous preparation by mutt(1). Now multipart messages as described in RFC 1341 are detected properly. Only the first part is processed, and only if it has the content type "text/plain" or none specified as described in RFC 1341. 2002-02-20 17:51 jochen * t-prot: Bump version to 0.39. 2002-02-20 17:50 jochen * t-prot.1: Updated manpage for long options. 2002-02-18 20:44 jochen * t-prot.1: Updated credits in manpage. 2002-02-16 01:06 jochen * muttrc.t-prot, t-prot, t-prot.1: Switched command line system to Getopt::Mixed as recommended by Gerfried Fuchs. One of the reasons is that now the parameter of the option '-S' is optionally, what was not cleanly realizeable before. The opportunity has been used to do a cleanup on some things, too ... Please note that Getopt::Mixed now is mandatory to run t-prot - you can get it at CPAN. The trade-off seems worthy IMHO - please drop an email to if you do not think so, so the matter can be diskussed. :) Updated manpage. 2002-02-15 04:49 jochen * t-prot.1: Beautify the manpage, and add some more info about bugs and todos. 2002-02-15 04:30 jochen * t-prot: Beautify help text. 2002-02-14 17:32 jochen * t-prot, t-prot.1: Bjoern Buerger requested an option to make t-prot write a syslog entry for each message bounced when invoked with -p. So -d is new. Will only write syslog entries if Sys::Syslog is available but will not crash if not. 2002-02-14 14:26 jochen * t-prot: Minor cleanup. 2002-02-14 12:04 jochen * t-prot: Fix unbelieveable stupid bug in attachment fix. Bump to v0.36. 2002-02-13 02:08 jochen * t-prot: Version bump to 0.35. 2002-02-12 14:57 jochen * t-prot, t-prot.1: Added Option -P=MESSAGE. Updated manpage. 2002-02-12 13:47 jochen * t-prot.1: Update manpage for -S=n. 2002-02-12 13:45 jochen * muttrc.t-prot, t-prot: Improve bounce message. Change option -S to accept an integer denoting the maximum allowed lines for a valid signature. 2002-02-12 05:44 jochen * t-prot, t-prot.1: New option -p=ADDRESS added: Finally you may use t-prot in your MTA's aliases file to bounce TOFUed emails. Manpage updated. 2002-02-12 02:03 jochen * t-prot: Corrected help when called with -h. Small indent cleanup. 2002-02-11 21:40 jochen * t-prot.1: Updated manpage date. 2002-02-11 21:33 jochen * t-prot, t-prot.1: Gerfried Fuchs reported that t-prot eats up attachments when hiding lines, that flaw should be fixed right now. Manpage has been updated to reflect upon that fact. 2002-02-11 20:13 jochen * t-prot: Corrected line count for overlong signatures. Problem reported by Gerfried Fuchs (thanks, Alfie!). 2002-01-29 15:57 jochen * t-prot: Remove goto. Patch by Gerfried Fuchs . 2002-01-28 21:34 jochen * t-prot: Bump version to 0.32. 2002-01-28 17:53 jochen * t-prot: Just again a version fix. Should be done now... 2002-01-28 17:52 jochen * t-prot: Sigh. Another version fix. 2002-01-28 17:50 jochen * t-prot.1: Fix manpage version. 2002-01-28 17:48 jochen * t-prot, t-prot.1: Fix version strings. 2002-01-28 17:46 jochen * muttrc.t-prot, t-prot, t-prot.1: Version cleanup. 2002-01-28 17:39 jochen * muttrc.t-prot, t-prot, t-prot.1: Initial revision 2002-01-28 17:39 jochen * muttrc.t-prot, t-prot, t-prot.1: Initial version.