logo       

[SACVS] CVS: spamassassin Changes,1.44,1.45: msg#00075

mail.spam.spamassassin.cvs

Subject: [SACVS] CVS: spamassassin Changes,1.44,1.45

Update of /cvsroot/spamassassin/spamassassin
In directory sc8-pr-cvs1:/tmp/cvs-serv16622

Modified Files:
Changes
Log Message:
ready for 2.60-rc6 release


Index: Changes
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/Changes,v
retrieving revision 1.44
retrieving revision 1.45
diff -b -w -u -d -r1.44 -r1.45
--- Changes 16 Sep 2003 02:32:57 -0000 1.44
+++ Changes 19 Sep 2003 05:36:42 -0000 1.45
@@ -1,3 +1,97 @@
+2003-09-19 04:02 quinlan
+
+ * lib/Mail/: SpamAssassin.pm, SpamAssassin/Bayes.pm,
+ SpamAssassin/BayesStore.pm, SpamAssassin/CmdLearn.pm,
+ SpamAssassin/PerMsgLearner.pm, SpamAssassin/PerMsgStatus.pm: bug
+ 1396: SA 2.60 chokes on messages without Message-ID
+
+2003-09-19 01:51 quinlan
+
+ * lib/Mail/: SpamAssassin.pm, SpamAssassin/Conf.pm,
+ SpamAssassin/Dns.pm, SpamAssassin/PerMsgLearner.pm,
+ SpamAssassin/PerMsgStatus.pm, SpamAssassin/Reporter.pm: bug 2476:
+ remove timelog code
+
+2003-09-19 00:55 quinlan
+
+ * lib/Mail/SpamAssassin/PerMsgStatus.pm: bug 2473: AWL score was
+ undefined, producing failures with _TESTSSCORES_ header tag
+
+2003-09-18 14:48 felicity
+
+ * build/: update_devel, update_stable: add in sha1sum
+
+2003-09-18 13:25 felicity
+
+ * build/: update_devel, update_stable: Create a bz2 tarball as well
+
+2003-09-17 21:16 quinlan
+
+ * lib/Mail/SpamAssassin/Conf.pm: various formatting fixes
+
+2003-09-17 20:33 quinlan
+
+ * lib/Mail/SpamAssassin/Conf.pm: spelling corrections
+
+2003-09-17 20:26 quinlan
+
+ * lib/Mail/SpamAssassin/Conf.pm: clean up configuration - now
+ "podchecker" clean - add sub-headings for user preferences and
+ moved some options around - move "tflags" to privileged settings
+
+2003-09-17 03:10 duncf
+
+ * debian/: README.Upgrade, README.postfix, build.pl, changelog,
+ changelog.in, control, rules, spamassassin.docs,
+ spamassassin.links, spamassassin.postrm, spamassassin.preinst,
+ spamassassin.templates, examples/filter.sh, po/fr.po, po/ja.po:
+ Fixing debian build system. Includes use of DESTDIR in
+ debian/rules. Redid debian/build.pl. Now contains workaround for
+ po-debconf stuff for woody systems. General packaging changes. Now
+ should not need an update after each release.
+
+2003-09-16 23:04 quinlan
+
+ * build/2.60_change_summary, build/preprocessor,
+ lib/Mail/SpamAssassin/Util.pm: bug 2466: spamd 2.6rc5 broken under
+ FreeBSD 4.8-STABLE with Perl 5.005
+
+2003-09-16 22:54 quinlan
+
+ * lib/Mail/SpamAssassin/Dns.pm: bug 2468: skip A records not on
+ 127/8 (partial fix for Verisign damage)
+
+2003-09-16 19:32 quinlan
+
+ * masses/mass-check: reverting, taint-mode change didn't work, can
+ fix later
+
+2003-09-16 18:41 felicity
+
+ * MANIFEST: we need to distribute the Razor2 patch ...
+
+2003-09-16 15:05 duncf
+
+ * spamassassin.raw: Documentation changes to deal with add_header
+ stuff. I wonder if it would be worthwhile to go through all of the
+ documentation and look for descriptions of old behaviour, etc.
+
+2003-09-16 03:40 quinlan
+
+ * masses/mass-check: turn on tainting in mass-check
+
+2003-09-16 03:32 felicity
+
+ * build/2.60_change_summary: updated the release announcement
+
+2003-09-16 02:33 felicity
+
+ * lib/Mail/SpamAssassin.pm: re-do devel version
+
+2003-09-16 02:32 felicity
+
+ * Changes, lib/Mail/SpamAssassin.pm: ready for 2.60-rc5 release
+
2003-09-16 02:10 quinlan

