Am 22.02.2016 um 12:45 schrieb Matus UHLAR - fantomas:
Am 21.02.2016 um 19:08 schrieb RW:
[90-100] represents a single character. You are specifying 9 or the
range 0-1 with two redundant 0 characters on the end. If you meant 90
to 100 inclusive, you need something like:

 '^127\.0\.4\.(9[0-9]|100)$'

On 21.02.16 19:20, Reindl Harald wrote:
thans, according to http://regexstorm.net/tester that below seems to
work in the meantime

Postfix: 127.0.4.[0..20]
SA: ^127\.0\.4\.(0?[0-1]?[0-9]|20)$

(1?[0-9]|20) should be enough, I think check_rbl doesn't keep leading
zeroes

confirmed - thanks!

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to