Common filter not sticking

2006-07-19 Thread Edgar van Dijk
Hello All,

I've created some common filters. On the share page I've selected all
the accounts that should use these filters.

The use of the filters is simple: just to look for some senders and then
put them into the right map.

The problem is that some of these filters are empty on the share ..
page the next time I open TB. Some filters will hold the selection
others will not.

I could not solve it by deleting the filter and create it again.
I could not find it in the bug reports.

Does any one have some sollution for this (or is it known?)
In addition to this When copying and pasting filters TB often have a
error (general protection). Any clue how to solve that?

-- 
Cheers,
 Edgar

Communicating with TB! v3.80.06, Windows XP 5.1.2600 Service Pack 2

When a man's knowledge is deep, he speaks well of an enemy. Instead of
seeking revenge, he extends unexpected generosity. He turns insult into
humor, ... and astonishes his adversary who finds no reason not to trust
him. - Baltasar Gracian







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


Re[3]: Is there a way to set up a Reply to automatically use a specific Account based on the Subject?

2006-07-19 Thread z5worg

Tuesday, July 18, 2006, [EMAIL PROTECTED] wrote:

 Tuesday, July 18, 2006, Robin Anson [EMAIL PROTECTED] wrote:

 On Tue, 18 Jul 2006 at 00:50:18 -0400, Z5worg wrote:

 Can one write a conditional filter for the Outgoing message to use
 Account XYZ if the Subject is ABC?  If yes, please specify the exact
 macro(?).

 Sure. Put the following in an appropriate message template or quick
 template:

 %If:%subject=ABC:%-
 %account='XYZ':%-
 %account='LMN'


 Thanks.  Works like a charm.

Sorry, I spoke too soon.  It was a fluke; and it doesn't work.

Here is what I did:

I have two lists -- FCNYC and FCNYC_Cafe -- filtered into a folder named
FreeCycle, in Account Zworg.  And I put the following macro in folder
FreeCycle's Reply template -- including all the single/double quotes:

%If:%subject=[FCNYC]:%-
%account='Account3':%-
%account='Zworg'

The Subject heading would be something like [FCNYC] AA
OR Re: [FCNYC] AA

When I Reply to either of the above message, I want it to use Account
Account3; but it is using Zworg.

Am I putting the macro in the wrong place?  Or something else?

-- 
Thanks in advance
JM


Using The Bat! 2.12.04
Under Windows XP 5.1 Build 2600 Service Pack 1





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


Re: Common filter not sticking

2006-07-19 Thread Thomas Fernandez
Hello Edgar,

On Wed, 19 Jul 2006 20:09:02 +0200 GMT (20/07/2006, 01:09 +0700 GMT),
Edgar van Dijk wrote:

EvD The problem is that some of these filters are empty on the share ..
EvD page the next time I open TB. Some filters will hold the selection
EvD others will not.

I have expererienced this.

EvD I could not solve it by deleting the filter and create it again.
EvD I could not find it in the bug reports.

Hm. That's how I solved it, by deleting and creating again. How do you
create it, from scratch (New Filter...) or by copy and paste from an
account filter?

I also noticed that when two common filters have the same name (which
TB shouldn't allow), and you change something in one filter, the
change is also done in the other. Renaming one doesn't help, as the
new name will also be shown in the other. This may be unrelated,
though.

EvD In addition to this When copying and pasting filters TB often have a
EvD error (general protection). Any clue how to solve that?

No, because most of my common filters are cp'ed from account filters,
and I cannot confirm any GP faults.

-- 

Cheers,
Thomas.

Wer fuer alles offen ist, kann nicht ganz dicht sein.
http://thomas.fernandez.hat-gar-keine-homepage.de/

Message reply created with The Bat! 3.81.06 Beta
under Windows XP 5.1 Build 2600 Service Pack 2






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


Re: Is there a way to set up a Reply to automatically use a specific Account based on the Subject?

2006-07-19 Thread Chris W .

[EMAIL PROTECTED] @ 2006-7-19 6:47:27 PM
Is there a way to set up a Reply to automatically use a specific Account based 
on the Subject? mid:[EMAIL PROTECTED]

 %If:%subject=[FCNYC]:%-
 %account='Account3':%-
 %account='Zworg'

 The Subject heading would be something like [FCNYC] AA
 OR Re: [FCNYC] AA

 When I Reply to either of the above message, I want it to use Account
 Account3; but it is using Zworg.

 Am I putting the macro in the wrong place?  Or something else?

You are performing a literal match. I.e., the subject must match
[FCNYC] EXACTLY (no more, no less). What you want to do it perform a
substring match (i.e., if [FCNYC] exists in the subject, then do
something). For this, take a look at regular expressions.

-- 
Chris

Using The Bat! v3.80.06 on Windows XP 5.1 Build 2600 Service Pack 2.
Accessing a POP3 mailbox.

Black holes are where God divided by zero.

pgpoAwBDfdXUv.pgp
Description: PGP signature

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