$cat /var/log/mman.log
Tue 16 21:59:36 [2301] error: Parse error in XML file,
section filter, element deny: iprange must be an IP
range list (see manual), but it is given value
127.0.0.252 - 127.0.0.254
Tue 16 21:59:36 [2301] error: ASSERTION:
src/section.c:341 in function error_log
I don't know how much closer I can get to an IP range
than that. I'm not even sure what section.xml does (my
fault, as I haven't poured over the documentation).
Logged In: YES
user_id=442502
The problem is the space " " in the string. Middleman
expects something like this: "127.0.0.252-127.0.0.254".
Sure, I'll correct space handling in future releases. Thank
you for your help.
Riadh.