Re: Design: Postfix address wild-card patterns

2010-11-14 Thread Luca Berra
On Sun, Nov 14, 2010 at 07:28:46PM -0500, Wietse Venema wrote: Each pattern field is either a decimal number, or it is a numeric wildcard. Decimal numbers match themselves; for example the pattern 127.0.0.2 matches the DNSXL result 127.0.0.2. A numeric wildcard field matches one or more number v

Design: Postfix address wild-card patterns

2010-11-14 Thread Wietse Venema
Postfix address wild-card support = There is a need for IP address pattern matching that is more convenient than regular expressions or shell-like patterns. Specifically, we need patterns for the _numbers_ in an IP address, instead of patterns for individual charact