@jimp:
No, but in 2.0 you can make an alias that includes other aliases (nesting), and then use that in your rule.
So:
Alias A: 1.1.1.1, 1.2.2.2
Alias B: 1.3.3.4, 1.4.4.4
Alias C: Alias A, Alias B
And then your rule would use Alias C.
Thanks
I can live with that :)