Re: help with 'sent' filter to multiple recipients

2001-07-09 Thread Januk Aggarwal

Hello Charlie,

Historians believe that Mon, 9 Jul 2001 at 19:34 GMT +1000 was when,
Charlie Laidlaw [CL] typed the following:

JA You could try:

JA String  Location Presence
JA ^To\:[^@\n]*[EMAIL PROTECTED][^@\n]*$Kludges  Yes

JA And enable Regular Expressions under the Options Tab.

CL it  works  perfectly!   cheers  mate,  thats very helpful.

CL i don't understand it, looks like gibberish to me; i assume it says
CL 'filter only if you see [EMAIL PROTECTED] alone'.  whatever, its good

I'm glad it works for you.  It works like this:

^   - Start at the beginning of each line.

To\:- Look for the word To followed by a colon

[^@\n]* - Find any number of any character other than the @ symbol or
  a line break. This is because if you had another address,
  it would have an @ symbol in it.  So if there is no other @
  symbol, there is only one address.

[EMAIL PROTECTED]  - The address you want.

[^@\n]* - Same as above.

$   - Keep going until the end of the line.


-- 
Thanks for writing,
 Januk Aggarwal

Using The Bat! 1.53bis under Windows 98 4.10 Build   A

I had a really great tagline to put here, but I can't remember what it
was.

-- 
__
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

You are subscribed as : archive@jab.org





help with 'sent' filter to multiple recipients

2001-07-01 Thread Charlie Laidlaw

Hello,

i have a few 'sent messages' filters set up.  However it is difficult
to find my sent message when i send it out to several recipients.
Someone gets it put in their own sent folder, as of course the Bat is
finding their address in the recipient string.

Is it possible to override that, and just have it go to the main
'sent' folder, when there are multiple recipients?

-- 
thanks,
 Charlie  mailto:[EMAIL PROTECTED]

-- 
__
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

You are subscribed as : archive@jab.org





Re: help with 'sent' filter to multiple recipients

2001-07-01 Thread Jan Rifkinson

Hello Charlie,

On Sunday, July 01, 2001 09:58:51 [ +1000 GMT], you wrote the
following in regards to 'help with 'sent' filter to multiple
recipients':

Charlie Is it possible to override that, and just have it go to the main
Charlie 'sent' folder, when there are multiple recipients?

  Although I'm certainly no expert, it sounds to me like you ought
  to filter on your from address, i.e. [EMAIL PROTECTED] w/o
  worrying about the to: filter.

-- 
Jan Rifkinson
Ridgefield, CT USA
TB! V1.53d/W2K_SP2/PGP Key ID: 0x3F14A060
ICQ 41116329


-- 
__
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

You are subscribed as : archive@jab.org





Re: help with 'sent' filter to multiple recipients

2001-07-01 Thread Januk Aggarwal

Hello Charlie,

Historians believe that Mon, 2 Jul 2001 at 09:58 GMT +1000 was when,
Charlie Laidlaw [CL] typed the following:

CL Hello,

CL i have a few 'sent messages' filters set up.  However it is difficult
CL to find my sent message when i send it out to several recipients.
CL Someone gets it put in their own sent folder, as of course the Bat is
CL finding their address in the recipient string.

CL Is it possible to override that, and just have it go to the main
CL 'sent' folder, when there are multiple recipients?


You can try changing the filters to be slightly more specific.  I'm
assuming a given filter has the form:

String   LocationPresence
[EMAIL PROTECTED] Recipient   Yes

You could try:

String  Location Presence
^To\:[^@\n]*[EMAIL PROTECTED][^@\n]*$Kludges  Yes

And enable Regular Expressions under the Options Tab.

-- 
Thanks for writing,
 Januk Aggarwal

Using The Bat! 1.53bis under Windows 98 4.10 Build   A

I've determined the momentum of my physics assignment so precisely
that it can be anywhere in the universe right now.

-- 
__
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

You are subscribed as : archive@jab.org