I think I found the reason why this didn’t work for you. The DXCC numbers in your triggers were stored as strings rather than integers in the backend database. The web interface does not care about that, but the matching engine does. I assume it’s related to this:
I fixed your triggers in the DB, so it should work now.