hello..
I found this solution not the best one but somehow effective
/ip firewall filter add chain=forward action=drop src-address-list=30sec
/ip firewall filter add chain=chain=forward action=add-src-to-address-list protocol=tcp address-list=30sec address-list-timeout=30s dst-port=1863
This is the thing...i've worked with layer 7 but seems that it doesn't recognize the traffic for the MSN regexp....so with this rules what you are doing is to add dinamically to users who try to connect to msn to a list, and block them for 30 seconds...that list is going to be blocked for all services...not just for msn..because if msn finds that port 1863 is closed it will just look for another port...so 30 seconds is more than enough to cut the msn connection but as I say...all the other services will be gone too for 30 sec