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/10/27 15:31:58 UTC

svn commit: r468374 - /spamassassin/trunk/sa-update.raw

Author: jm
Date: Fri Oct 27 06:31:58 2006
New Revision: 468374

URL: http://svn.apache.org/viewvc?view=rev&rev=468374
Log:
trivial fix for bug 5134: fix error in sa-update's warning issued on missing/unsigned/untrusted GPG key, so that it refers to 'sa-update --import' instead of 'gpg --import'

Modified:
    spamassassin/trunk/sa-update.raw

Modified: spamassassin/trunk/sa-update.raw
URL: http://svn.apache.org/viewvc/spamassassin/trunk/sa-update.raw?view=diff&rev=468374&r1=468373&r2=468374
==============================================================================
--- spamassassin/trunk/sa-update.raw (original)
+++ spamassassin/trunk/sa-update.raw Fri Oct 27 06:31:58 2006
@@ -663,7 +663,7 @@
 Perhaps you need to import the channel's GPG key?  For example:
 
     wget http://spamassassin.apache.org/updates/GPG.KEY
-    gpg --import GPG.KEY
+    sa-update --import GPG.KEY
 
 ENDOFVALIDATIONERR