Re: tricky one - filtering out messages with NO subject?

2002-11-01 Thread Peter Palmreuther
Hi Roelof, On Thu, 31 Oct 2002 23:42:58 +0100 Roelof Otten [EMAIL PROTECTED] wrote: How do I filter out all the messages from this person with a blank subject line into one folder, and those with any kind of text in the subject line into another? Try filtering for

tricky one - filtering out messages with NO subject?

2002-10-31 Thread Vishal Nakra
Hi, I frequently get emails from a certain person that I am not interested in, unless the subject line is blank. How do I filter out all the messages from this person with a blank subject line into one folder, and those with any kind of text in the subject line into another? In Eudora I could

Re: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Thomas Fernandez
Hello Vishal, On Thu, 31 Oct 2002 10:54:27 -0800 GMT (01/11/02, 01:54 +0700 GMT), Vishal Nakra wrote: In Eudora I could use the 'exists' option to do this. In the TB filters, wouldn't do Presence in subject the trick? I am sure there is a regex that looks for no character at all. Or any

Re: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Markus Gloede
Hi, Thomas Fernandez wrote in msgid:[EMAIL PROTECTED] : I would suggest to check for the presence of the letter e. It is the most common letter in the English language. Oh, is it, truly? I didn't know. SCNR Regards, Markus -- Using The Bat! 1.62/Beta5 under Windows NT 4.0 Build 1381

Re: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Gerard
ON Thursday, October 31, 2002, 6:10:57 PM, you wrote: I would suggest to check for the presence of the letter e. It is the most common letter in the English language. MG Oh, is it, truly? I didn't know. ROTFL - Nice one Markus. -- Best regards, Gerard

Re[2]: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Joseph N.
On Thursday, October 31, 2002, Markus Gloede wrote in mid:71879605666.20021031181057;gmx.de: I would suggest to check for the presence of the letter e. It is the most common letter in the English language. MG Oh, is it, truly? I didn't know. MG SCNR MG Regards, MG Markus Nice one (good

Re: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Roelof Otten
Hallo Vishal, On Thu, 31 Oct 2002 10:54:27 -0800GMT (31-10-02, 19:54 +0100GMT, where I live), you wrote: VN How do I filter out all the messages from this person with a blank VN subject line into one folder, and those with any kind of text in VN the subject line into another? Try filtering for

Re[2]: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Vishal Nakra
Thursday, October 31, 2002, 8:32:08 AM, you wrote: TF Hello Vishal, TF On Thu, 31 Oct 2002 10:54:27 -0800 GMT (01/11/02, 01:54 +0700 GMT), TF Vishal Nakra wrote: In Eudora I could use the 'exists' option to do this. TF In the TB filters, wouldn't do Presence in subject the trick? I am TF

Re[2]: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Vishal Nakra
Thanks..sounds good. What does the period before the * mean, btw, in the other solution you gave. -Vishal Thursday, October 31, 2002, 2:42:58 PM, you wrote: RO Hallo Vishal, RO On Thu, 31 Oct 2002 10:54:27 -0800GMT (31-10-02, 19:54 +0100GMT, where RO I live), you wrote: VN How do I filter out

