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 2011/07/23 23:43:37 UTC

[Spamassassin Wiki] Update of "DebugChannels" by JohnHardin

Dear Wiki user,

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

The "DebugChannels" page has been changed by JohnHardin:
http://wiki.apache.org/spamassassin/DebugChannels?action=diff&rev1=8&rev2=9

Comment:
Add "ruletimes" channel

  [20784] dbg: check: is spam? score=-0.156 required=5
  [20784] dbg: check: tests=BAYES_00,MISSING_SUBJECT,NO_RECEIVED,NO_RELAYS,TO_CC_NONE
  }}}
- 
  has the channels ''message'', ''bayes'', and ''check''.  While the channels are dynamic in nature, below are the standard ones that are in use as of v3.1.2 (this is not a complete list).
  
  '''Note:''' debug mode will show a certain amount of information, while some channels will give more details if the channel is used specifically.  ie: "-D" vs "-D bayes".
@@ -16, +15 @@

  ----
  
  == spamassassin and spamd channels ==
- 
-  accessdb::
+  accessdb:: <<BR>>
   all:: The default if ''-D'' is specified without any parameters.  Can be useful in combination with other channels to get more output, such as ''-D all,bayes''.
-  archive-iterator::
+  archive-iterator:: <<BR>>
-  auto-whitelist::
+  auto-whitelist:: <<BR>>
   bayes:: Information related to the Bayesian classifier, including DB access, expiry, etc.  When specifically added, will also output information about individual tokens and their Bayes score.
   check:: Information related to the PerMsgStatus::check() function, which generally includes which rule priorities are being run, the ham/spam decision, message score, and list of (sub)rules that matched.
-  config::
-  dcc::
-  diag::
-  dk::
-  dkim::
-  dns::
-  eval::
-  generic::
+  config:: <<BR>>
+  dcc:: <<BR>>
+  diag:: <<BR>>
+  dk:: <<BR>>
+  dkim:: <<BR>>
+  dns:: <<BR>>
+  eval:: <<BR>>
+  generic:: <<BR>>
-  hashcash::
+  hashcash:: <<BR>>
-  ident::
-  ignore::
-  info::
-  ldap::
-  learn::
-  locker::
-  log::
-  logger::
-  markup::
+  ident:: <<BR>>
+  ignore:: <<BR>>
+  info:: <<BR>>
+  ldap:: <<BR>>
+  learn:: <<BR>>
+  locker:: <<BR>>
+  log:: <<BR>>
+  logger:: <<BR>>
+  markup:: <<BR>>
   message:: Debug information from the message/MIME parser.
-  metadata::
+  metadata:: <<BR>>
-  netcache::
+  netcache:: <<BR>>
-  plugin::
-  prefork::
-  pyzor::
-  razor2::
+  plugin:: <<BR>>
+  prefork:: <<BR>>
+  pyzor:: <<BR>>
+  razor2:: <<BR>>
-  received-header::
+  received-header:: <<BR>>
-  replacetags::
+  replacetags:: <<BR>>
-  reporter::
+  reporter:: <<BR>>
-  rules::
-  spamd::
-  spf::
-  textcat::
-  uri::
+  rules:: <<BR>>
+  ruletimes:: Per-rule elapsed time<<BR>>
+  spamd:: <<BR>>
+  spf:: <<BR>>
+  textcat:: <<BR>>
+  uri:: <<BR>>
-  uridnsbl::
+  uridnsbl:: <<BR>>
-  util::
+  util:: <<BR>>
  
  generated via:
  
  {{{
  $ egrep -hr '(info|dbg)\(' spamassassin.raw spamd lib | perl -nle 'next unless /^\s*(?:info|dbg)\(.([^:]+):/; print $1' | sort -u
  }}}
- 
  ----
  
  == sa-update channels ==
+  channel:: <<BR>>
+  diag:: <<BR>>
+  dns:: <<BR>>
+  generic:: <<BR>>
+  gpg:: <<BR>>
+  http:: <<BR>>
+  sha1:: <<BR>>
- 
-  channel::
-  diag::
-  dns::
-  generic::
-  gpg::
-  http::
-  sha1::
  
  generated via: