Re: Wilcards Strings In Filters

2003-12-04 Thread Leif Gregory
Hello Jernej,

Wednesday, December 3, 2003, 4:49:44 PM, you wrote:
JS I think that you have to run regedt32.exe instead of regedit.exe
JS in Win2k to be able to set permissions on registry keys.

You are correct.


-- 
Leif (TB list moderator and fellow end user).

Using The Bat! 2.01.56 under Windows 2000 5.0
Build 2195 Service Pack 3 on a Pentium 4 2GHz with 512MB



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


Re: Wilcards Strings In Filters

2003-12-03 Thread Steve Mulhall

Hi Thomas

 Just don't type anything instead of a wildcard character. So, if you
 want to find all messages containing Read: in the subject, use this
 (without the quotes) as the filter string. It will be caught even if
 there is something else in the subject.

Thanks mate. I did manage to work it out shortly after I sent the
original post. It is, as pointed out by yourself, remarkably simple

 The moment you open OE for whatever reason, it will associate itself
 with these file types without asking. Send a bugreport to the makers
 of that piece of software. Nothing else you can do.

That makes sense and if I thought I would get any joy from sending a
bug report to Microsoft I may do just that (but I may end up sending a
lot of reports), but The Bat! losing its file association happens without
opening OE. As I mentioned, because I don't use OE but have a couple of colleagues
who do (and sometimes have questions) I will probably only open the application
once every couple of weeks but TB will still lose its file associations more
often than that. Is there anything else anyone can think of that may
be causing this?

Many thanks

Steve




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


Re: Wilcards Strings In Filters

2003-12-03 Thread Carsten Thönges
* Steve Mulhall [EMAIL PROTECTED] writes:

 Is it possible to to add a search string with a wildcard in a filter?

Yes. The Bat! supports »Regular Expressions«. A good point to start
your research is http://www.regenechsen.de/regex_en/regex_1_en.html.

 I want to create a filter that filters all Read receipts into a
 specified folder. The only thing that all of these receipts has in
 common is that the subject line starts with the word Read: so I want
 my filter to just identify all messages that meet this criteria and
 then filter them.

The filter string is

^Read:

and don't forget to turn on the Regular Expression proccessing:


   Sorting Office - Some Rule - Options - [x] Regular expressions

Carsten
-- 



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


Re: Wilcards Strings In Filters

2003-12-03 Thread Simon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Steve,

On Wed, 3 Dec 2003 08:01:17 + your time, you said:

..snip..

SM Is there anything else anyone can think of that may be causing
SM this?

PIMs will often steal associations as well, or any software that has
combined mail handling capabilities.

- --
Slán,

 Simon @ i~n+f~o+w~i+z~a+r~d+.~c+o~.+u~k

*
PGP Key via Web:   http://pgp.infowizard.co.uk/
PGP Key via Email: [EMAIL PROTECTED]

Faffing about with TB! v1.62r on W2K SP4

#3073. Yaw Qed Rim Slur So ¶

-BEGIN PGP SIGNATURE-
Comment: Protect your Privacy with PGP.
Comment: KeyID: 0xDF8062C1
Comment: Fingerprint: 40DD 7908 9DF8 634F 1B98  8849 9266 C870 DF80 62C1

iQA/AwUBP83h6ZJmyHDfgGLBEQK3PQCgtg6mkrMpIE3DyBNSq948GXkfaeQAn0qp
ZMLoZYKS3wUiEpUp0AENFeqt
=LnpR
-END PGP SIGNATURE-



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


Re: Wilcards Strings In Filters

2003-12-03 Thread Jonathan Angliss
On Tuesday, December 02, 2003, Carsten Thönges wrote...

 I want to create a filter that filters all Read receipts into a
 specified folder. The only thing that all of these receipts has in
 common is that the subject line starts with the word Read: so I
 want my filter to just identify all messages that meet this
 criteria and then filter them.

 The filter string is

 ^Read:

Is that going to work?  Isn't ^ meaning beginning of line?  He said
the word Read appears in the subject, so that would fail on:

Subject: Read: this is a read receipt

Or am I wrong?

-- 
Jonathan Angliss
([EMAIL PROTECTED])

Contraceptives: use 'em on all conceivable occasions.


pgp0.pgp
Description: PGP signature

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

Re: Wilcards Strings In Filters

2003-12-03 Thread Carsten Thönges
* Jonathan Angliss [EMAIL PROTECTED] writes:
 On Tuesday, December 02, 2003, Carsten Thönges wrote...

 I want to create a filter that filters all Read receipts into
 a specified folder. The only thing that all of these receipts
 has in common is that the subject line starts with the word
 Read: so I [...]

 The filter string is
 ^Read:

 Is that going to work?  Isn't ^ meaning beginning of line?

Yes. But line doesn't necessarily mean »a whole header line«.

   He said
 the word Read appears in the subject, so that would fail on:

 Subject: Read: this is a read receipt

