[4345] in linux-announce channel archive
Linux-Announce Digest #637
daemon@ATHENA.MIT.EDU (Digestifier)
Thu Jan 1 10:13:05 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: Thu, 1 Jan 2004 10:13:02 EST
Linux-Announce Digest #637, Volume #4 Thu, 1 Jan 2004 10:13:02 EST
Contents:
Bogofilter - 0.15.13 - New Stable Release (David Relson)
MultiMail Offline Reader, v0.46 (William McBrine)
TuxMobil News 12/2003 (Werner Heuser)
rewrd N e w ! Learn more about Cyalus. epm ("Betty")
----------------------------------------------------------------------------
Date: Wed, 31 Dec 2003 16:16:51 CST
From: David Relson <relson@osagesoftware.com>
Subject: Bogofilter - 0.15.13 - New Stable Release
Bogofilter is a mail filter that classifies mail 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.15.13 is the new stable release of bogofilter. It is
available on SourceForge. The download URL is
http://sourceforge.net/project/showfiles.php?group_id=62265
Below are the changes since the last stable release (version 0.15.7).
=================
BOGOFILTER NEWS
=================
Be sure to read RELEASE.NOTES-0.15, with attention to the section
about retraining and the '-H' flag...
0.15.13 2003-12-26
* Fixed memory leak affecting bogotune.
* Added -V (version) option to bogotune.
* RPM build fixed. (with help from Charles A Edwards)
* Compiler options changed to reduce warnings during gsl builds.
* Fix problem with separate wordlists that causes
"db_get_dbvalue('...' ), err: 12, out of memory".
0.15.12 2003-12-24
* Fix decoding of escaped urls.
* Fix sigsegv in bogotune when '-D' option is used.
* Fix compilation problems with datastore_tdb.c and datastore_qdbm.c
* Force line buffered output when not in passthrough mode.
* Minor fixes for parsing msg-count files.
* Clarify list of supported mail formats in FAQ.
* Enhance memdebug capabilities.
* Distinguish between pipe and stdin as input sources.
(contributed by Henning Makholm)
0.15.11 2003-12-17
* Fixed CRLF problem in bogoreader.c
* Exclude ~ (tilde) at the end of tokens.
* Updates to configure scripts, makefiles and contrib files to support
DGUX.
* bogotune-faq.html - new file
* bogofilter - man page and FAQ updated
* bogoupgrade - revised help message and man page
* Improved configuration of BerkeleyDB and GSL.
* Removed unused '-F' (force) option from bogofilter.
* Removed unused '-q' (quiet) option from bogofilter.
* Bugfix for SIGFPE (division by zero) crash on start-up on systems
with BerkeleyDB 3.2 or older.
* bogotune now understands degeneration options and can use
them when creating message-count files.
0.15.10 2003-12-08
* Multiple fixes, revisions, and changes to bogotune.
* Added -M option to bogotune for creating message count files.
* Fixed bug in header degeneration.
* Added degeneration options to config file.
* Added subject line tagging for Unsures.
* Formatting and portability fixes for DGUX.
* Fixed "configure --enable-static" for building statically linked
executables.
* The test suite now uses static executables when "configure
--enable-static" has been used.
* The test suite no longer depends on procmail for t.MH and t.maildir
or formail for t.bulkmode.
* Moved robx calculation code to new file for sharing by bogoutil and
bogotune.
* Fix segfault when using '-H' (header_degen) option.
0.15.9 2003-11-23
* Configure now finds a POSIX compliant shell for running version.sh
* Remove --disable-* options for algorithms. Has never been supported
well and serves no useful purpose, the algorithm code is irrelevant
compared to lexer or other stuff.
* Fixed a memory leak in bogoutil.
* Cleaned up help message in bogoutil.
* Bogotune now checks for incorrectly classified messages in the test
data and exits if so.
* Bogotune's memory needs lessened.
* Fixed timestamp config option.
* Exclude apostrophes and backticks at the end of a token.
* Lexer changes reduce size of bogofilter executable by approx 90%.
* Lexer.c no longer discards X-Bogosity lines in rfc822 attachments.
* Removed repetition counts in lexer for TOKEN and MIME_BOUNDARY
patterns to reduce executable size.
* "<!DOCTYPE HTML PUBLIC...>" is now recognized as starting html text.
* Several minor lexer bugs fixed.
* Updated bogominitrain.pl to v1.4.2
* TDB passes all checks again.
* QDBM support fixed.
* Minor documentation fixes.
* Minor error message cleanups.
* Refactored passthrough.c.
* Test suite bugfixes for TDB/QDBM.
* BerkeleyDB support warns if data base size approaces file size
resource limit.
0.15.8 2003-10-29
* Modified handling of mime attachments to decode rfc822 and to
ignore applications and images.
* Added decoding of percent escaped characters in URLs.
* Script tuning/bogotune rewritten as C program.
* Added man page for bogotune.
* Print "X-Bogosity" line when "-t" is used alone.
* Change bogoupgrade back to using 2 arg open for perl-5.6
compatibility.
* Initialize wordhash storage.
* Fix initialization problem that prevents reading more than
one msg-count file.
* Configure script modified to better detect BerkeleyDB libs.
* Makefile modified to build bogolexer and bogoutil with fewer
shared libs.
* Fix build problem in doc directory.
* English and french versions of bogofilter-faq.html revised.
0.15.7 2003-10-13 - Stable Release
##########################################################################
# 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: Wed, 31 Dec 2003 19:14:08 CST
From: William McBrine <wmcbrine@users.sourceforge.net>
Subject: MultiMail Offline Reader, v0.46
MultiMail is a free, open source (GPL) offline mail packet reader for
Unix, DOS, OS/2, Win32, BeOS and AtheOS. It currently supports the Blue
Wave, QWK, OMEN and SOUP formats. It uses a simple curses-based interface.
The MultiMail home page is:
http://multimail.sourceforge.net/
Alternately, you can get it via FTP:
ftp://download.sourceforge.net/pub/sourceforge/multimail/
Binaries for several platforms are available, along with the source code.
What's New in version 0.46?
===========================
* New opening/closing behavior -- screens shown automatically
* AVATAR and BSAVE support in the ANSI viewer, plus some bug fixes
* Door and BBS info added to area list
* Fix for missing tear lines in OPX mode
* Code simplification, etc.
Begin3
Title: MultiMail (source)
Version: 0.46
Entered-date: 31DEC03
Description: MultiMail is a curses-based Blue Wave, QWK, OMEN and SOUP
offline mail reader for Unix and other systems.
Keywords: mail bluewave omen qwk soup bbs fido offline reader
Author: wmcbrine@users.sf.net (William McBrine) et al.
Maintained-by: wmcbrine@users.sf.net (William McBrine)
Primary-site: download.sourceforge.net /pub/sourceforge/multimail
221184 mmail-0.46.tar.gz
Alternate-site: sunsite.unc.edu /pub/Linux/system/bbs/mail
Original-site:
Platforms: C++, curses and InfoZip or PKZIP. Tested on Linux, Solaris,
NetBSD, MS-DOS, OS/2, Win32, BeOS, AtheOS, FreeBSD, MacOS X, QNX
Copying-policy: GPL 2.0
End
--
William McBrine <wmcbrine@users.sourceforge.net>
##########################################################################
# 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 Jan 2004 06:15:48 CST
From: Werner Heuser <Werner.Heuser@web.de>
Subject: TuxMobil News 12/2003
Hello,
the last TuxMobil News digest for 2003[1] has again good news
for Linux PDA, mobile phone and laptop users. Here is an
extract of the most important messages.
Werner Heuser <wehe_at_tuxmobil.org>
|=| The ndiswrapper[2] now supports Intel's WLAN PRO/Wireless 2100 chipset,
which is part of their Centrino(TM) technology[3]. Besides the
commercial DriverLoader[4] from Linuxant therefore an Open Source
solution is also available.
|=| Element Computer offers a TabletPC[5] pre-equipped with the
Lycoris Desktop/LX Tablet Edition for Linux[6]. This is the second
commercial TabletPC with Linux, since the one made by
PaceBlade[7]. More about Linux on TabletPCs is at TuxMobil[8].
|=| Linux on cell phones is still becoming more and more popular.
Japan's #1 cellular carrier NTT DoCoMo has adopted Linux for 3G phones[9].
Samsung debuts Linux-powered smartphone in China[10]. A Chinese company
based in Shanghai named 'E28' has quietly been selling Linux-based
smartphones in China since August[11]. And SDG-Systems provides
a driver for the Pretec GPRS CF-Card for the Zaurus and Yopy Linux PDAs.
More about Linux on and with mobile cell phones at TuxMobil[13].
|=| TuxMobil has got the first report about Linux on a laptop
with 64-bit CPU[14]. A Xeron Sonic Pro 800MX with an AMD64 chip.
[1] http://tuxmobil.org/mobile_news_2003_12.html
[2] http://ndiswrapper.sourceforge.net/
[3] http://tuxmobil.org/centrino.html
[4] http://www.linuxant.com/driverloader/
[5] http://www.elementcomputer.com/
[6] http://www.lycoris.com/
[7] http://xtops.de/xtops_paceblade.html
[8] http://tuxmobil.org/tablet_unix.html
[9] http://www.linuxdevices.com/news/NS8011783890.html
[10] http://linuxdevices.com/articles/AT4481058519.html
[11] http://www.linuxdevices.com/news/NS5033717348.html
[12] http://www.sdgsystems.com/catalog/
[13] http://tuxmobil.org/phones_linux.html
[14] http://tuxmobil.org/xeron_sonic_pro_800mx.html
You may find the daily TuxMobil News RSS/XML channel, the archiv and
a news submission form at http://tuxmobil.org/newsfeed.html
--
|=| Werner Heuser = Berliner Str. 122 = D-13187 Berlin = Germany
|=| <wehe at tuxmobil.org> T. 0049 - (0)30 - 349 53 86
|=| http://TuxMobil.org UniX on Mobile Systems: HOWTOs,Software
|*| This is no time for phony rhetoric -- Lou Reed
##########################################################################
# 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 Jan 2004 06:50:57 CST
From: "Betty" <xatrchremenon@hotmail.com>
Subject: rewrd N e w ! Learn more about Cyalus. epm
<HTML><html>
<body>
<br>
C<!dbempa>y@<!wgi>lus is now available to consumers.<br>
Cy<!panlif>@lus is sup<!ejou>erior to Vi<!rsis>@gr<!hoce>a.<br>
Cy@l<!bikwte>us is super<!ughrt>ior because:<br>
It acts faster (within 30 minutes).<br>
It lasts much longer (up to 36 hours).<br>
It has far fewer Side effects.<br>
We offer:<br>
L0w manufacturer direct pr<!ae>icing.<br>
Priv@te de<!ygiid>livery to y0ur h0me.<br>
No D0ctor's C0n<!atefil>sutation required.<br>
1OO% Mon<!onjwsce>ey Back Guar<!wni>antee.<br>
<a href="http://www.bondier.com">Why pay twice as much when<BR>
Cy@l<!udiris>us is a far superior pro<!orlup>duct<BR> and is only a c1i<!ay>ck away?</a><br><BR>
<br>
</body>
</html></HTML>
##########################################################################
# 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
******************************