Re: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Roelof Otten
Hallo Vishal, On Thu, 31 Oct 2002 18:07:42 -0800GMT (1-11-02, 3:07 +0100GMT, where I live), you wrote: RO RO Or enable regexp and check for .* in the subject. VN What does the period before the * mean, The period stands for any character, the astix stands for one or multiple times. (Unless I'm

Re[2]: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Vishal Nakra
Thursday, October 31, 2002, 3:19:50 PM, you wrote: G Hi Vishal, G On Thursday, October 31, 2002, 8:11 PM, you mentioned about tricky one - filtering out messages with NO subject?: V I'm not sure that it will. I'll try it though and see what happens. V Where can I get a reference for regex's

Re[2]: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Vishal Nakra
Thursday, October 31, 2002, 3:32:48 PM, you wrote: RO Hallo Vishal, RO On Thu, 31 Oct 2002 18:07:42 -0800GMT (1-11-02, 3:07 +0100GMT, where I RO live), you wrote: RO RO Or enable regexp and check for .* in the subject. VN What does the period before the * mean, RO The period stands for any

Re: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Marck D Pearlstone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Vishal, 31-Oct-2002, 18:51 -0800 (02:51 UK time) Vishal Nakra [VN] in mid:3511998833.20021031185132;myrealbox.com said: RO Or enable regexp and check for .* in the subject. VN What does the period before the * mean, RO The period stands for any

Re: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Marck D Pearlstone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Vishal, 31-Oct-2002, 18:11 -0800 (02:11 UK time) Vishal Nakra [VN] in mid:429607615.20021031181140;myrealbox.com said: TF In the TB filters, wouldn't do Presence in subject the trick? TF I am sure there is a regex that looks for no character at

Re: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Simon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 'Lo Marck, On Fri, 1 Nov 2002 01:17:07 + your time, you authored this: snip MDP http://www.silverstones.com/thebat/RegEx.html (part of the FAQ) is a MDP brilliant tutorial by Gerd Ewald recently translated from the German MDP original and

Re: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Marck D Pearlstone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Simon, 1-Nov-2002, 01:27 Simon said: MDP http://www.silverstones.com/thebat/RegEx.html I'm getting a blank page in IE when browsing to the above link. I tried Opera as well and same thing. Hmm. Works find for me... ... okay - I messed the

Re[3]: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Raj
Vishal, On Thu, 31 Oct 2002, at 18:11:40 [GMT -0800] (which was 7:41 AM where I live) you wrote: VN Good idea. I still have trouble figuring out what the 'Alternatives' VN means in the sorting office. Could you help me out with that? Alternatives has the same function as 'Or'. While if you

Re: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Allie C Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In mid:13448959937.20021101012720;theycallmesimon.co.uk, Simon [S] wrote:' S I'm getting a blank page in IE when browsing to the above link. I S tried Opera as well and same thing. Hmmm. It loads immediately here. - -- Allie C Martin \

Re: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Simon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 'Lo Marck, On Fri, 1 Nov 2002 01:33:26 + your time, you authored this: MDP ... okay - I messed the page up and uploaded one that works. It should MDP be fine now. Apologies for the service interruption on that one folks. Yup, works fine for

Re: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Simon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 'Lo Allie, On Thu, 31 Oct 2002 20:44:23 -0500 your time, you authored this: ACM Hmmm. It loads immediately here. I think Marck did a quick abracadabra on it Allie as it works for me now as well :) - -- Slán, Simon theycallmesimon.co.uk

Re: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Thomas Fernandez
Hello Vishal, On Thu, 31 Oct 2002 18:11:40 -0800 GMT (01/11/02, 09:11 +0700 GMT), Vishal Nakra wrote: Where can I get a reference for regex's that I can use in TB? I've never used them in an email client before, and very little otherwise too, though I'm a CS graduate student :) I studied

Re[2]: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Vishal Nakra
Thursday, October 31, 2002, 5:51:31 PM, you wrote: TF The filter conditions you key in there are connected to the TF condition(s) on the Rule tab by a logical OR. ah..finally makes sense. and the ones on the Rule tab are connected to each other by an AND? -vishal

Re[2]: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Vishal Nakra
Thursday, October 31, 2002, 5:17:07 PM, you wrote: MDP -BEGIN PGP SIGNED MESSAGE- MDP Hash: SHA1 MDP Hi Vishal, MDP 31-Oct-2002, 18:11 -0800 (02:11 UK time) Vishal Nakra [VN] in MDP mid:429607615.20021031181140;myrealbox.com said: TF In the TB filters, wouldn't do Presence in subject

Re[2]: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Vishal Nakra
Thursday, October 31, 2002, 5:17:07 PM, you wrote: MDP -BEGIN PGP SIGNED MESSAGE- MDP Hash: SHA1 MDP Hi Vishal, MDP 31-Oct-2002, 18:11 -0800 (02:11 UK time) Vishal Nakra [VN] in MDP mid:429607615.20021031181140;myrealbox.com said: TF In the TB filters, wouldn't do Presence in subject

Re[2]: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Vishal Nakra
Thursday, October 31, 2002, 4:11:49 PM, you wrote: G Hi Vishal, G On Thursday, October 31, 2002, 8:48 PM, you mentioned about tricky one - filtering out messages with NO subject?: V I saw the help file, but as with most things TB usually ends up doing V more than it first appears capable

Re: tricky one - filtering out messages with NO subject?

2002-10-31 Thread Thomas Fernandez
Hello Vishal, On Fri, 1 Nov 2002 01:33:30 -0800 GMT (01/11/02, 16:33 +0700 GMT), Vishal Nakra wrote: TF The filter conditions you key in there are connected to the TF condition(s) on the Rule tab by a logical OR. ah..finally makes sense. and the ones on the Rule tab are connected to each