> I'm developing a custom cf file to block messages with specific strings and I would like to know if is it possible to score an entire file with the same value without using the command "score RULE_NAME X.XX" for each rule in the archive.
No. You need a score per rule. If you think about it, different rules hit on different things, so they shouldn't all have the same score. If you are feeling lazy, there are two things you might do: 1. Don't give any scores. All rules with names that don't start with "__" get a default score of 1. 2. Change all of the rule names to start with two underscores, and then make one or several absolutely huge meta rules at the end that gather up all of the rules into a single rule, then score it. I don't recommend either of these actions. Loren