enediel gonzalez wrote: > Hello > I had the following configuration with the version 3.0.3-2 > > #*************************************************** > # dcc > use_dcc 1 > dcc_path /usr/bin/dccproc > #dcc_add_header 1 > dcc_dccifd_path /usr/sbin/dccifd > > #pyzor > use_pyzor 1 > pyzor_path /usr/bin/pyzor > #pyzor_add_header 1 > > #razor > use_razor2 1 > razor_config /etc/razor/razor-agent.conf > > #bayes > use_bayes 1 > use_bayes_rules 1 > bayes_auto_learn 1 > #*************************************************** > > > I upgraded to 3.1.4 and executing > spamassassin --lint > I got > > [15077] warn: config: failed to parse line, skipping: use_dcc 1 > [15077] warn: config: failed to parse line, skipping: dcc_path > /usr/bin/dccproc > [15077] warn: config: failed to parse line, skipping: dcc_add_header 1 > [15077] warn: config: failed to parse line, skipping: dcc_dccifd_path > /usr/sbin/dccifd > > Appreciate if somebody helps me figure out where is the error
DCC is now a plugin. Uncomment the line in v310.pre. The same is true of Razor and Pyzor, although they may be enabled by default. -- Bowie