Hello!
I'm doing a site for my school in drupal and I have a Newsletter node type for students and parents. I have a vocabulary with two terms: "Student's newsletter" and "Parent's newsletter". My initial idea was:
- If the newsletter has the taxonomy term "Student's newsletter" is visible only to students
- If the newsletter has the taxonomy term "Parent's newsletter" is visible only to parents
- If the nesletter has both the taxonomy terms, is visible to both roles

As stated in the documentation, the deny directive is processed before the allow directive, so I can't do what I wanted to. Do you know any other solution, or could you point me where could I modify the code and invert the order to achieve what I wanted to?

Many thanks