Date parsed: 9/1/2001 6:34:53 PM
Date: Sat, 1 Sep 2001 17:34:53 +0200
Hi Anthony,
> Is there a way that I can enter multiple substrings? I was thinking along
> the lines of using the signature ID...
>
> If I could add a substring in like "IDS298" or "IDS344" or "IDS345" etc
> etc...
because multiple substrings (separated by a ; ) are ANDed, not ORed, you
could either create a distinct rule for each substring (one rule for
"IDS298", another for "IDS344", etc.) or you could also achieve your desired
goal by using only one rule where you specify the substrings as part of a
regular expression:
The regular expression which would match "IDS298" OR "IDS344" OR "IDS345"
looks like:
IDS298|IDS344|IDS345
You must also select the 'Regular Expression' checkbox.
Franz