Leonard SA wrote:
> Hello List ..
> 
> For some odd reason everytime I restart spamd or run spamassassin --D
> lint ; I get some odd parse errors.
> 
> ###################
> [25084] warn: config: failed to parse, now a plugin, skipping:
> ok_languages_all
> [25084] warn: config: failed to parse line, skipping: use_dcc_1
> [25084] warn: config: failed to parse line, skipping: use_razor2_1
> [25084] dbg: config: allowing user rules!
> [25084] warn: config: failed to parse, now a plugin, skipping:
> ok_languages_all
> [25084] warn: config: failed to parse line, skipping: use_dcc_1
> [25084] warn: config: failed to parse line, skipping: use_razor2_1
> ####################
> 
>> From what i can see.. these are all that are failing.. i do have razor2 
> 

Ditch the extra underscores at the end. They should be spaces.

"ok_languages all" not "ok_languages_all"

"use_dcc 1" not "use_dcc_1"

"use_razor2 1" not "use_razor2_1"

Also, if you're using SA 3.1.0 you must edit v310.pre to load the appropriate
plugins. Due to license restrictions on free use of the DCC and razor servers,
the code for these addons is not loaded by default.

Reply via email to