Wildcard filtering

2002-08-25 Thread Richard Lane


Hello,

Sorry if this is blindingly obvious but it's driving me nuts.

I'm trying to set up a filter that will filter anything@TheSameDomain.com
into a single folder but without much luck. putting a wildcard star before
the @ doesn't work as I thought it would.

-- 
 Best regards, Richard Lane - [EMAIL PROTECTED]
 Magnum Opus http://www.magnumopus.co.uk

 Directory Opus 6 - Back from the Future http://www.gpsoft.com.au




Current version is 1.61 | Using TBUDL information:
http://www.silverstones.com/thebat/TBUDLInfo.html



Re: Wildcard filtering

2002-08-25 Thread Joseph N.

   On Sunday, August 25, 2002, Richard Lane wrote in
[EMAIL PROTECTED]">mid:[EMAIL PROTECTED]:


RL Hello,

RL Sorry if this is blindingly obvious but it's driving me nuts.

RL I'm trying to set up a filter that will filter anything@TheSameDomain.com
RL into a single folder but without much luck. putting a wildcard star before
RL the @ doesn't work as I thought it would.

Richard,

Although I'm sure there must be a regular expression that would do the
trick for you, why not just put '@thesamedomain.com' [without the
quote marks] as the text string, test for presence-yes in kludges, and
away you go.  Be sure it is up high enough in the filter list to avoid
being preempted by another filter.

-- 
JN



Current version is 1.61 | Using TBUDL information:
http://www.silverstones.com/thebat/TBUDLInfo.html



Re: Wildcard filtering

2002-08-25 Thread Thomas F.

Hello Richard,

On Sun, 25 Aug 2002 18:13:35 +0100 GMT (26/08/02, 00:13 +0700 GMT),
Richard Lane wrote:

RL Sorry if this is blindingly obvious but it's driving me nuts.

It is. g

RL I'm trying to set up a filter that will filter anythingTheSameDomain.com
RL into a single folder but without much luck. putting a wildcard star before
RL the  doesn't work as I thought it would.

Just lose the star. You want to filter on thesamedomain.com in the
header (kludges), and this is exactly what you should use as the
filter string. ;-)

-- 

Cheers,
Thomas.

Moderator der deutschen The Bat! Beginner Liste.

If Barbie is so popular, why do you have to buy her friends?

Message reply created with The Bat! 1.62/Beta1
under Chinese Windows 98 4.10 Build  A 
using an AMD Athlon K7 1.2GHz, 128MB RAM



Current version is 1.61 | Using TBUDL information:
http://www.silverstones.com/thebat/TBUDLInfo.html



Re: Wildcard filtering

2002-08-25 Thread Marck D Pearlstone

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Richard,

@25-Aug-2002, 18:13 Richard Lane [RL] in
[EMAIL PROTECTED]">mid:[EMAIL PROTECTED] said:

RL Sorry if this is blindingly obvious

You'll kick yourself!

 ... snip

RL I'm trying to set up a filter that will filter
RL anything@TheSameDomain.com into a single folder

Just use @TheSameDomain.com as the filter string - no quotes.

- --
Cheers -- .\\arck D Pearlstone -- List moderator
TB! v1.61 on Windows 2000 5.0.2195 Service Pack 2

-BEGIN PGP SIGNATURE-
Version: 6.5.8ckt build 09 beta 3

iQA/AwUBPWkUnTnkJKuSnc2gEQIPUQCgzOTZ0+YdB6bkWdcwMt+diyT+bdkAoMZB
NLEVdowPrEpfPh8LvFS/hBOl
=Yry7
-END PGP SIGNATURE-




Current version is 1.61 | Using TBUDL information:
http://www.silverstones.com/thebat/TBUDLInfo.html



Re: Wildcard filtering

2002-08-25 Thread Peter Meyns

Hi Richard,

on Sun, 25 Aug 2002 18:13:35 +0100GMT (25.08.02, 19:13 +0200GMT here),
you wrote in [EMAIL PROTECTED]">mid:[EMAIL PROTECTED] :

RL I'm trying to set up a filter that will filter
RL anything@TheSameDomain.com into a single folder but without much
RL luck. putting a wildcard star before the @ doesn't work as I thought
RL it would.

How about only selecting the string TheSameDomain.com as present in
kludges?

Just a thought... ;-)

-- 
Cheers
Peter

PGP-Key: http://www.meynsweb.com/public-key.txt

Winamp currently playing: Kent - Gravitation   
  



Current version is 1.61 | Using TBUDL information:
http://www.silverstones.com/thebat/TBUDLInfo.html



Re: Wildcard filtering

2002-08-25 Thread Jonathan Angliss

On Sun, 2002-08-25 at 12:13, Richard Lane wrote:
 
 I'm trying to set up a filter that will filter anything@TheSameDomain.com
 into a single folder but without much luck. putting a wildcard star before
 the @ doesn't work as I thought it would.

Just put @TheSameDomain.com in the filter rule.  I don't think there is
a requirement to put anything before it as TB! will match on that in the
header you specify.  An example would be:

*@mydomain.com would force TB! to look for *@mydomain.com in the
location you specified (unless you have regexp enabled).

@mydomain.com woulf force TB! to look for @mydomain.com in the location
you specified... which I believe is what you are after, as it'll match
anything before the @ too.

-- 
Jonathan Angliss
([EMAIL PROTECTED])



Current version is 1.61 | Using TBUDL information:
http://www.silverstones.com/thebat/TBUDLInfo.html



Re: Wildcard filtering

2002-08-25 Thread Mike Yetto

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, 25 Aug 2002, at 18:13:35 [GMT +0100], Richard Lane wrote:

RL I'm trying to set up a filter that will filter anythingTheSameDomain.com
RL into a single folder but without much luck. putting a wildcard star before
RL the  doesn't work as I thought it would.


TB can use regular expressions, so any wildcard strings should be
formatted as such.  However, for this simple test you only need to use
TheSameDomain.com for the string.  You don't have to match the
entire header field as this is a contains condition not equals.

I've always liked solutions and enhancements where I can stop doing
something to make it work.

Mike Yetto

- --
E-mailed using The Bat! v1.61 running on
Windows 2000 5.0 Build 2195 Service Pack 2

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUBPWkYY9kz/SR3Uv4yEQJvhACePZq2i6EbZ0ejdmncp3uGARt11ycAoJ6s
xjA8Er0aZTvh1qGeWVpcYWUg
=QLTO
-END PGP SIGNATURE-



Current version is 1.61 | Using TBUDL information:
http://www.silverstones.com/thebat/TBUDLInfo.html