Hi,
You might also want to add a default explicit-accept statement:
# show policy-options policy-statement OSPF-IMPORT term reject-default { from { route-filter 0.0.0.0/0 exact; } then reject; } then accept;
Although for policy-statements the default is implicit-accept, I consider it a good practice. This would ensure all other external LSAs will be accepted.
Cheers,
Ashvin