On 2/15/2011 8:37 AM, J4K wrote: > > # spamassassin --lint > Feb 15 14:34:22.759 [15147] warn: config: failed to parse line, > skipping, in "/etc/spamassassin/local.cf": dcc_add_header 1 > Feb 15 14:34:24.860 [15147] warn: lint: 1 issues detected, please > rerun with debug enabled for more information
The lint check failed because there is an invalid option in your config file. A successful lint check produces no output at all. > # sa-compile > Feb 15 14:34:33.485 [15149] info: config: failed to parse line, > skipping, in "/etc/spamassassin/local.cf": dcc_add_header 1 > Feb 15 14:34:34.660 [15149] info: generic: base extraction starting. > this can take a while... > Feb 15 14:34:34.661 [15149] info: generic: extracting from rules of > type body_0 > 100% > [=================================================================================================================] > 25240.75 rules/sec 00m00s DONE > 100% > [=================================================================================================================] > 102.57 bases/sec 00m53s DONE > Feb 15 14:35:28.356 [15149] info: body_0: 4108 base strings extracted > in 54 seconds > sa-compile: not compiling; 'spamassassin --lint' check failed! sa-compile failed because the lint check failed ... because there is an invalid option in your config file. Fix the config file and try again. -- Bowie