Just a crazy thought, but if you are wanting to block that whole IP range you could use the control access function of the SMTP service.
Eric S ----- Original Message ----- From: "Patrick Childers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 8:15 PM Subject: RE: [IMail Forum] Domain processing rules for an IP range? > > > > 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 > > > > I read it as: [218 "." anything "." anything "." anything] :) > -Patrick > --- > [This E-mail scanned for viruses by Declude Virus/McAfee NetShield] > > > 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/
