Andrew  writes:
> Hi, I don't seem to be able to supress more specific aggregates when
> aggregating (in simple).
policy-statment foo {
    term a {
        from aggregate-contributor;
        then reject;
    }
    term b {
        from protocol aggregate;
        then accept;
    }
}