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 2006/12/06 04:16:34 UTC

[Spamassassin Wiki] Trivial Update of "UsingPyzor" by AntonMostovoy

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 AntonMostovoy:
http://wiki.apache.org/spamassassin/UsingPyzor

------------------------------------------------------------------------------
  pyzor discover
  }}}
   * Now you are ready to configure SpamAssassin to use it.
-  * Edit your /site/lib/mail/spamassassin/Util.pm. Find the "sub helper_app_pipe_open_windows" section and the line that reads{{{
+  * (This is not necessary in v3.1.7) Edit your /site/lib/mail/spamassassin/Util.pm. Find the "sub helper_app_pipe_open_windows" section and the line that reads{{{
  if ($stdinfile) { $cmd .= " <'$stdinfile'"; }"
  }}} and replace it with{{{
  if ($stdinfile) { $cmd .= " <\"$stdinfile\""; }"
  }}} because Windows won't pipe a file with a space after the < and single quotes around it.
- This is not necessary in v3.1.7
+ 
   * Edit v310.pre and uncomment the load for the Pyzor plugin.
   * Edit your local.cf and add configuration lines for pyzor. For example:{{{
  use_pyzor   1