pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/nail Update of mail/nail to 11.13. Release notes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28b98f1016e1
branches:  trunk
changeset: 482434:28b98f1016e1
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Thu Oct 28 08:37:40 2004 +0000

description:
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:

 mail/nail/Makefile |  4 ++--
 mail/nail/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r 6c552b40b109 -r 28b98f1016e1 mail/nail/Makefile
--- a/mail/nail/Makefile        Thu Oct 28 08:22:48 2004 +0000
+++ b/mail/nail/Makefile        Thu Oct 28 08:37:40 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2004/10/22 14:47:05 cjep Exp $
+# $NetBSD: Makefile,v 1.21 2004/10/28 08:37:40 cjep Exp $
 
-DISTNAME=      nail-11.12
+DISTNAME=      nail-11.13
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=nail/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 6c552b40b109 -r 28b98f1016e1 mail/nail/distinfo
--- a/mail/nail/distinfo        Thu Oct 28 08:22:48 2004 +0000
+++ b/mail/nail/distinfo        Thu Oct 28 08:37:40 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index