You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by mm...@apache.org on 2008/09/02 17:58:55 UTC

svn commit: r691291 - /spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm

Author: mmartinec
Date: Tue Sep  2 08:58:54 2008
New Revision: 691291

URL: http://svn.apache.org/viewvc?rev=691291&view=rev
Log:
added a comment

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

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm?rev=691291&r1=691290&r2=691291&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm Tue Sep  2 08:58:54 2008
@@ -1609,6 +1609,7 @@
   my $found;
   if (exists $cache->{$_[1]}) {
     # return cache entry if it is known
+    # (measured hit/attempts rate on a production mailer is about 47%)
     $found = $cache->{$_[1]};
   } else {
     # fill in a cache entry