diff options
author | cjep <cjep@pkgsrc.org> | 2004-10-28 08:37:40 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-10-28 08:37:40 +0000 |
commit | e9242a86131f2f7cb061e8a5403afca11e42489b (patch) | |
tree | db1ca8c18033fbff635116ab372ccdd746981812 /mail/nail/distinfo | |
parent | ac07533a5763fe731de1ed3839c98fc0583c21e1 (diff) | |
download | pkgsrc-e9242a86131f2f7cb061e8a5403afca11e42489b.tar.gz |
Update of mail/nail to 11.13. Release notes.
[11.13] released 10/27/04
* Backslashes outside a quoted command argument are now handled properly.
* For junk mail detection, the characters '_', '#', '&', and '%' are now
considered as word constituents. Also the '/' character is kept if it
occurs between digits, and the ';' character if a '&' was previously
encountered within the same word.
* For junk mail detection, fields of MIME part headers are now handled like
fields of the main header.
* For junk mail detection, most HTML tags are now ignored, similar to the
proposal in Paul Graham's 'Better Bayesian Filtering'. Also, the top and
bottom probabilities are now adjusted to the number of messages used for
building the database.
* When the junk mail database is updated, it is now truncated beyond the
last byte just written. Previously, stale data could have remained after
this point, which was no problem for nail itself, but could make zcat(1)
fail on the file.
* In the junk mail database, hashes of 56 bits are now used to represent
words. A side-effect is that it is possible to test for occurences of
given words with a higher certainty.
* To take advantage of the changes to the junk mail recognition method,
you have to delete your junk mail database and have to create it again.
* The new 'probability' command prints the junk statistics for given words.
* The 'answered', 'classify, 'draft', 'flag', 'good', 'junk', 'undraft',
'unflag', and 'unkill' command now make their argument the current
message. This is now also done by the 'score' command unless the new
score of the message is negative.
* Very old versions of OpenSSL are now detected by the configuration script.
OpenSSL code will not be included if the version is too old (Bugreport by
Thomas Voegtle).
Diffstat (limited to 'mail/nail/distinfo')
-rw-r--r-- | mail/nail/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/nail/distinfo b/mail/nail/distinfo index de384f9d2f0..8dd4271d6fc 100644 --- a/mail/nail/distinfo +++ b/mail/nail/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2004/10/22 14:47:05 cjep Exp $ +$NetBSD: distinfo,v 1.16 2004/10/28 08:37:40 cjep Exp $ -SHA1 (nail-11.12.tar.bz2) = 0b3e166074cbca6486230301590c8e9307e75c27 -Size (nail-11.12.tar.bz2) = 264992 bytes +SHA1 (nail-11.13.tar.bz2) = 651946875cf1be8cbcec22d09bcdf0e27016b18e +Size (nail-11.13.tar.bz2) = 267119 bytes SHA1 (patch-aa) = bfc4198c427e664aeea17b9a7648d3ed969ce692 SHA1 (patch-ab) = fc028d32fb268e89ade8a5fba09611b3eb73bc29 SHA1 (patch-ac) = f6d130cd5fa5d5ef0e8a500d2d60fdf5a5bbecc2 |