You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2009/08/07 12:07:41 UTC

svn commit: r801930 - in /spamassassin/trunk: Changes lib/Mail/SpamAssassin.pm

Author: jm
Date: Fri Aug  7 10:07:40 2009
New Revision: 801930

URL: http://svn.apache.org/viewvc?rev=801930&view=rev
Log:
preparing to release 3.3.0-alpha2

Modified:
    spamassassin/trunk/Changes
    spamassassin/trunk/lib/Mail/SpamAssassin.pm

Modified: spamassassin/trunk/Changes
URL: http://svn.apache.org/viewvc/spamassassin/trunk/Changes?rev=801930&r1=801929&r2=801930&view=diff
==============================================================================
--- spamassassin/trunk/Changes (original)
+++ spamassassin/trunk/Changes Fri Aug  7 10:07:40 2009
@@ -1,4 +1,1375 @@
 ------------------------------------------------------------------------
+r801897 | jm | 2009-08-07 07:17:29 +0000 (Fri, 07 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r801848 | jm | 2009-08-06 23:59:52 +0000 (Thu, 06 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r801809 | jm | 2009-08-06 20:17:01 +0000 (Thu, 06 Aug 2009) | 1 line
+
+bug 6049: IPv6 addresses now recognised in Received headers.  add test case
+------------------------------------------------------------------------
+r801805 | jm | 2009-08-06 20:06:44 +0000 (Thu, 06 Aug 2009) | 1 line
+
+bug 5455: turn off shortcircuiting by default; admins can enable it if they like. add those to local.cf where they're more appropriate
+------------------------------------------------------------------------
+r801790 | jm | 2009-08-06 19:39:52 +0000 (Thu, 06 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r801771 | mmartinec | 2009-08-06 18:56:44 +0000 (Thu, 06 Aug 2009) | 3 lines
+
+Bug 5893 (and Bug 5965): bayes_sql_override_username is ignored
+if value evalutes to 'false'
+
+------------------------------------------------------------------------
+r801769 | mmartinec | 2009-08-06 18:49:16 +0000 (Thu, 06 Aug 2009) | 2 lines
+
+Oops.
+
+------------------------------------------------------------------------
+r801734 | mmartinec | 2009-08-06 17:19:08 +0000 (Thu, 06 Aug 2009) | 3 lines
+
+Bug 5656: allow message to be fed to SA by any IO::* object,
+not just by IO::File or GLOB
+
+------------------------------------------------------------------------
+r801714 | mmartinec | 2009-08-06 16:54:11 +0000 (Thu, 06 Aug 2009) | 2 lines
+
+Bug 5505: parsing of mbx format tidbits
+
+------------------------------------------------------------------------
+r801707 | mmartinec | 2009-08-06 16:28:06 +0000 (Thu, 06 Aug 2009) | 3 lines
+
+Bug 5463: enhance got_hit API for dynamic scores & descriptions
+(loosely based on the patch provided there)
+
+------------------------------------------------------------------------
+r801663 | jm | 2009-08-06 15:06:40 +0000 (Thu, 06 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r801547 | mmartinec | 2009-08-06 09:06:00 +0000 (Thu, 06 Aug 2009) | 2 lines
+
+missing_hb_separator.t: avoid dependency on MISSING_SUBJECT rule
+
+------------------------------------------------------------------------
+r801520 | jm | 2009-08-06 07:07:41 +0000 (Thu, 06 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r801494 | jhardin | 2009-08-06 02:07:10 +0000 (Thu, 06 Aug 2009) | 1 line
+
+add rule for 'European Parliament' spam law
+------------------------------------------------------------------------
+r801487 | mmartinec | 2009-08-06 01:16:19 +0000 (Thu, 06 Aug 2009) | 24 lines
+
+Bug 6141, Bug 5673:
+- let "ALL:raw" pseudoheader return pristine headers, and
+  revert the semantics of "ALL" to return a cleaned header
+  section, i.e. reverting change in Node.pm by r607590;
+- delay bailing out of parsing a header section on the
+  first invalid header field, it's to easily abusable;
+  add tests to t/missing_hb_separator.t accordingly;
+- generalize parsing of modifiers like :raw and :addr
+  to allow multiple modifiers; document it;
+- do not require a space after a colon while parsing
+  Received header fields;
+- change a couple of get("ALL") to get("ALL:raw")
+  in PerMsgStatus.pm and in t/data/Dumpheaders.pm
+  to retain semantics;
+- rules/20_head_tests.cf: change most of ALL to ALL:raw
+  to retain semantics; (should be reviewed to make sure
+  this is really what we want);
+- 20_head_tests.cf, 20_ratware.cf: add regexp modifier /m
+  to several rules which use ^ or $ anchors to make it
+  harder to bypass these rules by providing multiple
+  header fields (e.g. double Subject or From). It is
+  almost always wrong (or irrelevant) to leave out
+  the /m modifier on header rules which use anchors.
+
+------------------------------------------------------------------------
+r801467 | jm | 2009-08-05 23:37:24 +0000 (Wed, 05 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r801372 | jm | 2009-08-05 19:24:51 +0000 (Wed, 05 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r801301 | hege | 2009-08-05 16:55:44 +0000 (Wed, 05 Aug 2009) | 1 line
+
+remove pounds for now, might break mkrules
+------------------------------------------------------------------------
+r801261 | jm | 2009-08-05 15:22:19 +0000 (Wed, 05 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r801101 | jm | 2009-08-05 09:27:48 +0000 (Wed, 05 Aug 2009) | 1 line
+
+bug 5749: ensure header tags produce whitespace surrounding them; add tests for this and for bug 6168
+------------------------------------------------------------------------
+r801100 | jm | 2009-08-05 09:16:54 +0000 (Wed, 05 Aug 2009) | 1 line
+
+bug 6168: <title> tags should be surrounded by an implicit whitespace char in text rendering of HTML
+------------------------------------------------------------------------
+r801099 | jm | 2009-08-05 09:13:54 +0000 (Wed, 05 Aug 2009) | 1 line
+
+bug 6131: META_MERGE is a recent addition to ExtUtils::MakeMaker; don't add it if the MM version is less than 6.46
+------------------------------------------------------------------------
+r801077 | jm | 2009-08-05 07:10:09 +0000 (Wed, 05 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r801019 | jm | 2009-08-04 23:32:00 +0000 (Tue, 04 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r800932 | jm | 2009-08-04 19:36:01 +0000 (Tue, 04 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r800930 | jm | 2009-08-04 19:24:09 +0000 (Tue, 04 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r800867 | mmartinec | 2009-08-04 16:36:31 +0000 (Tue, 04 Aug 2009) | 4 lines
+
+Bug 6016: fix parsing of a header field, a space is not required
+after a colon; also, accept WSP before a colon in a header field
+(obsolete rfc822 syntax) in MIME subheaders; + cosmetic, comment
+
+------------------------------------------------------------------------
+r800866 | jhardin | 2009-08-04 16:36:28 +0000 (Tue, 04 Aug 2009) | 1 line
+
+rule for HTML attachments (vs. body parts)
+------------------------------------------------------------------------
+r800836 | jm | 2009-08-04 15:10:16 +0000 (Tue, 04 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r800691 | jm | 2009-08-04 07:46:29 +0000 (Tue, 04 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r800690 | jm | 2009-08-04 07:31:24 +0000 (Tue, 04 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r800518 | jm | 2009-08-03 19:52:24 +0000 (Mon, 03 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r800449 | jm | 2009-08-03 16:15:47 +0000 (Mon, 03 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r800227 | jm | 2009-08-03 07:14:59 +0000 (Mon, 03 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r800219 | hege | 2009-08-03 06:47:22 +0000 (Mon, 03 Aug 2009) | 1 line
+
+improve hk_random
+------------------------------------------------------------------------
+r800167 | jm | 2009-08-03 00:02:07 +0000 (Mon, 03 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r800152 | jm | 2009-08-02 22:25:31 +0000 (Sun, 02 Aug 2009) | 1 line
+
+bug 5873: include check_whitelist and check_spamd in distribution.   Now called 'sa-awl' and 'sa-check_spamd'
+------------------------------------------------------------------------
+r800138 | jm | 2009-08-02 19:36:24 +0000 (Sun, 02 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r800134 | jm | 2009-08-02 19:18:30 +0000 (Sun, 02 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r800108 | hege | 2009-08-02 17:16:21 +0000 (Sun, 02 Aug 2009) | 1 line
+
+improve hk_random
+------------------------------------------------------------------------
+r800092 | jm | 2009-08-02 14:58:14 +0000 (Sun, 02 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r800001 | jm | 2009-08-02 07:15:28 +0000 (Sun, 02 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r800000 | jm | 2009-08-02 07:03:01 +0000 (Sun, 02 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799988 | jhardin | 2009-08-02 04:45:07 +0000 (Sun, 02 Aug 2009) | 1 line
+
+tweak fill_this_form
+------------------------------------------------------------------------
+r799960 | jm | 2009-08-01 23:18:49 +0000 (Sat, 01 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799908 | jm | 2009-08-01 19:16:12 +0000 (Sat, 01 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799896 | jm | 2009-08-01 16:40:54 +0000 (Sat, 01 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799810 | jm | 2009-08-01 07:01:03 +0000 (Sat, 01 Aug 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799770 | jm | 2009-07-31 23:29:24 +0000 (Fri, 31 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799719 | jm | 2009-07-31 19:46:50 +0000 (Fri, 31 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799713 | jm | 2009-07-31 19:30:35 +0000 (Fri, 31 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799626 | jm | 2009-07-31 14:49:58 +0000 (Fri, 31 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799529 | jm | 2009-07-31 07:08:39 +0000 (Fri, 31 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799528 | jm | 2009-07-31 06:56:47 +0000 (Fri, 31 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799471 | jm | 2009-07-30 23:29:54 +0000 (Thu, 30 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799468 | jhardin | 2009-07-30 22:53:21 +0000 (Thu, 30 Jul 2009) | 1 line
+
+add rDNS=localhost rule for last external
+------------------------------------------------------------------------
+r799426 | jm | 2009-07-30 19:37:26 +0000 (Thu, 30 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799323 | jm | 2009-07-30 15:18:57 +0000 (Thu, 30 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799190 | jm | 2009-07-30 07:11:30 +0000 (Thu, 30 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799125 | jm | 2009-07-29 23:35:41 +0000 (Wed, 29 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799048 | jm | 2009-07-29 20:13:14 +0000 (Wed, 29 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r799040 | jm | 2009-07-29 20:00:25 +0000 (Wed, 29 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r798957 | jm | 2009-07-29 15:45:19 +0000 (Wed, 29 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r798804 | jm | 2009-07-29 07:21:23 +0000 (Wed, 29 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r798727 | jm | 2009-07-28 23:42:58 +0000 (Tue, 28 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r798721 | jm | 2009-07-28 22:20:54 +0000 (Tue, 28 Jul 2009) | 1 line
+
+bug 6133: shortcircuit_spam_score and shortcircuit_ham_score were nonfunctional.  fix
+------------------------------------------------------------------------
+r798685 | jm | 2009-07-28 19:50:18 +0000 (Tue, 28 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r798675 | jm | 2009-07-28 19:36:14 +0000 (Tue, 28 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r798565 | jm | 2009-07-28 15:36:25 +0000 (Tue, 28 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r798423 | jm | 2009-07-28 07:15:55 +0000 (Tue, 28 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r798309 | jm | 2009-07-27 22:24:44 +0000 (Mon, 27 Jul 2009) | 1 line
+
+check in current ruleqa.cgi config
+------------------------------------------------------------------------
+r798308 | jm | 2009-07-27 22:22:40 +0000 (Mon, 27 Jul 2009) | 1 line
+
+allow really old ham logs, so we can still use the TREC Enron ham corpus in mass-checks
+------------------------------------------------------------------------
+r798307 | jm | 2009-07-27 22:21:35 +0000 (Mon, 27 Jul 2009) | 1 line
+
+remove corpus-hourly, long replaced by reports-from-logs/import-logs
+------------------------------------------------------------------------
+r798289 | hege | 2009-07-27 21:27:10 +0000 (Mon, 27 Jul 2009) | 1 line
+
+
+------------------------------------------------------------------------
+r798285 | jhardin | 2009-07-27 21:18:12 +0000 (Mon, 27 Jul 2009) | 1 line
+
+URI obfu tweaks
+------------------------------------------------------------------------
+r798267 | jm | 2009-07-27 19:31:48 +0000 (Mon, 27 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r798198 | hege | 2009-07-27 16:10:29 +0000 (Mon, 27 Jul 2009) | 1 line
+
+my test rules
+------------------------------------------------------------------------
+r798185 | jm | 2009-07-27 15:12:23 +0000 (Mon, 27 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r798179 | jm | 2009-07-27 14:59:36 +0000 (Mon, 27 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r798047 | jm | 2009-07-27 07:14:24 +0000 (Mon, 27 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r798004 | jm | 2009-07-26 23:32:21 +0000 (Sun, 26 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797978 | jm | 2009-07-26 19:35:59 +0000 (Sun, 26 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797977 | jm | 2009-07-26 19:23:40 +0000 (Sun, 26 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797941 | jm | 2009-07-26 14:36:38 +0000 (Sun, 26 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797866 | jm | 2009-07-26 07:00:29 +0000 (Sun, 26 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797853 | jm | 2009-07-25 23:20:57 +0000 (Sat, 25 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797842 | jm | 2009-07-25 21:22:25 +0000 (Sat, 25 Jul 2009) | 1 line
+
+fix pasteable formatting, add a URL to each one
+------------------------------------------------------------------------
+r797841 | jm | 2009-07-25 21:20:27 +0000 (Sat, 25 Jul 2009) | 1 line
+
+update rsync config to remove obsolete stable upload location; chmod files before rsyncing to sa2
+------------------------------------------------------------------------
+r797825 | jm | 2009-07-25 19:25:46 +0000 (Sat, 25 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797794 | jm | 2009-07-25 16:48:26 +0000 (Sat, 25 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797709 | jhardin | 2009-07-25 02:54:48 +0000 (Sat, 25 Jul 2009) | 1 line
+
+bug 6165: ReplaceTags unbalanced < fix no longer needs non-greedy match
+------------------------------------------------------------------------
+r797693 | jm | 2009-07-24 23:52:38 +0000 (Fri, 24 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797691 | jm | 2009-07-24 23:37:38 +0000 (Fri, 24 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797612 | jm | 2009-07-24 19:10:55 +0000 (Fri, 24 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797504 | jm | 2009-07-24 14:46:15 +0000 (Fri, 24 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797413 | jm | 2009-07-24 10:40:16 +0000 (Fri, 24 Jul 2009) | 1 line
+
+fix mass-check bug: if one target used --after and the other did not, behaviour of whether the --after would also leak into the latter target was essentially random, depending on hash key ordering
+------------------------------------------------------------------------
+r797367 | jm | 2009-07-24 08:50:01 +0000 (Fri, 24 Jul 2009) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r797339 | jm | 2009-07-24 06:55:41 +0000 (Fri, 24 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797276 | jhardin | 2009-07-24 00:12:49 +0000 (Fri, 24 Jul 2009) | 1 line
+
+ReplaceTags parser should ignore unpaired angle brackets
+------------------------------------------------------------------------
+r797272 | jm | 2009-07-24 00:08:40 +0000 (Fri, 24 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797271 | sidney | 2009-07-24 00:05:39 +0000 (Fri, 24 Jul 2009) | 1 line
+
+bug 6143: Rule2XSBody segfaults when a rule contains NUL chars
+------------------------------------------------------------------------
+r797265 | jm | 2009-07-23 23:52:32 +0000 (Thu, 23 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797202 | jm | 2009-07-23 19:27:39 +0000 (Thu, 23 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797138 | jm | 2009-07-23 16:35:46 +0000 (Thu, 23 Jul 2009) | 1 line
+
+avoid trivial gcc -Wall warning
+------------------------------------------------------------------------
+r797084 | jm | 2009-07-23 14:36:34 +0000 (Thu, 23 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r797082 | jm | 2009-07-23 14:28:17 +0000 (Thu, 23 Jul 2009) | 1 line
+
+release build procedure now needs another password
+------------------------------------------------------------------------
+r797080 | jm | 2009-07-23 14:21:09 +0000 (Thu, 23 Jul 2009) | 1 line
+
+bug 6051: avoid missing BOUNCE_MESSAGE hit due to rejection notice using report-type=disposition-notification
+------------------------------------------------------------------------
+r797074 | jm | 2009-07-23 14:02:15 +0000 (Thu, 23 Jul 2009) | 1 line
+
+fix path from ssh
+------------------------------------------------------------------------
+r797044 | jm | 2009-07-23 12:34:44 +0000 (Thu, 23 Jul 2009) | 1 line
+
+bug 6151: sign the rules packages with the normal rule signing key, not the distro packaging key, so sa-update doesn't complain
+------------------------------------------------------------------------
+r797029 | jm | 2009-07-23 11:51:48 +0000 (Thu, 23 Jul 2009) | 1 line
+
+bug 6132: move the FreeMail ruleset and plugin to core distro
+------------------------------------------------------------------------
+r796964 | jm | 2009-07-23 06:40:42 +0000 (Thu, 23 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r796913 | jm | 2009-07-22 23:41:06 +0000 (Wed, 22 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r796852 | jm | 2009-07-22 19:35:06 +0000 (Wed, 22 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r796653 | jm | 2009-07-22 09:57:57 +0000 (Wed, 22 Jul 2009) | 1 line
+
+add jm config file
+------------------------------------------------------------------------
+r796638 | jm | 2009-07-22 09:22:02 +0000 (Wed, 22 Jul 2009) | 1 line
+
+hmm. attempt a fix of broken nightly mass-checks
+------------------------------------------------------------------------
+r796632 | jm | 2009-07-22 08:50:02 +0000 (Wed, 22 Jul 2009) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r796621 | jm | 2009-07-22 07:15:22 +0000 (Wed, 22 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r796583 | jm | 2009-07-21 23:38:59 +0000 (Tue, 21 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r796565 | jm | 2009-07-21 22:12:32 +0000 (Tue, 21 Jul 2009) | 1 line
+
+allow generic mass-check opts in corpus.nightly
+------------------------------------------------------------------------
+r796563 | jm | 2009-07-21 22:12:05 +0000 (Tue, 21 Jul 2009) | 1 line
+
+add commentary; use an empty mbox if a corpus for a particular class does not exist for each submitter
+------------------------------------------------------------------------
+r796561 | jm | 2009-07-21 22:10:28 +0000 (Tue, 21 Jul 2009) | 1 line
+
+update mass-check default settings for bb-foo mass-checks on the zone. limit to the most recent 50k spam messages per submitter, within at most the past 6 months
+------------------------------------------------------------------------
+r796557 | jm | 2009-07-21 22:04:59 +0000 (Tue, 21 Jul 2009) | 1 line
+
+remove min-date requirement for mass-checked spam on nightly mass-checks; a better fix would be to allow empty spam corpora
+------------------------------------------------------------------------
+r796555 | jm | 2009-07-21 22:03:34 +0000 (Tue, 21 Jul 2009) | 1 line
+
+hide superfluous daterev strings in ruleqa web UI
+------------------------------------------------------------------------
+r796507 | jm | 2009-07-21 19:31:59 +0000 (Tue, 21 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r796491 | jm | 2009-07-21 19:23:51 +0000 (Tue, 21 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r796332 | jm | 2009-07-21 15:05:24 +0000 (Tue, 21 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r796283 | jhardin | 2009-07-21 13:10:58 +0000 (Tue, 21 Jul 2009) | 1 line
+
+Drop older URI obfu rule
+------------------------------------------------------------------------
+r796282 | jhardin | 2009-07-21 13:08:26 +0000 (Tue, 21 Jul 2009) | 1 line
+
+tweak uri obfu - try to avoid masscheck FPs
+------------------------------------------------------------------------
+r796216 | jm | 2009-07-21 09:44:45 +0000 (Tue, 21 Jul 2009) | 1 line
+
+oops. this change was made to the wrong rules tree
+------------------------------------------------------------------------
+r796167 | jm | 2009-07-21 07:16:25 +0000 (Tue, 21 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r796063 | jm | 2009-07-20 23:33:39 +0000 (Mon, 20 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795973 | jm | 2009-07-20 19:34:21 +0000 (Mon, 20 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795964 | jm | 2009-07-20 19:26:27 +0000 (Mon, 20 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795847 | jm | 2009-07-20 14:10:47 +0000 (Mon, 20 Jul 2009) | 1 line
+
+bug 6157: remove WHOIS_* rules, since the open-whois.org domain has lapsed
+------------------------------------------------------------------------
+r795846 | jm | 2009-07-20 14:10:33 +0000 (Mon, 20 Jul 2009) | 1 line
+
+bug 6152: another revision
+------------------------------------------------------------------------
+r795844 | jm | 2009-07-20 13:57:42 +0000 (Mon, 20 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795698 | jm | 2009-07-20 06:08:36 +0000 (Mon, 20 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795651 | jm | 2009-07-19 22:41:39 +0000 (Sun, 19 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795648 | jm | 2009-07-19 22:33:53 +0000 (Sun, 19 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795606 | jm | 2009-07-19 20:04:38 +0000 (Sun, 19 Jul 2009) | 1 line
+
+oops, syntax error
+------------------------------------------------------------------------
+r795605 | jm | 2009-07-19 20:03:33 +0000 (Sun, 19 Jul 2009) | 1 line
+
+oops, forgot to fix the spam corpus name
+------------------------------------------------------------------------
+r795588 | jm | 2009-07-19 18:27:12 +0000 (Sun, 19 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795578 | jhardin | 2009-07-19 17:13:21 +0000 (Sun, 19 Jul 2009) | 1 line
+
+tweak uri obfu - try to avoid masscheck FPs
+------------------------------------------------------------------------
+r795539 | jm | 2009-07-19 13:41:41 +0000 (Sun, 19 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795481 | jm | 2009-07-19 06:06:54 +0000 (Sun, 19 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795441 | jm | 2009-07-18 22:27:33 +0000 (Sat, 18 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795430 | jhardin | 2009-07-18 21:01:52 +0000 (Sat, 18 Jul 2009) | 1 line
+
+tweak uri obfu - try to avoid masscheck FPs
+------------------------------------------------------------------------
+r795427 | jm | 2009-07-18 20:42:51 +0000 (Sat, 18 Jul 2009) | 1 line
+
+allow use of a default rsync password for the nightly mass-checks
+------------------------------------------------------------------------
+r795411 | jm | 2009-07-18 18:24:37 +0000 (Sat, 18 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795380 | jm | 2009-07-18 14:39:31 +0000 (Sat, 18 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795325 | jm | 2009-07-18 08:50:03 +0000 (Sat, 18 Jul 2009) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r795320 | jm | 2009-07-18 06:04:08 +0000 (Sat, 18 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795262 | jm | 2009-07-17 22:47:16 +0000 (Fri, 17 Jul 2009) | 1 line
+
+new nightly-mass-check infrastructure
+------------------------------------------------------------------------
+r795259 | jm | 2009-07-17 22:41:31 +0000 (Fri, 17 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795255 | jm | 2009-07-17 22:35:24 +0000 (Fri, 17 Jul 2009) | 1 line
+
+add new template source for .corpus config files
+------------------------------------------------------------------------
+r795254 | jm | 2009-07-17 22:35:06 +0000 (Fri, 17 Jul 2009) | 1 line
+
+remove obsolete .corpus files, better to template them from a common source
+------------------------------------------------------------------------
+r795253 | jm | 2009-07-17 22:33:15 +0000 (Fri, 17 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795249 | jm | 2009-07-17 22:18:55 +0000 (Fri, 17 Jul 2009) | 1 line
+
+change nitemc to be more efficient when multiple users are being mass-checked each night
+------------------------------------------------------------------------
+r795248 | jm | 2009-07-17 22:18:40 +0000 (Fri, 17 Jul 2009) | 1 line
+
+change nitemc to be more efficient when multiple users are being mass-checked each night
+------------------------------------------------------------------------
+r795237 | jm | 2009-07-17 21:44:05 +0000 (Fri, 17 Jul 2009) | 1 line
+
+speedup; more efficient time_t-to-bucket conversion algorithm
+------------------------------------------------------------------------
+r795181 | jm | 2009-07-17 18:25:07 +0000 (Fri, 17 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795080 | jm | 2009-07-17 13:36:46 +0000 (Fri, 17 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r795079 | jm | 2009-07-17 13:35:42 +0000 (Fri, 17 Jul 2009) | 1 line
+
+improve unhelpful error message
+------------------------------------------------------------------------
+r795015 | jm | 2009-07-17 08:50:02 +0000 (Fri, 17 Jul 2009) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r794970 | jm | 2009-07-17 06:05:28 +0000 (Fri, 17 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r794888 | jm | 2009-07-16 22:12:26 +0000 (Thu, 16 Jul 2009) | 1 line
+
+avoid build errors from 'make'
+------------------------------------------------------------------------
+r794884 | jm | 2009-07-16 21:56:43 +0000 (Thu, 16 Jul 2009) | 1 line
+
+bug 6152: update INVALID_DATE_TZ_ABSURD, thanks to Steve Freegard
+------------------------------------------------------------------------
+r794881 | jm | 2009-07-16 21:50:57 +0000 (Thu, 16 Jul 2009) | 1 line
+
+bug 6130: META.yml should contain additional useful metadata about the project, bug tracker, license, mailing lists etc
+------------------------------------------------------------------------
+r794880 | jm | 2009-07-16 21:50:06 +0000 (Thu, 16 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r794877 | jm | 2009-07-16 21:42:13 +0000 (Thu, 16 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r794871 | jm | 2009-07-16 21:31:08 +0000 (Thu, 16 Jul 2009) | 1 line
+
+bug 6091: correct documentation for 'rawbody' rule type regarding line breaks
+------------------------------------------------------------------------
+r794868 | jm | 2009-07-16 21:29:05 +0000 (Thu, 16 Jul 2009) | 1 line
+
+bug 5905: remove constantcontact.com from the default uridnsbl_skip_domain list
+------------------------------------------------------------------------
+r794866 | jm | 2009-07-16 21:25:58 +0000 (Thu, 16 Jul 2009) | 1 line
+
+bug 5995: remove a batch of domains from the default uridnsbl_skip_domain list
+------------------------------------------------------------------------
+r794847 | jm | 2009-07-16 20:45:52 +0000 (Thu, 16 Jul 2009) | 1 line
+
+bug 5850: integrate corpus quality report into the rule-QA app
+------------------------------------------------------------------------
+r794781 | jm | 2009-07-16 19:03:08 +0000 (Thu, 16 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r794768 | jm | 2009-07-16 17:55:15 +0000 (Thu, 16 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r794744 | jm | 2009-07-16 16:40:01 +0000 (Thu, 16 Jul 2009) | 1 line
+
+always make this warning a dbg(); it occurs a lot during test suite runs
+------------------------------------------------------------------------
+r794742 | jm | 2009-07-16 16:36:01 +0000 (Thu, 16 Jul 2009) | 1 line
+
+bug 5530: spamd-apache2: add support for HEADERS verb; note need to set -H switch
+------------------------------------------------------------------------
+r794738 | jm | 2009-07-16 16:30:39 +0000 (Thu, 16 Jul 2009) | 1 line
+
+bug 4612: merge minor RPM build patch; most of this was already merged
+------------------------------------------------------------------------
+r794606 | jm | 2009-07-16 09:30:03 +0000 (Thu, 16 Jul 2009) | 1 line
+
+bug 6114: update KHOP_SC rules
+------------------------------------------------------------------------
+r794596 | jm | 2009-07-16 08:50:05 +0000 (Thu, 16 Jul 2009) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r794494 | jhardin | 2009-07-16 02:13:24 +0000 (Thu, 16 Jul 2009) | 1 line
+
+refine uri_obfu rule for [dot] obfuscations
+------------------------------------------------------------------------
+r794493 | kb | 2009-07-16 02:08:40 +0000 (Thu, 16 Jul 2009) | 3 lines
+
+Add RCVD_IN_PSBL rule for testing, bug 6156.
+
+
+------------------------------------------------------------------------
+r794467 | jm | 2009-07-16 00:00:19 +0000 (Thu, 16 Jul 2009) | 1 line
+
+fix
+------------------------------------------------------------------------
+r794465 | jm | 2009-07-15 23:53:05 +0000 (Wed, 15 Jul 2009) | 1 line
+
+another log filename format
+------------------------------------------------------------------------
+r794463 | jm | 2009-07-15 23:46:51 +0000 (Wed, 15 Jul 2009) | 1 line
+
+annoying multi-machine problems
+------------------------------------------------------------------------
+r794461 | jm | 2009-07-15 23:44:54 +0000 (Wed, 15 Jul 2009) | 1 line
+
+a little more debugging
+------------------------------------------------------------------------
+r794458 | jm | 2009-07-15 23:31:01 +0000 (Wed, 15 Jul 2009) | 1 line
+
+port those new-report changes to the correct script this time
+------------------------------------------------------------------------
+r794457 | jm | 2009-07-15 23:30:46 +0000 (Wed, 15 Jul 2009) | 1 line
+
+remove obsolete script, doh
+------------------------------------------------------------------------
+r794453 | jm | 2009-07-15 23:12:49 +0000 (Wed, 15 Jul 2009) | 1 line
+
+chase through the new report type
+------------------------------------------------------------------------
+r794450 | jm | 2009-07-15 22:52:20 +0000 (Wed, 15 Jul 2009) | 1 line
+
+build corpus reports
+------------------------------------------------------------------------
+r794449 | jm | 2009-07-15 22:50:51 +0000 (Wed, 15 Jul 2009) | 1 line
+
+run the report script for each nightly mass-check for rule-QA
+------------------------------------------------------------------------
+r794444 | jm | 2009-07-15 22:39:39 +0000 (Wed, 15 Jul 2009) | 1 line
+
+bug 5850: add utility to generate a 'corpus makeup report' from mass-check logs
+------------------------------------------------------------------------
+r794397 | jhardin | 2009-07-15 20:19:58 +0000 (Wed, 15 Jul 2009) | 1 line
+
+tweak uri obfu and misc test rules
+------------------------------------------------------------------------
+r794320 | jm | 2009-07-15 16:20:22 +0000 (Wed, 15 Jul 2009) | 1 line
+
+bug 6040: avoid Portuguese FP for FRT_VALIUM1: 'verifiquem'
+------------------------------------------------------------------------
+r794319 | jm | 2009-07-15 16:20:00 +0000 (Wed, 15 Jul 2009) | 1 line
+
+bug 6040: avoid Portuguese FP for FRT_VALIUM1: 'verifiquem'
+------------------------------------------------------------------------
+r794216 | jm | 2009-07-15 10:17:50 +0000 (Wed, 15 Jul 2009) | 1 line
+
+bug 6086: fix false positives on FRT_VALIUM1, FRT_VALIUM2, thanks to Schwaller Remo
+------------------------------------------------------------------------
+r794196 | jm | 2009-07-15 08:50:06 +0000 (Wed, 15 Jul 2009) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r794060 | jm | 2009-07-14 20:40:44 +0000 (Tue, 14 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r793881 | jm | 2009-07-14 12:21:14 +0000 (Tue, 14 Jul 2009) | 1 line
+
+check in about-to-be-obsoleted rsyncer
+------------------------------------------------------------------------
+r793880 | jm | 2009-07-14 12:20:57 +0000 (Tue, 14 Jul 2009) | 1 line
+
+match config
+------------------------------------------------------------------------
+r793879 | jm | 2009-07-14 12:20:44 +0000 (Tue, 14 Jul 2009) | 1 line
+
+no longer need to support proxying
+------------------------------------------------------------------------
+r793878 | jm | 2009-07-14 12:20:14 +0000 (Tue, 14 Jul 2009) | 1 line
+
+back up /var/www too
+------------------------------------------------------------------------
+r793877 | jm | 2009-07-14 12:17:15 +0000 (Tue, 14 Jul 2009) | 1 line
+
+current config
+------------------------------------------------------------------------
+r793876 | jm | 2009-07-14 12:15:28 +0000 (Tue, 14 Jul 2009) | 1 line
+
+change backup script to rsync instead of tgz, requested by Infra
+------------------------------------------------------------------------
+r793817 | jm | 2009-07-14 08:50:14 +0000 (Tue, 14 Jul 2009) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r793666 | jhardin | 2009-07-13 19:15:06 +0000 (Mon, 13 Jul 2009) | 1 line
+
+tweaking uri_obfu_www
+------------------------------------------------------------------------
+r793638 | jhardin | 2009-07-13 17:42:22 +0000 (Mon, 13 Jul 2009) | 1 line
+
+Add misc rules file. Check for multiple @ in Reply-To and Sender headers.
+------------------------------------------------------------------------
+r793622 | jhardin | 2009-07-13 16:43:51 +0000 (Mon, 13 Jul 2009) | 1 line
+
+tweaking uri_obfu_www
+------------------------------------------------------------------------
+r793604 | jm | 2009-07-13 15:03:59 +0000 (Mon, 13 Jul 2009) | 1 line
+
+bug 5871: add POD documentation for --filter-retries, --filter-retry-sleep
+------------------------------------------------------------------------
+r793520 | jm | 2009-07-13 09:46:35 +0000 (Mon, 13 Jul 2009) | 1 line
+
+match the format of what JH is uploading
+------------------------------------------------------------------------
+r793513 | jm | 2009-07-13 09:20:47 +0000 (Mon, 13 Jul 2009) | 1 line
+
+ensure this script doesn't rely on Makefile.PL having been run
+------------------------------------------------------------------------
+r793418 | jm | 2009-07-12 22:19:50 +0000 (Sun, 12 Jul 2009) | 1 line
+
+bug 6145: now that sa-update is required to install rules in 3.3.0, Archive::Tar needs to be added to the required module list
+------------------------------------------------------------------------
+r793404 | jm | 2009-07-12 20:38:58 +0000 (Sun, 12 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r793375 | jhardin | 2009-07-12 16:36:11 +0000 (Sun, 12 Jul 2009) | 1 line
+
+fillform tuning
+------------------------------------------------------------------------
+r793371 | jhardin | 2009-07-12 16:19:17 +0000 (Sun, 12 Jul 2009) | 1 line
+
+fillform and URI obfuscation tuning
+------------------------------------------------------------------------
+r793294 | jm | 2009-07-12 08:50:02 +0000 (Sun, 12 Jul 2009) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r793268 | jm | 2009-07-12 04:39:45 +0000 (Sun, 12 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r793234 | jm | 2009-07-11 22:15:01 +0000 (Sat, 11 Jul 2009) | 1 line
+
+bug 6100: simply skip the test if the min-version check for Mail::DKIM fails
+------------------------------------------------------------------------
+r793232 | jm | 2009-07-11 22:04:16 +0000 (Sat, 11 Jul 2009) | 1 line
+
+latest rev of INVALID_DATE_TZ_ABSURD_BUG6152
+------------------------------------------------------------------------
+r793230 | jm | 2009-07-11 21:51:36 +0000 (Sat, 11 Jul 2009) | 1 line
+
+the rulesrc external is no more
+------------------------------------------------------------------------
+r793227 | jm | 2009-07-11 21:45:30 +0000 (Sat, 11 Jul 2009) | 1 line
+
+remove overzealous check since the workaround for the svn:externals propdel bug is that the top-level dir cannot be checked in
+------------------------------------------------------------------------
+r793225 | jm | 2009-07-11 21:43:11 +0000 (Sat, 11 Jul 2009) | 1 line
+
+more removal of build/nightlymc
+------------------------------------------------------------------------
+r793223 | jm | 2009-07-11 21:41:53 +0000 (Sat, 11 Jul 2009) | 1 line
+
+hmm. revert. that won't work due to ownership
+------------------------------------------------------------------------
+r793222 | jm | 2009-07-11 21:39:55 +0000 (Sat, 11 Jul 2009) | 1 line
+
+update to get rid of superfluous checkout
+------------------------------------------------------------------------
+r793221 | jm | 2009-07-11 21:32:46 +0000 (Sat, 11 Jul 2009) | 1 line
+
+oops, update path
+------------------------------------------------------------------------
+r793220 | jm | 2009-07-11 21:30:48 +0000 (Sat, 11 Jul 2009) | 1 line
+
+oops, update path
+------------------------------------------------------------------------
+r793156 | mmartinec | 2009-07-11 00:40:23 +0000 (Sat, 11 Jul 2009) | 3 lines
+
+Bug 5985 - Client.pm: deal gracefully with a Perl I/O bug which may
+return status EBADF at eof; add: use strict; use warnings; use re 'taint'
+
+------------------------------------------------------------------------
+r793151 | mmartinec | 2009-07-11 00:08:53 +0000 (Sat, 11 Jul 2009) | 3 lines
+
+50_scores.cf: tweak some DKIM scores, most notably
+increase the score on DKIM_ADSP_NXDOMAIN
+
+------------------------------------------------------------------------
+r793149 | mmartinec | 2009-07-10 23:57:36 +0000 (Fri, 10 Jul 2009) | 3 lines
+
+DKIM.pm and t/dkim2.t: anticipate support for NXDOMAIN and
+SERVFAIL ADSP statuses in future versions of Mail::DKIM.
+
+------------------------------------------------------------------------
+r793112 | jhardin | 2009-07-10 21:20:12 +0000 (Fri, 10 Jul 2009) | 1 line
+
+URI_OBFU_X9_WS recognize www.XX99\s.net as that avoids the URI parser
+------------------------------------------------------------------------
+r793083 | axb | 2009-07-10 19:25:36 +0000 (Fri, 10 Jul 2009) | 2 lines
+
+add uridnsbl_skip_domain openxmlformats.org passport.com xmlsoap.org
+
+------------------------------------------------------------------------
+r792947 | jhardin | 2009-07-10 13:30:28 +0000 (Fri, 10 Jul 2009) | 1 line
+
+Tweak fillform - spammers are adapting already
+------------------------------------------------------------------------
+r792929 | jm | 2009-07-10 12:45:13 +0000 (Fri, 10 Jul 2009) | 1 line
+
+bug 6152: updated
+------------------------------------------------------------------------
+r792903 | jm | 2009-07-10 12:07:22 +0000 (Fri, 10 Jul 2009) | 1 line
+
+bug 6152: try out test rule
+------------------------------------------------------------------------
+r792893 | jm | 2009-07-10 11:52:38 +0000 (Fri, 10 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r792879 | jm | 2009-07-10 10:50:56 +0000 (Fri, 10 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r792877 | jm | 2009-07-10 10:46:31 +0000 (Fri, 10 Jul 2009) | 1 line
+
+add a subdir
+------------------------------------------------------------------------
+r792875 | jm | 2009-07-10 10:34:50 +0000 (Fri, 10 Jul 2009) | 1 line
+
+fixes to support solaris, as usual
+------------------------------------------------------------------------
+r792870 | jm | 2009-07-10 10:27:21 +0000 (Fri, 10 Jul 2009) | 1 line
+
+rsync to each other for safety
+------------------------------------------------------------------------
+r792851 | jm | 2009-07-10 09:20:46 +0000 (Fri, 10 Jul 2009) | 1 line
+
+avoid wierd Solaris /bin/sh omission
+------------------------------------------------------------------------
+r792845 | jm | 2009-07-10 09:07:55 +0000 (Fri, 10 Jul 2009) | 1 line
+
+chmod +x
+------------------------------------------------------------------------
+r792844 | jm | 2009-07-10 09:06:56 +0000 (Fri, 10 Jul 2009) | 1 line
+
+oops, trivial fix
+------------------------------------------------------------------------
+r792843 | jm | 2009-07-10 09:03:49 +0000 (Fri, 10 Jul 2009) | 1 line
+
+update backup script for current zones
+------------------------------------------------------------------------
+r792842 | jm | 2009-07-10 09:03:09 +0000 (Fri, 10 Jul 2009) | 1 line
+
+update backup script for current zones
+------------------------------------------------------------------------
+r792840 | jm | 2009-07-10 08:58:35 +0000 (Fri, 10 Jul 2009) | 1 line
+
+moving backup scripts to new 'backend' dir too
+------------------------------------------------------------------------
+r792837 | jm | 2009-07-10 08:50:01 +0000 (Fri, 10 Jul 2009) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r792722 | jm | 2009-07-09 21:49:27 +0000 (Thu, 09 Jul 2009) | 1 line
+
+simplify and make more logical zone setup. move the active code dir from /export/home/automc/svn/spamassassin to /export/home/svn-trunk
+------------------------------------------------------------------------
+r792718 | jm | 2009-07-09 21:41:23 +0000 (Thu, 09 Jul 2009) | 1 line
+
+revert accidental commit
+------------------------------------------------------------------------
+r792717 | jm | 2009-07-09 21:40:38 +0000 (Thu, 09 Jul 2009) | 1 line
+
+move backend tasks from the build-oriented 'build' directory to a new, more logical 'backend' dir.  not packaged in tarballs, svn-only
+------------------------------------------------------------------------
+r792711 | jm | 2009-07-09 21:31:41 +0000 (Thu, 09 Jul 2009) | 1 line
+
+reenable nightly mass-checks with John's corpus, and no client/server mode
+------------------------------------------------------------------------
+r792621 | mmartinec | 2009-07-09 18:09:28 +0000 (Thu, 09 Jul 2009) | 2 lines
+
+t/dkim2.t: factor out common code, making it leaner and cleaner
+
+------------------------------------------------------------------------
+r792607 | mmartinec | 2009-07-09 17:02:09 +0000 (Thu, 09 Jul 2009) | 3 lines
+
+60_whitelist_dkim.cf tweaks: removed twitter.com based on
+recent trends there; add few more publishers
+
+------------------------------------------------------------------------
+r792553 | sidney | 2009-07-09 13:42:44 +0000 (Thu, 09 Jul 2009) | 1 line
+
+bug 5922: Remove efax.com from default whitelist. Also removed warehouse.com that I noticed is defunct
+------------------------------------------------------------------------
+r792454 | jm | 2009-07-09 08:50:01 +0000 (Thu, 09 Jul 2009) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r792364 | mmartinec | 2009-07-09 00:46:05 +0000 (Thu, 09 Jul 2009) | 4 lines
+
+rules: removed rule ENV_AND_HDR_DKIM_MATCH, its low score
+makes it irrelevant, and a more substantial negative score
+makes it a great resource for spammers
+
+------------------------------------------------------------------------
+r792363 | mmartinec | 2009-07-09 00:31:15 +0000 (Thu, 09 Jul 2009) | 7 lines
+
+t/dkim2.t: add ADSP network tests, now that some test _adsp
+resource records are published under a sa-test.spamassassin.org
+DNS zone. Plugin/DKIM.pm: deal with a missing method as_string in
+Mail::DKIM 0.35 (it was reintroduced in 0.36, but nevertheless).
+Disabling Razor2 scores in t/dkim2.t reduces the elapsed time
+for a dkim2.t test run from 80 seconds to 4 seconds.
+
+------------------------------------------------------------------------
+r792323 | sidney | 2009-07-08 21:12:17 +0000 (Wed, 08 Jul 2009) | 1 line
+
+bug 6143: Corrected fix that also prevents an infinite loop as well as the segfault in the case that a bug causes a one-character sa-compiled pattern
+------------------------------------------------------------------------
+r792282 | mmartinec | 2009-07-08 19:56:25 +0000 (Wed, 08 Jul 2009) | 2 lines
+
+Updates to 60_whitelist_dkim.cf based on recent logs.
+
+------------------------------------------------------------------------
+r792178 | jm | 2009-07-08 15:08:04 +0000 (Wed, 08 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r792172 | jm | 2009-07-08 14:59:36 +0000 (Wed, 08 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r792107 | jm | 2009-07-08 12:02:46 +0000 (Wed, 08 Jul 2009) | 1 line
+
+add John's upload to the nightly list
+------------------------------------------------------------------------
+r792100 | mmartinec | 2009-07-08 11:10:20 +0000 (Wed, 08 Jul 2009) | 3 lines
+
+moved def_whitelist_from_dkim entries to rules/60_whitelist_dkim.cf,
+deleted rulesrc/sandbox/mmartinec/60_whitelist_dkim.cf
+
+------------------------------------------------------------------------
+r792071 | jm | 2009-07-08 08:50:02 +0000 (Wed, 08 Jul 2009) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r791964 | mmartinec | 2009-07-07 20:10:37 +0000 (Tue, 07 Jul 2009) | 5 lines
+
+Plugin/DKIM.pm: use the Mail::DKIM::AuthorDomainPolicy
+instead of Mail::DKIM::DkimPolicy, when available (since
+Mail::DKIM 0.34). Added 6 new test messages along with
+corresponding ADSP tests in t/dkim2.t.
+
+------------------------------------------------------------------------
+r791904 | mmartinec | 2009-07-07 16:42:40 +0000 (Tue, 07 Jul 2009) | 3 lines
+
+Plugin/DKIM.pm: cosmetic, avoid a warning on undef $1
+when there is no "From" header field in a message.
+
+------------------------------------------------------------------------
+r791891 | mmartinec | 2009-07-07 16:10:42 +0000 (Tue, 07 Jul 2009) | 3 lines
+
+t/SATest.pm: suppress printing "Output can be examined in:"
+when there are no files to report.
+
+------------------------------------------------------------------------
+r791831 | jhardin | 2009-07-07 13:33:40 +0000 (Tue, 07 Jul 2009) | 2 lines
+
+More fillform tweaks
+
+------------------------------------------------------------------------
+r791820 | mmartinec | 2009-07-07 12:58:20 +0000 (Tue, 07 Jul 2009) | 5 lines
+
+Bug 6148: avoid $1 from getting tainted by fiddling with
+sub get_description_for_rule, and by localizing $1 throughout
+the sa-update. Use explicit untaining by untaint_var there
+instead of manually untainting variables.
+
+------------------------------------------------------------------------
+r791769 | mmartinec | 2009-07-07 09:33:32 +0000 (Tue, 07 Jul 2009) | 4 lines
+
+spamd: reset timer-reporting counters with every connection,
+makes a timing report as it was supposed to be (not cumulative).
+SpamAssassin.pm: cosmetic - don't call timer_enable twice.
+
+------------------------------------------------------------------------
+r791754 | jm | 2009-07-07 08:50:03 +0000 (Tue, 07 Jul 2009) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r791732 | mmartinec | 2009-07-07 07:44:20 +0000 (Tue, 07 Jul 2009) | 3 lines
+
+t/dkim2.t: remove a redundant call to init(0),
+it is already called from a compile_now
+
+------------------------------------------------------------------------
+r791715 | sidney | 2009-07-07 06:30:54 +0000 (Tue, 07 Jul 2009) | 1 line
+
+bug 6143: sa-compile generates code with segfault when a rule has a one character pattern
+------------------------------------------------------------------------
+r791657 | mmartinec | 2009-07-07 00:14:07 +0000 (Tue, 07 Jul 2009) | 4 lines
+
+Bug 6100, DependencyInfo.pm, DKIM.pm: bump the required
+minimal version of Mail::DKIM to 0.31 (warn otherwise, but
+not enforced). Updated associated text in DependencyInfo. 
+
+------------------------------------------------------------------------
+r791633 | jm | 2009-07-06 22:16:56 +0000 (Mon, 06 Jul 2009) | 1 line
+
+bug 5856: delete test rules committed long ago
+------------------------------------------------------------------------
+r791631 | jm | 2009-07-06 22:13:19 +0000 (Mon, 06 Jul 2009) | 1 line
+
+bug 6147: 'make install' from tarballs breaks sa-update
+------------------------------------------------------------------------
+r791599 | mmartinec | 2009-07-06 20:09:10 +0000 (Mon, 06 Jul 2009) | 5 lines
+
+Modify Plugin::DKIM to make it survive old versions of Mail::DKIM
+which did not have a per-signature methods 'result' and 'result_detail'.
+Update t/dkim2.t to report version of Mail::DKIM, and turn off
+some redundant clutter.
+
+------------------------------------------------------------------------
+r791511 | jm | 2009-07-06 15:16:44 +0000 (Mon, 06 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r791499 | mmartinec | 2009-07-06 14:48:49 +0000 (Mon, 06 Jul 2009) | 6 lines
+
+Speed up the t/dkim2.t by 40% by using a persistent SA object and
+avoid starting a command line spamassassin for each test message.
+Do tests in sorted order of test messages instead of in the
+seemingly random order of files as read from a directory.
+Print out a name of each test message.
+
+------------------------------------------------------------------------
+r791426 | jm | 2009-07-06 10:08:49 +0000 (Mon, 06 Jul 2009) | 1 line
+
+bug 5747: add HELO_STATIC_HOST informational rule to avoid FPs on known-good static-host rDNS patterns, starting with Rogers.com
+------------------------------------------------------------------------
+r791425 | jm | 2009-07-06 10:07:48 +0000 (Mon, 06 Jul 2009) | 1 line
+
+bug 5747: add HELO_STATIC_HOST informational rule to avoid FPs on known-good static-host rDNS patterns, starting with Rogers.com
+------------------------------------------------------------------------
+r791412 | jm | 2009-07-06 08:50:02 +0000 (Mon, 06 Jul 2009) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r791396 | jm | 2009-07-06 07:22:21 +0000 (Mon, 06 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r791347 | jhardin | 2009-07-06 00:16:14 +0000 (Mon, 06 Jul 2009) | 2 lines
+
+More fillform tweaks
+
+------------------------------------------------------------------------
+r791340 | jm | 2009-07-05 23:22:30 +0000 (Sun, 05 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r791307 | jhardin | 2009-07-05 20:14:29 +0000 (Sun, 05 Jul 2009) | 2 lines
+
+Add uri_obfu_ws, tweak fillform
+
+------------------------------------------------------------------------
+r791300 | jm | 2009-07-05 19:05:00 +0000 (Sun, 05 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r791252 | jm | 2009-07-05 14:15:11 +0000 (Sun, 05 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r791202 | jm | 2009-07-05 06:49:28 +0000 (Sun, 05 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r791189 | jm | 2009-07-04 23:31:57 +0000 (Sat, 04 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r791183 | jm | 2009-07-04 22:15:18 +0000 (Sat, 04 Jul 2009) | 1 line
+
+bug 6008: fix VBounce ruleset to avoid silly BOUNCE_MESSAGE fps on any mail that comes from an address including the word 'daemon', such as Bugzilla
+------------------------------------------------------------------------
+r791170 | jm | 2009-07-04 19:34:49 +0000 (Sat, 04 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r791143 | jm | 2009-07-04 15:56:49 +0000 (Sat, 04 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r791137 | jm | 2009-07-04 15:31:50 +0000 (Sat, 04 Jul 2009) | 1 line
+
+bug 5994: FP report for cron jobs
+------------------------------------------------------------------------
+r791132 | jm | 2009-07-04 14:31:31 +0000 (Sat, 04 Jul 2009) | 1 line
+
+don't attempt to package this
+------------------------------------------------------------------------
+r791083 | jm | 2009-07-04 08:50:01 +0000 (Sat, 04 Jul 2009) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r791024 | jm | 2009-07-03 21:32:07 +0000 (Fri, 03 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r791019 | jm | 2009-07-03 21:23:24 +0000 (Fri, 03 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r790955 | jm | 2009-07-03 15:58:15 +0000 (Fri, 03 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r790842 | jm | 2009-07-03 10:07:18 +0000 (Fri, 03 Jul 2009) | 1 line
+
+use a less GNU-specific untar
+------------------------------------------------------------------------
+r790829 | jm | 2009-07-03 08:50:01 +0000 (Fri, 03 Jul 2009) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r790825 | jm | 2009-07-03 08:36:13 +0000 (Fri, 03 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r790753 | jm | 2009-07-02 22:49:40 +0000 (Thu, 02 Jul 2009) | 1 line
+
+bug 6131: add test suite for Makefile.PL parameters
+------------------------------------------------------------------------
+r790749 | jm | 2009-07-02 22:19:05 +0000 (Thu, 02 Jul 2009) | 1 line
+
+improve the dkim2.t test situation; I now get only tests 11-12 failing
+------------------------------------------------------------------------
+r790740 | jm | 2009-07-02 21:36:57 +0000 (Thu, 02 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r790737 | jm | 2009-07-02 21:28:57 +0000 (Thu, 02 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r790653 | jm | 2009-07-02 16:28:11 +0000 (Thu, 02 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r790593 | jm | 2009-07-02 13:49:32 +0000 (Thu, 02 Jul 2009) | 1 line
+
+3.3.0-alpha2 devel cycle started
+------------------------------------------------------------------------
+r790592 | jm | 2009-07-02 13:48:09 +0000 (Thu, 02 Jul 2009) | 1 line
+
+add extremely prominent warnings about the additional rule-installation step 3.3.0 now requires
+------------------------------------------------------------------------
+r790591 | jm | 2009-07-02 13:47:30 +0000 (Thu, 02 Jul 2009) | 1 line
+
+3.3.0-alpha1 RELEASED
+------------------------------------------------------------------------
+r790507 | jm | 2009-07-02 09:02:19 +0000 (Thu, 02 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r790409 | jm | 2009-07-01 22:17:05 +0000 (Wed, 01 Jul 2009) | 1 line
+
+remove more PERL_VERSION
+------------------------------------------------------------------------
+r790407 | jm | 2009-07-01 22:14:28 +0000 (Wed, 01 Jul 2009) | 1 line
+
+remove 'Building with another ExtUtils::MakeMaker' -- it's fragile, untested, and almost certainly doesn't work anymore.  also remove references to now-unsupported versions of ExtUtils::MakeMaker
+------------------------------------------------------------------------
+r790404 | jm | 2009-07-01 22:11:41 +0000 (Wed, 01 Jul 2009) | 1 line
+
+remove PERL_VERSION parameter from Makefile.PL; it's never used anymore
+------------------------------------------------------------------------
+r790395 | jm | 2009-07-01 21:44:05 +0000 (Wed, 01 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r790389 | jm | 2009-07-01 21:35:45 +0000 (Wed, 01 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r790388 | jm | 2009-07-01 21:34:32 +0000 (Wed, 01 Jul 2009) | 1 line
+
+update to build scripts for 3.3.0-alpha1 tarballs; add first draft of a 3.3.0-alpha1 announcement
+------------------------------------------------------------------------
+r790268 | jm | 2009-07-01 17:12:15 +0000 (Wed, 01 Jul 2009) | 1 line
+
+auto-generated test rules
+------------------------------------------------------------------------
+r790254 | jm | 2009-07-01 16:33:35 +0000 (Wed, 01 Jul 2009) | 1 line
+
+fixing rule-tarball packaging script
+------------------------------------------------------------------------
+r790250 | jm | 2009-07-01 16:31:03 +0000 (Wed, 01 Jul 2009) | 1 line
+
+preparing to release 3.2.0-alpha1
+------------------------------------------------------------------------
 r790241 | jm | 2009-07-01 15:58:56 +0000 (Wed, 01 Jul 2009) | 1 line
 
 sought rules

Modified: spamassassin/trunk/lib/Mail/SpamAssassin.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin.pm?rev=801930&r1=801929&r2=801930&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin.pm Fri Aug  7 10:07:40 2009
@@ -94,7 +94,7 @@
 };
 
 $VERSION = "3.003000";      # update after release (same format as perl $])
-$IS_DEVEL_BUILD = 1;        # change for release versions
+# $IS_DEVEL_BUILD = 1;        # change for release versions
 
 # Used during the prerelease/release-candidate part of the official release
 # process. If you hacked up your SA, you should add a version_tag to your .cf