It's just there is no pre-made group 'all interfaces but wan', and maybe 'all interface, secondary ip's and static routes'
I am assuming you are using private ip space inside your network, say 192.168.0.x for example ? (I'm guessing this from your other posts). Given this, you can make a single rule like; allow all traffic in OPT1 that is NOT destined for 192.168.0.0/16. Remember everything that isn't explicitly passed is blocked by default.
And with one rule you achieve your goal.
Well, almost at least

If I do like this, then traffic destined for the default gateway is blocked.
So even if it seems internet access is possible, all DNS-queries and god knows what else, netbios stuff and else, is blocked. So, I will need to add en extra rule to allow all traffic to the local interface....maybe except port 80 if I dont want the isolated network to try logging in to m0n0wall.
But sure, still lots easier than a special block rule for every other local network.