Hi, I am confused. [218\.*\.*\.*] works but I would read this as "[218." then zero or more "." then zero or more "." then zero or more "]". I don't understand how it works. The magic seems to be the "[" and "]" instead of the \D sandwich. I am using [218\.(\d|\d\d|\d\d\d)\.(\d|\d\d|\d\d\d)\.(\d|\d\d|\d\d\d)] and it seems to be working. [218\.*\.*\.*] also fires on [218.abc.x.we] Paul Coleman
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:IMail_Forum-owner@;list.ipswitch.com]On Behalf Of Rick Leske > Sent: Monday, October 28, 2002 10:16 AM > To: [EMAIL PROTECTED] > Subject: RE: [IMail Forum] Domain processing rules for an IP range? > > > Wouldn't either one of these work? > > H~([218\.*\.*\.*]|218\.*\.*\.*):Spambox > > ~Rick > > > > > Hi, > > I am trying to make a Domain processing rule for an IP range. > > Lets say for > > the range 218.0.0.0 through 218.255.255.255. I have tried > > H~\D218\.{1,3}\d\.{1,3}\d\.{1,3}\d\D:Spambox and > > H~\D218\.(\d|\d\d|\d\d\d)\.(\d|\d\d|\d\d\d)\.(\d|\d\d|\d\d\d)\D:Spambox. > > Neither of these seem to work consistently. Has anyone got this > > to work or > > does anyone have a suggestion as to how to get a rule to work > on a range? > > > > Paul Coleman > > > > ___________________________________________________________________ > Virus Scanned and Filtered by http://www.FamHost.com E-Mail System. > > > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html > List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ > Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
