There is the "default replacement" option that gets used when it can't find a valid code replacement in one of your code replacement files. Unfortunately, something needs to be there for that to work. So what I did to achieve what you are looking for it put a variable in that field that returns nothing. Then, when Photo Mechanic can't identify a valid code replacement, it fills in that variable, and then when that variable gets evaluated, it just returns nothing. The exact variable you should use might vary for you, since I don't know what fields you use, but hopefully you'll be able to find one that works for you.