* lib/Mail/SpamAssassin/Dns.pm: bug 2463: warnings due to %ENV
@@ -6317,7 +6411,11 @@
* BUGS, MANIFEST, MANIFEST.SKIP, MailAudit.patch,
masses/RUNME.TWOSTEP, masses/craig-evolve.c.ALTIVEC,
rules/40_spam_phrases.cf, t/reportheader.t, t/spamd_report.t,
- t/data/nice/001: removed more obsolete code from CVS and MANIFEST
+ t/data/nice/001, wordfreqs/.cvsignore, wordfreqs/README,
+ wordfreqs/RUNME, wordfreqs/RUNME.DOGMA, wordfreqs/RUNME.SONIC,
+ wordfreqs/join-and-settle-phrases, wordfreqs/mass-phrase-freq,
+ wordfreqs/mass-phrase-freq-for-jm, wordfreqs/settle-phrases:
+ removed more obsolete code from CVS and MANIFEST

2003-02-20 12:23 jmason

@@ -7277,6 +7375,10 @@
* lib/Mail/SpamAssassin/Conf.pm: removed obsolete unnamed-rule
support, which was never used

+2003-01-27 21:32 jmason
+
+ * wordfreqs/README: note for wordfreqs README
+
2003-01-27 21:31 jmason

* MANIFEST: Malte, you forgot the spamc test's data file ;)
@@ -8268,7 +8370,8 @@
2003-01-03 17:48 jmason

* sa-learn-nonspam.raw, lib/Mail/SpamAssassin/ArchiveIterator.pm,
- masses/mass-check: integrated 2 ArchiveIterator implementations.
+ masses/mass-check, masses/lib/Mail/ArchiveIterator.pm: integrated 2
+ ArchiveIterator implementations.

2003-01-03 17:34 jmason

@@ -8299,6 +8402,10 @@

* tools/translation_prep.pl: fixed pathing issue

+2003-01-03 02:42 quinlan
+
+ * masses/lib/Mail/ArchiveIterator.pm: minor change
+
2003-01-02 19:19 jmason

* lib/Mail/SpamAssassin/Conf.pm: bug 1335: avoid anecdotes
@@ -8778,6 +8885,12 @@

* masses/mass-check: fix warnings in logkilled()

+2002-12-25 02:11 quinlan
+
+ * masses/lib/Mail/ArchiveIterator.pm: allow mail files to be named
+ after their md5sum checksum (does not work with --sort option to
+ mass-check, though)
+
2002-12-25 01:52 quinlan

* lib/Mail/SpamAssassin/EvalTests.pm: remove unnecessary variable
@@ -10849,6 +10962,11 @@
* lib/Mail/SpamAssassin/EvalTests.pm: Bug #1133: Fixes to recuce
FPs.

+2002-10-26 21:49 quinlan
+
+ * masses/lib/Mail/ArchiveIterator.pm: abstract opening of mail
+ files and folders fix handling of unreadable mail files and folders
+
2002-10-26 21:46 quinlan

* masses/mass-check: add debug and userstate_dir variable lines
@@ -13779,7 +13897,9 @@
spamd/README.spamd, spamd/libspamc.c, spamd/libspamc.h,
spamd/spamc.c, spamd/spamc.pod, spamd/spamd.raw, spamd/utils.c,
spamd/utils.h, t/SATest.pm, t/basic_lint.t, t/rule_tests.t,
- tools/check_whitelist: merged code back from 2.4.0 release branch
+ tools/check_whitelist, wordfreqs/RUNME, wordfreqs/RUNME.SONIC,
+ wordfreqs/join-and-settle-phrases: merged code back from 2.4.0
+ release branch

