Routing filter. I'm crazy again??

Hello!

Here is the filter:

 0   chain=rm-bgp-AS_STD-out match-chain=pl-rfc5735 invert-match=no action=discard 
     set-bgp-prepend-path="" 
 1   chain=rm-bgp-AS_STD-out prefix=0.0.0.0/0 prefix-length=8-24 bgp-communities=30910:300 
     invert-match=no action=accept set-bgp-prepend-path="" 
 2   chain=rm-bgp-AS_STD-out prefix=0.0.0.0/0 prefix-length=8-24 bgp-communities=30910:60201 
     invert-match=no action=accept set-bgp-prepend-path="" 
 3   chain=rm-bgp-AS_STD-out prefix=0.0.0.0/0 prefix-length=8-24 bgp-communities=30910:800 
     invert-match=no action=accept set-bgp-prepend-path="" 
 4   chain=rm-bgp-AS_STD-out prefix=0.0.0.0/0 prefix-length=8-24 bgp-communities=30910:900 
     invert-match=no action=accept set-bgp-prepend-path="" 
 5   chain=rm-bgp-AS_STD-out invert-match=no action=discard set-bgp-prepend-path=""

The question is simple: Why the prefix 1 IS matched by filter

0 ADb  dst-address=5.129.208.0/21 gateway=80.64.16.206 
        gateway-status=80.64.16.206 reachable via  VL0.830 distance=200 scope=40 
        target-scope=30 bgp-as-path="48642,50923" bgp-local-pref=300 bgp-origin=igp 
        bgp-communities=30910:300,30910:60200,30910:60201,30910:60400,30910:60401,48642:2151 
        received-from=ntix-ktelecom

and prefix 2 IS NOT???

0 ADb  dst-address=5.129.208.0/21 gateway=80.64.16.206 
        gateway-status=80.64.16.206 reachable via  VL0.830 distance=200 scope=40 
        target-scope=30 bgp-as-path="48642,50923" bgp-local-pref=300 bgp-origin=igp 
        bgp-communities=30910:60200,30910:60201,30910:60400,30910:60401,48642:2151 
        received-from=ntix-ktelecom

As You can see - this is the same prefix, the difference is only 30910:300 community

Regards,
Boris