Is this a good place for this? If so, I'd like to propose the following
fix to 70_sare_adult.cf:
329d328
< body __HAS_PENETRATION /\bpenetration\b/i
331c330
< meta FP_MIXED_PORN3 ((__HAS_COLLECTION +
__HAS_HARDCORE + __HAS_YOUNGGIRL + __HAS_PENETRATION + __HAS_ADOLESCENT +
__HAS_CHICKS) > 2)
---
> meta FP_MIXED_PORN3 ((__HAS_COLLECTION +
__HAS_HARDCORE + __HAS_YOUNGGIRL + FPS_PENETRAT + __HAS_ADOLESCENT +
__HAS_CHICKS) > 2)
There is no rule called simply "FPS_PENETRAT" in the file. There is a
header rule called __FPS_PENETRAT which might be what's intended, but the
rest of the checks in the FP_MIXED_PORN3 meta are body rules. So I
decided from the logic that you wanted to tag the word "penetration" in
the body as well and created the __HAS_PENETRATION rule along the same
lines as __HAS_HARDCORE.
Peter