2002-08-28 17:13 jmason

@@ -14196,7 +14316,8 @@
2002-08-23 11:22 jmason

* MANIFEST, MANIFEST.SKIP, masses/CORPUS_POLICY,
- masses/mass-check-results-to-mbox: s/opt-in/verified opt-in/, and
+ masses/mass-check-results-to-mbox,
+ wordfreqs/join-and-settle-phrases: s/opt-in/verified opt-in/, and
removed whitelist test mails from distro, they're too big

2002-08-23 11:05 msquadrat
@@ -14360,8 +14481,9 @@

2002-08-22 17:20 jmason

- * MANIFEST, Makefile.PL: spamproxyd now removed from distro;
- problems reported, better as a separate download
+ * MANIFEST, Makefile.PL, wordfreqs/RUNME,
+ wordfreqs/join-and-settle-phrases: spamproxyd now removed from
+ distro; problems reported, better as a separate download

2002-08-22 16:54 hughescr

@@ -14397,10 +14519,14 @@
speed-up by using tr/// instead of s// for body-wide character
replacement

+2002-08-21 16:40 jmason
+
+ * wordfreqs/RUNME.SONIC: updated for current corpus layout
+
2002-08-21 16:32 jmason

- * lib/Mail/SpamAssassin/Conf.pm: added a warning for ISPs in
- required_hits manual entry
+ * lib/Mail/SpamAssassin/Conf.pm, wordfreqs/RUNME: added a warning
+ for ISPs in required_hits manual entry

2002-08-21 16:27 msquadrat

@@ -14723,8 +14849,9 @@

2002-08-18 17:33 msquadrat

- * masses/mass-check-results-to-mbox: fixed the mbox msgid detection
- code; it caught msgids from forwarded messages
+ * masses/: mass-check-results-to-mbox, lib/Mail/ArchiveIterator.pm:
+ fixed the mbox msgid detection code; it caught msgids from
+ forwarded messages

2002-08-18 08:33 quinlan

@@ -14769,6 +14896,11 @@
* lib/Mail/SpamAssassin/PerMsgStatus.pm, rules/20_body_tests.cf:
add new color hue tests, remove old font color tests

+2002-08-18 00:15 msquadrat
+
+ * masses/lib/Mail/ArchiveIterator.pm: "empty" (From ...\nFrom ...)
+ messages are now skipped; fixed small gotchas with Message-Id
+
2002-08-17 21:56 quinlan

* rules/20_body_tests.cf: remove cvsmerge cruft
@@ -15073,8 +15205,8 @@

2002-08-15 21:46 jmason

- * masses/: mass-check, score-ranges-from-freqs: oops, checked in
- debug code
+ * masses/: mass-check, score-ranges-from-freqs,
+ lib/Mail/ArchiveIterator.pm: oops, checked in debug code

2002-08-15 21:26 jmason

@@ -15155,8 +15287,8 @@

2002-08-15 16:05 jmason

- * masses/mass-check, rules/50_scores.cf: more common FPs in
- spamtraps
+ * masses/mass-check, masses/lib/Mail/ArchiveIterator.pm,
+ rules/50_scores.cf: more common FPs in spamtraps

2002-08-15 15:37 msquadrat

@@ -15338,9 +15470,10 @@

2002-08-14 16:59 jmason

- * masses/mass-check: refactored archive-iteration code into an
- object, Mail::ArchiveIterator, since we now use it in mass-check,
- spam-phrases, and somewhere else I've forgotten.
+ * masses/: mass-check, lib/Mail/ArchiveIterator.pm: refactored
+ archive-iteration code into an object, Mail::ArchiveIterator, since
+ we now use it in mass-check, spam-phrases, and somewhere else I've
+ forgotten.

2002-08-14 16:55 msquadrat




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise