mr: run msg_filter scripts without chmod +x
With more modern packaging methods, the executable flag gets stripped from the files in data. Adjust mr.py to run the scripts with python3 explicitly, doing it like that is actually better than having these scripts that are not meant to be executed directly with the executable flag on the filesystem.
Fix #20 (closed)
CC: @jane400