It worked. But then I got another error on line 509,
blacklist $BLACK_LIST_PATH/black_list.rules
because in rules folder the black_list.rules file does not exist, it is now bkacklist.rules, so I had to change to
blacklist $BLACK_LIST_PATH/blacklist.rules, and now the configuration was validated.
Thank you again.