It depends on what you choose as your filter location: »^Read« works
for location=subject. »^Subject:\s+Read« works for location=kludges.

Carsten
-- 


pgp0.pgp
Description: PGP signature

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

Re: Wilcards Strings In Filters

2003-12-03 Thread Jonathan Angliss
On Wednesday, December 03, 2003, Carsten Thönges wrote...

 It depends on what you choose as your filter location: »^Read« works
 for location=subject. »^Subject:\s+Read« works for location=kludges.

Ahhh... never considered running it like that... I assume TB strips
out the extra spaces in the header between the : and the 'part' then?

-- 
Jonathan Angliss
([EMAIL PROTECTED])

True Multitasking = 3 PCs and a chair with wheels!


pgp0.pgp
Description: PGP signature

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

Re: Wilcards Strings In Filters

2003-12-03 Thread Zeynel A. ztrk
Hello,

Tuesday, December 2, 2003, 2:34:25 PM, you wrote:

SM Another quick one, at various points during the day, although sometimes
SM maybe only once The Bat! loses its file associations with .EML and
SM .VCF files and obviously on opening asks if I want to associate. 

I am using WinXP, I hope this helps on Windows 2000.

If you are advanced user and know about registry you may try setting
permissions for these registry keys:

HKEY_CLASSES_ROOT\.eml
HKEY_CLASSES_ROOT\.vcf

Right click on the key, click permissions, click advanced. Here you
may select an user (e.g. users) and select the deny Set Value
checkbox. You may need to revert it back later, if you want to change
association.



-- 
Best regards,
 Zeynelmailto:[EMAIL PROTECTED]

Translation of Turkish The Bat!
Using The Bat! v2.01.56 


pgp0.pgp
Description: PGP signature

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

Re: Wilcards Strings In Filters

2003-12-03 Thread Jernej Simoni
On Thursday, December 4, 2003, 0:28:32, Zeynel A. ztrk wrote:

 If you are advanced user and know about registry you may try setting
 permissions for these registry keys:

I think that you have to run regedt32.exe instead of regedit.exe in Win2k to
be able to set permissions on registry keys.

-- 
Jernej Simoncic, [EMAIL PROTECTED]
http://www2.arnes.si/~sopjsimo/
http://deepthought.ena.si/

The fewer functions any device is required to perform, the more
perfectly it can perform those functions.
   -- The Principle Concerning Multifunctional Devices



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


Wilcards Strings In Filters

2003-12-02 Thread Steve Mulhall
Hi all,

Is it possible to to add a search string with a wildcard in a filter?

I want to create a filter that filters all Read receipts into a
specified folder. The only thing that all of these receipts has in
common is that the subject line starts with the word Read: so I want
my filter to just identify all messages that meet this criteria and
then filter them.

Another quick one, at various points during the day, although sometimes
maybe only once The Bat! loses its file associations with .EML and
.VCF files and obviously on opening asks if I want to associate. At
this point a check reveals that said file types are associated with
Outlook Express, which I would not touch with a barge pole but need to
keep because some colleagues occasionally use it and have questions. I
can re-associate the file types either within Windows Explorer or The
Bat! and all is ok for some period of time and then it will happen
again. I have both IE 6 and Opera browsers installed and the default
mail client in both of these is The Bat! and Outlook Express is not
the default application for any file types. Any ideas?

Many thanks

Steve Mulhall
CMC Partnership (UK) Ltd
The Bat version 2.01.3
Windows 2000 SP3 Build 2195



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


Wilcards Strings In Filters

2003-12-02 Thread Steve Mulhall
 Is it possible to to add a search string with a wildcard in a filter?

Don't worry chaps, I've worked this out now. Remarkably simply really

The file association is still a bit of an inconvenience though (no
more than that though but any suggestions very welcome).



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


Re: Wilcards Strings In Filters

2003-12-02 Thread Thomas Fernandez
Hello Steve,

On Tue, 2 Dec 2003 12:34:25 + GMT (02/12/2003, 19:34 +0700 GMT),
Steve Mulhall wrote:

 Is it possible to to add a search string with a wildcard in a filter?

Just don't type anything instead of a wildcard character. So, if you
want to find all messages containing Read: in the subject, use this
(without the quotes) as the filter string. It will be caught even if
there is something else in the subject.

 Another quick one, at various points during the day, although sometimes
 maybe only once The Bat! loses its file associations with .EML and
 .VCF files and obviously on opening asks if I want to associate. At
 this point a check reveals that said file types are associated with
 Outlook Express, which I would not touch with a barge pole but need to
 keep because some colleagues occasionally use it and have questions.

The moment you open OE for whatever reason, it will associate itself
with these file types without asking. Send a bugreport to the makers
of that piece of software. Nothing else you can do.

-- 

Cheers,
Thomas.

Moderator der deutschen The Bat! Beginner Liste.

Why do they report power outages on TV?

Message reply created with The Bat! 2.01.26
under Chinese Windows 98 4.10 Build  A 
using a Pentium P4 1.7 GHz, 128MB RAM





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