info: rules: meta test DIGEST_MULTIPLE has undefined dependency
'RAZOR2_CHECK'
info: rules: meta test DIGEST_MULTIPLE has undefined dependency
'DCC_CHECK'
info: rules: meta test DIGEST_MULTIPLE has undefined dependency
'PYZOR_CHECK'
You don't have the DCC plugin enabled, so the DCC_CHECK rule doesn't exist.
It is surrounded by #ifplugin lines.
DIGEST_MULTIPLE is checking for a combination of multiple digests that can
include DCC. In this case if DCC isn't enabled, it is the same as not
getting a DCC hit, as far as this rule is concenred. So the only bad effect
is this warning message, which is hidden way down in the debug messages so
that people won't normally see it and worry about it.
Oh, the above also holds for Razor and Pyzor.
Loren