You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by ms...@apache.org on 2005/05/17 22:40:12 UTC

svn commit: r170657 - /spamassassin/trunk/lib/Mail/SpamAssassin/Bayes.pm

Author: mss
Date: Tue May 17 13:40:09 2005
New Revision: 170657

URL: http://svn.apache.org/viewcvs?rev=170657&view=rev
Log:
Link directly to the "Plan on Spam" paper.

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

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Bayes.pm
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/lib/Mail/SpamAssassin/Bayes.pm?rev=170657&r1=170656&r2=170657&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Bayes.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Bayes.pm Tue May 17 13:40:09 2005
@@ -26,7 +26,7 @@
 algorithm based on the one detailed in Paul Graham's I<A Plan For Spam> paper
 at:
 
-  http://www.paulgraham.com/
+  http://www.paulgraham.com/spam.html
 
 It also incorporates some other aspects taken from Graham Robinson's webpage
 on the subject at: