Re: RegEx for null or no body in message

2004-08-13 Thread Miguel A. Urech
Hello Greg, No longer on TBBETA but it appears you still check out other TB lists. Yes, I'm listening here and there :) On TBBETA new filter system looks like it is on the table, so you may want to re-join to check it out with all of your filters and stuff. Hmmm, maybe I should rejoin.

Re: RegEx for null or no body in message

2004-08-09 Thread Alexander Leschinsky
Hello Cricket, On Sun, 8 Aug 2004 16:11:14 -0400 (09.08.2004 2:11 my local time), received Monday, August 9, 2004 at 8:43:17 +0600, you wrote about RegEx for null or no body in message at least in part: C $Text !~ /[a-zA-Z]/ C (body does not contain any letters) Don't forget about

Re: RegEx for null or no body in message

2004-08-09 Thread Alexander Leschinsky
Hello Greg, On Sun, 8 Aug 2004 09:39:10 -0500 (08.08.2004 20:39 my local time), received Monday, August 9, 2004 at 1:56:17 +0600, you wrote about RegEx for null or no body in message at least in part: GS Any way to search for a null body in a message, or no body in a GS message with

Re: RegEx for null or no body in message

2004-08-09 Thread dAniel hAhler
Hello TBTECH, on Sun, 8. Aug 2004 at 19:20:31 -0400 Cricket wrote: Any way to search for a null body in a message, or no body in a message with TB? d Have you tried using a manual filter with the RegExp '^$' for 'Text'? That would match any message that has a blank line in it .. like this

Re: RegEx for null or no body in message

2004-08-08 Thread dAniel hAhler
Hello TBTECH, on Sun, 8. Aug 2004 at 09:39:10 -0500 Greg Strong wrote: Any way to search for a null body in a message, or no body in a message with TB? Have you tried using a manual filter with the RegExp '^$' for 'Text'? -- shinE! GnuPG/PGP key: http://thequod.de/danielhahler.asc Lifted

Re: RegEx for null or no body in message

2004-08-08 Thread Greg Strong
Hello Miguel, Sunday, August 8, 2004, 6:16:51 PM, Miguel A. Urech wrote: MAU I know nothing about Bayesit Neither do I. I haven't installed it yet. MAU but I assume that, like POPFile, it will use the whole message MAU (i.e. full headers included). Yes I thought of this afterward. MAU So, I