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 2006/04/29 18:36:04 UTC

svn commit: r398201 - /spamassassin/trunk/masses/rule-qa/corpus-hourly

Author: jm
Date: Sat Apr 29 09:36:02 2006
New Revision: 398201

URL: http://svn.apache.org/viewcvs?rev=398201&view=rev
Log:
better doco link on wiki

Modified:
    spamassassin/trunk/masses/rule-qa/corpus-hourly

Modified: spamassassin/trunk/masses/rule-qa/corpus-hourly
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/masses/rule-qa/corpus-hourly?rev=398201&r1=398200&r2=398201&view=diff
==============================================================================
--- spamassassin/trunk/masses/rule-qa/corpus-hourly (original)
+++ spamassassin/trunk/masses/rule-qa/corpus-hourly Sat Apr 29 09:36:02 2006
@@ -29,10 +29,9 @@
 use constant WEEK => 60*60*24;
 nice(15);
 
-# daterevs -- e.g. "20060429/r239832-r" -- are aligned to just before
-# the time of day when the mass-check tagging occurs; that's 0850 GMT,
-# so align the daterev to 0800 GMT.
-#
+# daterevs -- e.g. "20060429/r239832-r" -- are aligned to 0800 UTC, just before
+# the time of day when the mass-check tagging occurs; see
+# http://wiki.apache.org/spamassassin/DateRev for more details.
 use constant DATEREV_ADJ => - (8 * 60 * 60);
 
 my $configuration = "$ENV{HOME}/.corpus";
@@ -175,6 +174,7 @@
     }
 
     my $daterev = mk_daterev($time{$file},$revision{$file},$opt_tag);
+
     $logs_by_daterev{$daterev} ||= [ ];
     push (@{$logs_by_daterev{$daterev}}, $file);