Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: [Original edit by JohnHardin] Add "ruletimes" channel

...

spamassassin and spamd channels

accessdb::

indent

all

indent
 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::

indent

auto-whitelist::

indent

bayes

indent
 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.
 

...

indent
 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::

indent

dcc::

indent

diag::

indent

dk::

indent

dkim::

indent

dns::

indent

eval::

indent

generic::

indent

hashcash::

indent

ident::

indent

ignore::

indent

info::

indent

ldap::

indent

learn::

indent

locker::

indent

log::

indent

logger::

indent

markup::

indent

message

indent
 Debug information from the message/MIME parser.
 

metadata::

indent

netcache::

indent

plugin::

indent

prefork::

indent

pyzor::

indent

razor2::

indent

received-header::

indent

replacetags::

indent

reporter::
rules::
spamd::
spf::
textcat::
uri::
uridnsbl::
util::

indent

rules

indent

ruletimes

indent

 Per-rule elapsed time

 

spamd

indent

spf

indent

textcat

indent

uri

indent

uridnsbl

indent

util

indent

generated via:

No Format
$ egrep -hr '(info|dbg)\(' spamassassin.raw spamd lib | perl -nle 'next unless /^\s*(?:info|dbg)\(.([^:]+):/; print $1' | sort -u

...

sa-update channels

channel::

indent

diag::

indent

dns::

indent

generic::

indent

gpg::

indent

http::

indent

sha1::

indent

generated via:

No Format
egrep -hr '(info|dbg)\(' sa-update.raw | perl -nle 'next unless /^\s*(?:info|dbg)\(.([^:]+):/; print $1' | sort -u