You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2008/08/19 16:34:14 UTC

[Spamassassin Wiki] Update of "UsingPyzor" by DrMoose

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by DrMoose:
http://wiki.apache.org/spamassassin/UsingPyzor

The comment on the change is:
Is it working: --lint shuts off pyzor on some spamassassin installations.

------------------------------------------------------------------------------
  You can run SpamAssassin from the command line to figure out if it is using Pyzor. The process is described at RazorHowToTell, but the summary is to run the following from the command line:
  
  {{{
-   spamassassin -D --lint
+   echo "test" | spamassassin -D pyzor 2>&1 | less
  }}}
  
  = Pyzor on Debian =