On Fri, 25 Jan 2013 01:50:38 -0600, David B Funk wrote: > On Thu, 24 Jan 2013, Walter Hurry wrote: > >> I'm sure this is a simple problem, but it has me baffled. >> >> I have downloaded, compiled and installed DCC, following the >> instructions at >> http://wiki.apache.org/spamassassin/SingleUserUnixInstall. >> >> $ cd $HOME/bin $ ls -l dccproc -r-xr-xr-x 1 walth walth 622035 Jan 24 >> 21:55 dccproc $ >> >> But when I try the sample-nonspam.txt I get (irrelevant output >> snipped): >> >> Jan 24 22:20:17.095 [1290] dbg: util: final PATH set to: >> /usr/local/bin:/ >> bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/walth/bin >> >> meta test DIGEST_MULTIPLE has undefined dependency 'DCC_CHECK' >> >> According to the same instructions, it should be reporting 'DCC is >> available:' etc. >> >> Would anyone be kind enough to provide some guidance please? > > Did you install & enable the spamassassin DCC plugin? > The DCC plugin is not enabled by default, see the comments in "v310.pre" > config file.
Thank you so much, David. Yes, v310.pre was the problem; all I had to do was to uncomment the line. Easy when you know how, but I am just a beginner at SA. Sorry for the stupid question.