Thx jimp,
Well, what I meant to say was that I knew there's a "bulk" import but it actually creates table like;
(no offending, just as an example

)
# User Aliases
table <Blah> { 58.14.0.0/15 58.16.0.0/13 58.24.0.0/15 58.30.0.0/15 58.32.0.0/11
58.66.0.0/15 58.68.128.0/17 58.82.0.0/15 58.87.64.0/18 58.99.128.0/17 58.100.0.0/15
58.116.0.0/14 58.128.0.0/13 58.144.0.0/16 58.154.0.0/15 58.192.0.0/11 58.240.0.0/12
59.32.0.0/11 59.64.0.0/12...(snip)}
and table gets bigger and bigger, so does rules in the pf, and I already having difficulties to maintain
those lists within a /tmp/rules.debug.
Now come to the first, if I could import a text file itself, pfbox may create the following instead
of putting a whole bunch of cidr/host lines;
table <Blah> persist file \"/var/db/filename\"
which makes my life alot easier.
just my $.02
cheers,