Print Page | Close Window

Help me on this one

Printed From: LogSat Software
Category: Spam Filter ISP
Forum Name: Spam Filter ISP Support
Forum Description: General support for Spam Filter ISP
URL: https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4405
Printed Date: 14 March 2025 at 10:42am


Topic: Help me on this one
Posted By: CyberBob
Subject: Help me on this one
Date Posted: 07 October 2004 at 5:00pm

Thanks for the replies guys help me with this one.

(v.*i.*c.*o.*d.*i.*n)

This will do exactly what I'm looking for but how do I add "\A" to specify the start of text and "\Z" to specify the end. As it is it will find each letter if it exists in the entire email and I simply need it to look in one word between spaces.

The "." says any character and the "*" says as many or anything. Now I just need to cap off the beginning and end to stop this stuff:

v<aldjfajd>i<dfadf>c<adfadaf>o<adfad>d<adfadf>i<adfadf>n




Replies:
Posted By: Desperado
Date Posted: 07 October 2004 at 6:02pm

You could try

((\Av).*i.*c.*o.*d.*i.*n\b)

Dan S.



Posted By: CyberBob
Date Posted: 11 October 2004 at 10:42am

Yes this works but too well. This rule still looks for every character through out the email. The ".*" is looking at a space like a character




Print Page | Close Window