Currently the filters for messages in Python only match 'AND' logical operations. The filters are available in /pade/acl/filters.py.
We would like to have filters to match others logical operations, like 'OR' and 'NOT', and add the possibility to create complex logical evaluations combining different logical operations.
Currently the filters for messages in Python only match 'AND' logical operations. The filters are available in
/pade/acl/filters.py.We would like to have filters to match others logical operations, like 'OR' and 'NOT', and add the possibility to create complex logical evaluations combining different logical operations.