On 12/22, dar...@chaosreigns.com wrote: > DCC.pm:863: unshift(@opts, '-Q', 'many') if defined > $permsgstatus->{dcc_raw_x_dcc};
> > I am using perl-5.10.1, amavisd-new 2.7.0, Mail-SpamAssassin-3.3.2 and > > dcc-dccd-1.3.140. > > Dec 23 01:04:53 mx dccproc[81847]: unrecognized "many" usage: [-VdAQCHER] > > [-h homedir] [-m map] [-w whiteclnt] [-T tmpdir] [-a IP-address] [-f > > env_from] [-t targets] [-x exitcode] [-c type,[log-thold,][spam-thold]] > > [-g [not-]type] [-S header] [-i infile] [-o outfile] [-l logdir] [-B > > dnsbl-option] [-L ltype,facility.level] ; fatal error > > - unshift(@opts, '-Q', 'many') if defined > > $permsgstatus->{dcc_raw_x_dcc}; > > + unshift(@opts, '-Q') if defined $permsgstatus->{dcc_raw_x_dcc}; Yeah, I read that backwards. Maybe it's handled by this? ./lib/Mail/SpamAssassin/Plugin/DCC.pm:692: $x_dcc =~ s/many/999999/ig; - http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/DCC.pm?view=markup Info on trunk: http://wiki.apache.org/spamassassin/DownloadFromSvn The author did say "I believe it is entirely upward compatible." in November, which was well after the DCC 1.3.140 release, so it probably works. I'd be interested to hear how that works if you try it. Might be worth posting the results to that bug. -- "Whom God wishes to destroy, he first makes mad." - Euripides (c.480 - 406 BC). http://www.ChaosReigns.com