FTP + L7 + mark routing = problem

Hi,

I’ve installed on my main router ros 3.0rc11 and used listed below regexp to mark ftp traffic:

^220[	- -~]*ftp

Than i make mangle:

chain=prerouting action=mark-routing new-routing-mark=GTSftp passthrough=no layer7-protocol=ftp

And adding route:

4 X S  dst-address=0.0.0.0/0 gateway=xxx.xxx.xx.xx interface=ext - GTS gateway-state=reachable distance=1 scope=255
        target-scope=10 routing-mark=GTSftp

And after enabling routing rule ftp stops working. I even unable to log to server (prevoiusly when i was using connection_type=ftp I was able to log to server but unable to make listing).

Can you help me ?

MJ