Nods. I like your idea in your last message. I might use similar techniques in some of my scripts I write.
-----Original Message----- From: Madscientist [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 1:56 PM To: [EMAIL PROTECTED] Subject: RE: [Declude.JunkMail] filter file question Regexp is very cpu intensive. _M | -----Original Message----- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED]] On Behalf Of Tom | Baker | Netsmith Inc | Sent: Friday, July 26, 2002 2:43 PM | To: '[EMAIL PROTECTED]' | Subject: RE: [Declude.JunkMail] filter file question | | | Regexp! :) | | Probably wishful thinking, I'm sure writing in pattern | matching would be a hefty involvement. | | | -----Original Message----- | From: R. Scott Perry [mailto:[EMAIL PROTECTED]] | Sent: Friday, July 26, 2002 1:28 PM | To: [EMAIL PROTECTED] | Subject: Re: [Declude.JunkMail] filter file question | | | | >Scott, I seem to recall reading a while back that in a future release | >of Declude JunkMail that quote marks will be supported in the filter | >file. Is this correct? This would be a great addition to | the filter | >file, as now we periodically catch parts of a work in | another word (it can | >be at the beginning, middle, or end of another word), which | we did not | >intend to flag. The quote marks around the word could allow | us to specify | >to Declude that only exact matches should be flagged. | | Yes, that is something that we are planning to add. That | way, you could | have something like: | | BODY 10 CONTAINS " word " | | rather than: | | BODY 10 CONTAINS word | | (which would match "anotherword"). However, this is a | drawback inherent to | filtering: filtering on " word " won't catch "The sentence | ends with your | word." or "After the word, there is a comma." (or any of many other | combinations). So although the quotes will reduce false | positives, it may | also reduce the number of hits. | -Scott | | --- | [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". You can E-mail [EMAIL PROTECTED] for assistance. You can visit our web site at http://www.declude.com . --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". You can E-mail [EMAIL PROTECTED] for assistance. You can visit our web site at http://www.declude.com . --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". You can E-mail [EMAIL PROTECTED] for assistance. You can visit our web site at http://www.declude.com . --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". You can E-mail [EMAIL PROTECTED] for assistance. You can visit our web site at http://www.declude.com .
