[4435] in linux-announce channel archive
Linux-Announce Digest #727
daemon@ATHENA.MIT.EDU (Digestifier)
Fri Apr 2 11:13:27 2004
From: Digestifier <Linux-Announce-Request@senator-bedfellow.mit.edu>
To: Linux-Announce@senator-bedfellow.mit.edu
Reply-To: Linux-Announce@senator-bedfellow.mit.edu
Date: Fri, 2 Apr 2004 11:13:03 EST
Linux-Announce Digest #727, Volume #4 Fri, 2 Apr 2004 11:13:03 EST
Contents:
GNU OrgaDoc 0.8 released (fwd) ("Frederick Noronha (FN)")
Bogofilter-0.17.5 - New Current Release (David Relson)
INDIA: New lists... courtesy Delhi (fwd) ("Frederick Noronha (FN)")
----------------------------------------------------------------------------
From: "Frederick Noronha (FN)" <fred@bytesforall.org>
Subject: GNU OrgaDoc 0.8 released (fwd)
Date: Thu, 1 Apr 2004 16:00:36 CST
========== Forwarded message ==========
OrgaDoc has been designed to easily copy and maitain a pool of
documents between computers. You can synchronise your documents pool
with rsync or unison. You don't need to install a database server
(like MySql or PostgreSql), a HTTP server, a script language (like
php, perl, ...). You only need orgadoc to generate html pages and to
perform queries.
You can find the new release here:
ftp://ftp.gnu.org/gnu/orgadoc/orgadoc-0.8.tar.gz
ftp://ftp.gnu.org/gnu/orgadoc/orgadoc-0.8.tar.gz.sig
Here are the md5 sums:
bcd2465d17fbfc724bbf77c926f8560f orgadoc-0.8.tar.gz
be5e35fc4dad3720c37d275779d0592a orgadoc-0.8.tar.gz.sig
--
Julien Lemoine
_______________________________________________
GNU Announcement mailing list <info-gnu@gnu.org>
http://mail.gnu.org/mailman/listinfo/info-gnu
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
Date: Thu, 1 Apr 2004 20:32:34 CST
From: David Relson <relson@osagesoftware.com>
Subject: Bogofilter-0.17.5 - New Current Release
Bogofilter is a mail filter that classifies email as spam or ham
(non-spam) by a statistical analysis of the message's header and content
(body). The program is able to learn from the user's classifications
and corrections.
The statistical technique is known as the Bayesian technique and its use
for spam was described by Paul Graham in his article "A Plan For Spam".
Gary Robinson, in his weblog Rants, suggests some refinements for
improved discrimination between spam and ham. Bogofilter's primary
algorithm uses the f(w) parameter and the Fisher inverse chi-square
technique that he describes.
Bogofilter is run by an MDA script to classify an incoming message as
spam or ham (using wordlists stored by BerkeleyDB). Bogofilter provides
processing for plain text and html, supports multi-part mime message
with decoding of base64, quoted-printable, and uuencoded text and
ignores attachments, such as images.
Bogofilter is written in C. Supported platforms: Linux, FreeBSD,
Solaris, OS X, HP-UX, AIX, RISC-OS, OS/2, ...
******* ******* ******* ******* *******
Bogofilter-0.17.5 is the newest release in phase 2 of the bogofilter
"Code Clean-up" release. Since the release of 0.17.4, Greg has
completed his bogotune "mondo tune" project - running bogotune with 5
spam corpora (approx 60k ham and 60k spam in each of them). This
release incorporates the new values for robs, robx, min_dev,
spam_cutoff, and ham_cutoff (for folks using tri-state scoring).
File RELEASE.NOTES-0.17 has details of the "Code Clean-up" changes. If
you haven't read it already, do so! If you determine at some future
date that you need the removed code, you'll have to download 0.16.4
The files available at http://sourceforge.net/projects/bogofilter for
download.
Here are the md5sums for the release:
27e0f8496461de61e4db4be757f02f42 bogofilter-0.17.5-1.i586.rpm
e2dfbdea1dd5006557308e54808fbe0e bogofilter-0.17.5-1.src.rpm
9cdeebc3bb9edf9ef09a1b3f0bd09c42 bogofilter-0.17.5.tar.bz2
2e158d77dd47c200cd636b2502f7c79d bogofilter-0.17.5.tar.gz
29d8ce95b35b46eb4d3d8d256edadab2 bogofilter-static-0.17.5-1.i586.rpm
Here is file NEWS-0.17 ...
=================
BOGOFILTER NEWS
=================
Note:
Release 0.17.0 is the "Code Clean-up Release - Phase 2".
Be sure to read RELEASE.NOTES-0.17 !
0.17.5 2004-04-01
* Change default parameters to the results of Greg's 300k ham
and 300k spam bogotune run:
robs robx min_dev spam_co
old 0.010000 0.415000 0.100000 0.950000
new 0.017800 0.520000 0.375000 0.990000
* Fix check for PGP signatures.
0.17.4 2004-03-20
* Fix message reporting lack of config file.
* Fix "Can't find '.MSG_COUNT'" problem in bogotune.
* Fix defect that continues decoding base64/qp after invalid chars.
* Ignore data portion of PGP signatures.
* Use "mime:" (rather than "head:") to tag mime part headers.
0.17.3 2004-03-17
* Added code to use to Berkeley DB Concurrent Data Store, which uses a
"DB_ENV" BerkeleyDB environment and the BerkeleyDB Lock Manager.
This is documented in file doc/README.db.
* Warn if user specified config file doesn't exist.
* Fixed minor bogotune problems related to building wordlists.
* Fix tagging of IPAddrs in header lines.
* If message uses CRLF, put CRLF after added header lines.
* "bogofilter -Q" output now includes all config file options and is
formatted to be read in as a config file.
* Fixed code causing gcc 2.9x complaint.
* Exempt tokens .MSG_COUNT and .ROBX from maintenance operations.
* Remove unused 'active' and 'weight' attributes of wordlists.
* Removed t.lock2 from "make check".
0.17.2 2004-02-22
* Relax filename vs. path restrictions in bogoutil.
* Added experimental code for BerkeleyDB environments code
for improved locking and caching.
* Algorithm code cleanup -- created file score.[ch] from
files method.[ch], robinson.[ch], and fisher.[ch]
* Documented bogoutil's histogram ('-H') option.
* Revised documentation of '-d', '-p', and '-w' options
for bogoutil.
* Corrected typos in doc/bogofilter.xml (the man page)
and in contrib/mailfilter.example
* Changed path in example config files to /var/spool/bogofilter.
0.17.1 2004-02-09
* Fix '-d' and '--bogofilter_dir=directory' options.
* Additional portability fixes for SunOS 4.1.4
0.17.0 2004-02-01
* Removed DEPRECATED CODE.
* Bogoutil now 'and's the maintenance operations together.
* Bogofilter and bogolexer now use standard long option
parsing.
* Correct processing order as '-V' doesn't need to read the
config file.
* Correct SIGSEGV causes by missing environment variables.
* Documentation cleanups.
* Extracted basic typedefs from system.h into bftypes.h.
* Fixed warnings from Intel C++ 8
* Portability fixes for SunOS 4.1.4
0.16.4 2004-01-23 - Released
2004-01-31 - Promoted to Stable Version
=====================================================================
FAQ: http://bogofilter.sourceforge.net/bogofilter-faq.html
To unsubscribe, e-mail: bogofilter-unsubscribe@aotto.com
For summary digest subscription: bogofilter-digest-subscribe@aotto.com
For more commands, e-mail: bogofilter-help@aotto.com
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
Date: Fri, 2 Apr 2004 03:38:51 CST
From: "Frederick Noronha (FN)" <fred@bytesforall.org>
Subject: INDIA: New lists... courtesy Delhi (fwd)
========== Forwarded message ==========
===== Original Message =====
From: "Raj Mathur" <raju@linux-delhi.org>
To: <ilugd@lists.linux-delhi.org>;
<linux-india-general@lists.sourceforge.net>
Sent: Wednesday, March 31, 2004 12:33 sandhya
Subject: [ilugd] New lists: ilugd-dev, ilugd-cd and ilugd-school
> Hi,
>
> Presenting 3 new mailing lists at linux-delhi.org:
>
> ilugd-dev Development and programming discussion. All
> languages welcome, but at least TRY to keep the
> discussions free software and/or Linux-oriented!
> https://frodo.hserus.net/mailman/listinfo/ilugd-dev
>
> iligd-cd CD requests and announcements of new sites carrying
> free software/Linux CDs. Even though the list has a
> linux-delhi.org address, I'd strongly recommend that
> people offering CDs in other cities also join this
> list and make it an India-wide resource for
> exchanging free software CDs.
> https://frodo.hserus.net/mailman/listinfo/ilugd-cd
>
> ilugd-school Free software/Linux in education.
> https://frodo.hserus.net/mailman/listinfo/ilugd-school
>
> Thanks to Suresh Ramasubramanian for hosting the lists.
>
> Regards,
_______________________________________________
Flosstoday mailing list
Flosstoday@sarai.net
https://mail.sarai.net/mailman/listinfo/flosstoday
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: Linux-Announce-Request@NEWS-DIGESTS.MIT.EDU
You can submit announcements to be moderated via:
Internet: linux-announce@NEWS.ORNL.GOV
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Announce Digest
******************************