> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:IMail_Forum-
> [EMAIL PROTECTED] On Behalf Of Pete McNeil
> Sent: Sunday, March 13, 2005 11:53 AM
> To: Travis Rabe
> Subject: Re: [IMail Forum] How to write a rule for an IP address
> 
> On Sunday, March 13, 2005, 1:29:33 PM, Travis wrote:
> 
> TR> Hello,
> 
> TR>
> 
> TR> � I want to write a rule to search the heard for a IP
> TR> address.� Just putting in the standard IP address does not work.
> TR> I am looking at the manual and I see:
> 
> TR>
> 
> TR> Any digit 0-9 /d
> 
> TR>
> 
> TR>
> 
> TR> Does that mean for example that I write it as:
> 
> TR>
> 
> TR> 2/d5/d5/d.2/d5/d5.2/d5/d5/d.2/d5/d5/d
> 
> 
> \d is a wildecard for any digit.
> 
> If you are coding for an IP 12.34.56.78 and you want it to got to
> spambox then you would code:
> 
> H~12\.34\.56\.78:spambox
> 
> This is because the . has special meaning so it must be escaped.
> 
> More precisely you might want
> 
> H~[12\.34\.56\.78]:spambox
> 
> Hope this helps,

Great!  I will give it a shot.

Travis

> 
> _M
> 
> 
> 
> 
> 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/

Reply via email to