Re: Parameters in Filters

2005-03-04 Thread Boris Anders
Hello 9Val,

Friday, October 15, 2004, 11:58 you wrote at 
mid:[EMAIL PROTECTED]

 Hello Zygmunt,  

 ZW How beautiful would be to use values of these parameters in filter
 ZW message templates (e.g, in a form %_prm1, %_prm2, etc.), or more general
 ZW - in invoking of quick templates as %QT(QTname, %_prm1, %_prm2,...)! Did
 ZW you considered this?

 Sure, but it needs a lot of time :)




-- 
Regards,
Boris Anders, http://www.batboard.de



 Current beta is 3.0.9.3 Pre-beta | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re[2]: Parameters in Filters

2004-10-17 Thread Stuart Cuddy
Hello Peter,
Friday, October 15, 2004, 6:37:33 PM, you wrote:

PO Part of a filter to set a UserParam :
PO  TB! Action 
PO UserParam param Captured value True


PO A filter which tests  acts on the previous UserParam :
PO  TB! Message Filter 
PO beginFilter
PO UID: [264764C0.01C49515.3781678F.0B6D45D0]
PO Name: TestFilter
PO Filter: {\0D\0A\20`9`0`.*txt\0D\0A1`27`Captured`0`True\0D\0A}
PO Flag
PO IsContinue
PO endFilter


I just tested this filter setup and think I now understand how they
work. I was hoping that you could get the parameter to do something
more creative like set it equal to the From address and then use it in
the Action to move it to a folder created based on the From address.

Anyway, how does this differ from, just using the criteria you used to
create the parameter as the Criteria.

ie. Instead of:

Filter 1 - If subject contains ABC Set Captured to True
Filter 2 - If User Param Captured is True then Move to Folder ABC.

why not just use:

Filter 1 - If subject contains ABC Move to Folder ABC.

I guess my imagination is just not good enough to see the
possibilities.

-- 
Best regards,
 Stuartmailto:[EMAIL PROTECTED]
 Using The Bat! v3.0.1.33 
 On Windows 98 4.10 Build #



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Parameters in Filters

2004-10-15 Thread Alexander Leschinsky
Hello Stuart,

   On Thu, 14 Oct 2004 22:18:09 -0500 (15.10.2004 9:18 my local time),
   received Friday, October 15, 2004 at 10:34:35 +0600,
   you wrote about Parameters in Filters,
   at least in part:

SC   Conditions Additional Params
SC   Actions Set User Param
Action - set user-defined variable
Condition - can in later filters can check it...

you got additional cross-filter condition If filter X fired ...
-- 
Best regards,
 Alexander Leschinsky

Powered by
  The Bat! 3.0.1.33  POP3 Catcher 2.0.923.1620
  MyMacros 1.11a  AnotherMacros 0.3.21 /24ED1B1E0/  Useless Macro Collection 1.3.387
Weakened by Windows XP 5.1.2600




 Current beta is (none) | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Parameters in Filters

2004-10-15 Thread 9Val
Hello Stuart,  

SC   Does anyone know how parameters are supposed to work in filters.
SC   They are found in two places:
SC   Conditions Additional Params
SC   Actions Set User Param

Like  variables.  One  filter  can  as  one of actions set variable to
specific  value,  but  later another filter can check if that variable
has desired value in one of conditions

SC --
SC Best regards,
snip

Something with delimiter?

-- 

 9Val



 Current beta is (none) | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Parameters in Filters

2004-10-15 Thread Zygmunt Wereszczynski
On Friday, October 15, 2004, at 12:39:54 [UTC+0300] (Friday, October 15,
2004 11:39 my local time) 9Val wrote:
SC   Actions Set User Param

 Like  variables.  One  filter  can  as  one of actions set variable to
 specific  value,  but  later another filter can check if that variable
 has desired value in one of conditions

How beautiful would be to use values of these parameters in filter
message templates (e.g, in a form %_prm1, %_prm2, etc.), or more general
- in invoking of quick templates as %QT(QTname, %_prm1, %_prm2,...)! Did
you considered this?

-- 
Best regards,
Zygmunt Wereszczynski
(Using The Bat! v3.0.2.1 on Windows 95 4.0 Build  b)



 Current beta is (none) | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Parameters in Filters

2004-10-15 Thread 9Val
Hello Zygmunt,  

ZW How beautiful would be to use values of these parameters in filter
ZW message templates (e.g, in a form %_prm1, %_prm2, etc.), or more general
ZW - in invoking of quick templates as %QT(QTname, %_prm1, %_prm2,...)! Did
ZW you considered this?

Sure, but it needs a lot of time :)

-- 

 9Val



 Current beta is (none) | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Parameters in Filters

2004-10-15 Thread Zygmunt Wereszczynski
On Saturday, October 16, 2004, at 01:37:33 [UTC+0200] (Saturday, October 16,
2004 01:37 my local time) Peter Ouwehand wrote:

SC simple examples. Also, can a parameter once set be used as an action
SC later rather than a condition.

 Part of a filter to set a UserParam :
  TB! Action 
 UserParam param Captured value True

 A filter which tests  acts on the previous UserParam :

I don't remember which was the exact version number in 3.0.1.x beta series,
but there was a possibility to check the parameter value in filters used by
virtual folders. It was very convenient because VF dynamics was extended
this way. Now I don't see such possibility in VF.

-- 
Best regards,
Zygmunt Wereszczynski
(Using The Bat! v3.0.2.1 on Windows 2000 5.0 Build 2195 Service Pack 4
with BayesIt! 0.7.3)



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Parameters in Filters

2004-10-14 Thread Stuart Cuddy
Hello tbbeta,

  Does anyone know how parameters are supposed to work in filters.
  They are found in two places:
  Conditions Additional Params
  Actions Set User Param


--
Best regards,
 Stuart  mailto:[EMAIL PROTECTED]
Using The Bat! v3.0.1.33 on Windows 98 4.10 Build   A 



 Current beta is (none) | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/