------------------------------------------------------------------------ r6193 | felicity | 2004-01-17 23:22:56 +0000 (Sat, 17 Jan 2004) | 1 line 2.63 devel cycle started ------------------------------------------------------------------------ r6191 | felicity | 2004-01-17 23:12:32 +0000 (Sat, 17 Jan 2004) | 1 line 2.62 RELEASED ------------------------------------------------------------------------ r6190 | felicity | 2004-01-17 22:37:48 +0000 (Sat, 17 Jan 2004) | 2 lines removing execute bits on files that don't need it ------------------------------------------------------------------------ r6187 | felicity | 2004-01-17 22:30:07 +0000 (Sat, 17 Jan 2004) | 1 line prep for 2.62 release ------------------------------------------------------------------------ r6179 | mss | 2004-01-16 21:21:05 +0000 (Fri, 16 Jan 2004) | 2 lines skip .svn directories. ------------------------------------------------------------------------ r6178 | mss | 2004-01-16 21:13:09 +0000 (Fri, 16 Jan 2004) | 2 lines bug 2924: the Received line generated by SpamAssassin was slightly malformed; fixed. ------------------------------------------------------------------------ r6174 | mss | 2004-01-15 22:12:06 +0000 (Thu, 15 Jan 2004) | 2 lines Subversion also has a different format for $Id *sigh* ------------------------------------------------------------------------ r6173 | mss | 2004-01-15 22:03:10 +0000 (Thu, 15 Jan 2004) | 2 lines Set svn:keywords so the Id is updated. ------------------------------------------------------------------------ r6168 | jm | 2004-01-14 07:43:10 +0000 (Wed, 14 Jan 2004) | 1 line bug 2787: Received header misunderstood; bug 2896: debug code to report unparseable received header incorrect ------------------------------------------------------------------------ r6163 | felicity | 2004-01-14 05:54:00 +0000 (Wed, 14 Jan 2004) | 4 lines bug 2569: MSGID_FROM_MTA_SHORT was FPing on certain postfix received headers due to its reliance on what old Postfix versions did. updated to be more accurate although the hit rate goes down. ------------------------------------------------------------------------ r6162 | felicity | 2004-01-14 05:47:54 +0000 (Wed, 14 Jan 2004) | 4 lines bug 2822: output more expiry data for debugging purposes. includes a table output with atime/expiry counts. should help with people asking why expiry doesn't work. ------------------------------------------------------------------------ r6159 | felicity | 2004-01-14 05:36:18 +0000 (Wed, 14 Jan 2004) | 2 lines bug 2871: fixes for some FORGED_YAHOO_RCVD FPs ------------------------------------------------------------------------ r6158 | mss | 2004-01-14 00:23:09 +0000 (Wed, 14 Jan 2004) | 2 lines Ough, we need to ignore the .svn directories here, too. ------------------------------------------------------------------------ r6153 | jm | 2004-01-13 07:45:48 +0000 (Tue, 13 Jan 2004) | 1 line bug 2919: bayes expiry may fail if a previous expiry was killed ------------------------------------------------------------------------ r6144 | jm | 2004-01-12 05:45:51 +0000 (Mon, 12 Jan 2004) | 1 line bug 2136: make test fails on win32 due to different errror message in db_awl_path.t ------------------------------------------------------------------------ r6139 | felicity | 2004-01-11 18:17:52 +0000 (Sun, 11 Jan 2004) | 3 lines bug 2917: Failure to remove /tmp/spamd-$$-init for certain settings of auto_whitelist_path (and bayes_path) ------------------------------------------------------------------------ r6131 | jm | 2004-01-09 03:32:00 +0000 (Fri, 09 Jan 2004) | 1 line added 'do not do ASF releases' note to branch ------------------------------------------------------------------------ r6125 | felicity | 2004-01-08 23:56:07 +0000 (Thu, 08 Jan 2004) | 3 lines bug 2608: HABEAS_SWE wasn't trigerring if the X-Habeas-SWE headers are out of order in the message header (some MUAs do this). ------------------------------------------------------------------------ r6124 | felicity | 2004-01-08 23:50:40 +0000 (Thu, 08 Jan 2004) | 5 lines bug 2851: "spamassassin -r" (aka M::SA::report_as_spam()) wouldn't remove SA markup for learning like it did for reporting. add in a remove_spamassassin_markup() call before anything else in report_as_spam(). ------------------------------------------------------------------------ r6122 | felicity | 2004-01-08 23:43:48 +0000 (Thu, 08 Jan 2004) | 2 lines bug 2856: 'report_safe_copy_headers Received' would reverse the order of the Received headers ------------------------------------------------------------------------ r6121 | felicity | 2004-01-08 23:39:35 +0000 (Thu, 08 Jan 2004) | 6 lines bug 2864: update spec file to 2.62. also, on some platforms, "make install" will install some files that we then don't package up (perllocal.pod for instance). depending on the version of RPM, this may be a failure, so we're adding in 2 options to tell RPM to just warn and not fail. ------------------------------------------------------------------------ r6111 | jm | 2004-01-08 03:32:49 +0000 (Thu, 08 Jan 2004) | 1 line bug 2842: exiscan spamc passes empty User: on to spamd, fix support for this ------------------------------------------------------------------------ r6107 | jm | 2004-01-08 02:46:35 +0000 (Thu, 08 Jan 2004) | 2 lines oops, wasn't supposed to have committed that. reverting ------------------------------------------------------------------------ r6105 | jm | 2004-01-08 02:42:33 +0000 (Thu, 08 Jan 2004) | 3 lines Bug 2787: another issue with the Content Technologies Received header style meant that another mailserver went unsupported. ------------------------------------------------------------------------ r6091 | felicity | 2004-01-05 16:22:11 +0000 (Mon, 05 Jan 2004) | 3 lines bug 2827: DB_File is expected to return undef for values that don't exist, but apparently sometimes it'll return "". ------------------------------------------------------------------------ r6078 | felicity | 2003-12-26 04:14:47 +0000 (Fri, 26 Dec 2003) | 2 lines bug 2847: Let CmdLearn determine if learning completed or failed. If it failed, throw an error. ------------------------------------------------------------------------ r6041 | felicity | 2003-12-18 19:19:45 +0000 (Thu, 18 Dec 2003) | 6 lines bug 2848: If DB_File isn't installed, SA would get confused and think that the DB was already tied and potentially continue with its Bayes work. This would usually appear as a "non-numeric argument to >" looking at the DB Version #. The problem was the check for DB_File occured after the "DB tied" variable was set to true. Doh! ------------------------------------------------------------------------ r6020 | jmason | 2003-12-09 06:56:51 +0000 (Tue, 09 Dec 2003) | 2 lines 2.62 devel cycle started ------------------------------------------------------------------------ r6019 | jmason | 2003-12-09 06:55:57 +0000 (Tue, 09 Dec 2003) | 2 lines 2.61 RELEASED ------------------------------------------------------------------------ r6017 | jmason | 2003-12-09 06:31:17 +0000 (Tue, 09 Dec 2003) | 2 lines READY FOR RELEASE ------------------------------------------------------------------------ r6016 | jmason | 2003-12-09 06:19:24 +0000 (Tue, 09 Dec 2003) | 2 lines bug 2805: reduce memory usage of Bayes expiry dramatically by using the right iteration method ------------------------------------------------------------------------ r6015 | jmason | 2003-12-09 06:16:23 +0000 (Tue, 09 Dec 2003) | 2 lines bug 2787: Received line misparsed due to ordering problem ------------------------------------------------------------------------ r6014 | jmason | 2003-12-09 06:14:27 +0000 (Tue, 09 Dec 2003) | 2 lines bug 2777: Dynablock shut down, reopened at SORBS ------------------------------------------------------------------------ r6010 | jmason | 2003-12-04 17:32:27 +0000 (Thu, 04 Dec 2003) | 2 lines minor updates to SQL doco, note use of spamd -q switch ------------------------------------------------------------------------ r6007 | felicity | 2003-12-03 22:42:34 +0000 (Wed, 03 Dec 2003) | 4 lines fixed documentation concerning the bayes_journal_max_size parameter. setting to 0 disables the opportunistic sync, not force it to be once a day. ------------------------------------------------------------------------ r5998 | jmason | 2003-12-02 07:47:27 +0000 (Tue, 02 Dec 2003) | 2 lines bug 2437: mails hitting BAYES_99 should not be autolearned as ham ------------------------------------------------------------------------ r5977 | jmason | 2003-11-20 07:29:55 +0000 (Thu, 20 Nov 2003) | 2 lines bug 2742: new set of French translations from Michel Bouissou ------------------------------------------------------------------------ r5976 | jmason | 2003-11-20 07:22:48 +0000 (Thu, 20 Nov 2003) | 2 lines bug 2759: Received parser can't deal with a variety of qmail formats ------------------------------------------------------------------------ r5975 | jmason | 2003-11-20 07:22:48 +0000 (Thu, 20 Nov 2003) | 2 lines bug 2759: Received parser can't deal with a variety of qmail formats ------------------------------------------------------------------------ r5967 | jmason | 2003-11-18 06:55:14 +0000 (Tue, 18 Nov 2003) | 2 lines bug 2506: FORGED_AOL_HTML fixed; it was matching all sorts of AOL MUAs instead of the flagship one ------------------------------------------------------------------------ r5963 | jmason | 2003-11-15 02:58:13 +0000 (Sat, 15 Nov 2003) | 2 lines bug 2745: pobox.com Received header format handled ------------------------------------------------------------------------ r5962 | jmason | 2003-11-15 02:55:31 +0000 (Sat, 15 Nov 2003) | 2 lines bug 2633: spamd giving undef warnings if DNS is not available for spamc client ------------------------------------------------------------------------ r5961 | jmason | 2003-11-15 02:53:58 +0000 (Sat, 15 Nov 2003) | 2 lines bug 2654: fixed FORGED_MUA_EUDORA fps on Mac, localized versions of Eudora ------------------------------------------------------------------------ r5958 | jmason | 2003-11-15 02:49:34 +0000 (Sat, 15 Nov 2003) | 2 lines bug 2630: spamd_parallel test no longer distributed due to load problems it causes ------------------------------------------------------------------------ r5957 | jmason | 2003-11-15 02:47:43 +0000 (Sat, 15 Nov 2003) | 2 lines bug 2504: fixed 'Use of uninitialized value in numeric eq' in spamd ------------------------------------------------------------------------ r5952 | jmason | 2003-11-15 02:46:16 +0000 (Sat, 15 Nov 2003) | 2 lines bug 2502: -H switch broken due to lack of srand seeding ------------------------------------------------------------------------ r5951 | jmason | 2003-11-15 02:44:14 +0000 (Sat, 15 Nov 2003) | 2 lines bug 2591: Received header format for something called 'smtpd' supported ------------------------------------------------------------------------ r5947 | jmason | 2003-11-12 07:36:13 +0000 (Wed, 12 Nov 2003) | 2 lines bug 2294: removed FORGED_MUA_THEBAT due to FPs and 2 other better variants being present anyway ------------------------------------------------------------------------ r5946 | jmason | 2003-11-12 07:31:18 +0000 (Wed, 12 Nov 2003) | 2 lines bug 2734: avoid AWL bonuses for spammer forgeries ------------------------------------------------------------------------ r5934 | jmason | 2003-11-07 03:04:19 +0000 (Fri, 07 Nov 2003) | 2 lines bug 2580: undefined value in spamd check() ------------------------------------------------------------------------ r5933 | jmason | 2003-11-05 04:53:30 +0000 (Wed, 05 Nov 2003) | 2 lines bug 2122: FORGED_MUA rules matching for some mailing lists ------------------------------------------------------------------------ r5932 | jmason | 2003-11-05 04:50:18 +0000 (Wed, 05 Nov 2003) | 2 lines bug 2505: make test fails on t/spamd_hup.t on slow systems ------------------------------------------------------------------------ r5930 | jmason | 2003-11-05 02:59:28 +0000 (Wed, 05 Nov 2003) | 2 lines bug 2636: windows_install.pl obsolete ------------------------------------------------------------------------ r5929 | jmason | 2003-11-02 00:42:04 +0000 (Sun, 02 Nov 2003) | 2 lines bug 2596: space missing in 'make clean' list of files, so 2 files were not being cleaned ------------------------------------------------------------------------ r5918 | jmason | 2003-10-28 06:16:22 +0000 (Tue, 28 Oct 2003) | 2 lines oops, accidentally checked in fix for 2122, reverting ------------------------------------------------------------------------ r5917 | jmason | 2003-10-28 06:15:15 +0000 (Tue, 28 Oct 2003) | 2 lines bug 2559: SORBS zone numbers don't match names and descriptions ------------------------------------------------------------------------ r5893 | quinlan | 2003-10-04 02:42:26 +0000 (Sat, 04 Oct 2003) | 2 lines bug 2538: address problems with Outlook forgery rules ------------------------------------------------------------------------ r5876 | felicity | 2003-09-30 18:56:41 +0000 (Tue, 30 Sep 2003) | 3 lines bug 2140: Eudora sometimes has a slightly different format for Message-ID, so we should deal with those to avoid FPs. ------------------------------------------------------------------------ r5867 | felicity | 2003-09-29 23:55:15 +0000 (Mon, 29 Sep 2003) | 7 lines bug 2494: 1) deal with bz2 builds... ;) 2) allow release to be overriden via commandline 3) allow CFLAGS to be modified in the usual method (RPM_OPT_FLAGS) 4) add more documentation to be installed 5) update to 2.61 ------------------------------------------------------------------------ r5864 | msquadrat | 2003-09-29 21:37:45 +0000 (Mon, 29 Sep 2003) | 2 lines bug 304 is obsolete ------------------------------------------------------------------------ r5861 | felicity | 2003-09-29 20:31:11 +0000 (Mon, 29 Sep 2003) | 4 lines bug 2510: when we're cleaning the PATH in taint mode, we need to also remove world-writable directories or else that could potentially cause an error. see "perldoc perldiag"'s section on "insecure directory". ------------------------------------------------------------------------ r5858 | felicity | 2003-09-29 19:41:06 +0000 (Mon, 29 Sep 2003) | 3 lines bug 1889: rbl_check() wasn't able to parse a certain Received header if it included an ident string. ------------------------------------------------------------------------ r5844 | felicity | 2003-09-29 01:11:02 +0000 (Mon, 29 Sep 2003) | 2 lines added documentation about add_header name convention ------------------------------------------------------------------------ r5839 | felicity | 2003-09-28 16:21:54 +0000 (Sun, 28 Sep 2003) | 2 lines bug 2501: added documentation about bayes changes to README and INSTALL ------------------------------------------------------------------------ r5838 | felicity | 2003-09-28 16:10:06 +0000 (Sun, 28 Sep 2003) | 2 lines bug 2495: have Bayes ignore header additions by Gnus ------------------------------------------------------------------------ r5837 | felicity | 2003-09-28 15:59:56 +0000 (Sun, 28 Sep 2003) | 3 lines bug 2492: MICROSOFT_EXECUTABLE would sometimes not hit because of slightly different characters in the base64 encoding. ------------------------------------------------------------------------ r5835 | felicity | 2003-09-27 01:30:15 +0000 (Sat, 27 Sep 2003) | 4 lines bug 2511: in spamd, we call Cwd without cleaning out the PATH variable first. This can lead to tainting issues, so we should clean the path first. ------------------------------------------------------------------------ r5814 | felicity | 2003-09-23 20:35:43 +0000 (Tue, 23 Sep 2003) | 4 lines WRT Razor patching, the README said "until at least 2.36" which some people implied meant 2.36 fixed the problem. It now says "through at least 2.36" to help avoid confusion. ------------------------------------------------------------------------