Re[2]: Regular expressions in AntiSpam: is it possible?

2003-02-21 Thread Alexey N. Vinogradov
Hello, Task.
You wrote in mid:[EMAIL PROTECTED]

TC En relación a lo que Alexey en su momento posteó:

TC   send the algoritm of your idea and i will make it!

ANV...is it possible to use the regular expression machine from
ANVTne Bat! in a custom antispam filter?..

I think this is not necessary now at all! I found the reference and
ready realization on http://www.pcre.org/ (as the pcre.dll, size
48kB). If you want, you can also use it! It makes a life much more
easy :). I think that The Bat uses the same one but statically
linked... If it is possible to ask the developers to use this library as
dynamically linked (i.e. as DLL file), then it would be possibly to
use in a custom plugin without specially deploying the dll.


-- 
Sincerely,
 Alexey.
Using TB 1.63b7 on WinXP SP1 Corp + MUI RU, spelling by ORFO2002
   mailto:[EMAIL PROTECTED]



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


Re[4]: i need better idea to know if a complete word *really it's*a complete word

2003-02-21 Thread Stefan Tanurkov
Hi Kevin,

KJMJ What about using UNICODE instead of ASCII?

Conversion to upper case in Unicode supported only in WinNT family,
so it would make everything tough to a plug-in :-)

A plug-in can extract raw information from the message source and
perform decoding by itself...

Besides, it is planned to provide fields in Unicode format...


-- 
Best regards,
 Stefanmailto:[EMAIL PROTECTED]

...Make it idiot-proof and someone will make a better idiot.



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


Re[3]: Regular expressions in AntiSpam: is it possible?

2003-02-21 Thread Task Control
Estimados seguidores del tbdev arroba thebat.dutaint.com:

En relación a lo que Alexey en su momento posteó:

ANV...is it possible to use the regular expression machine from
ANVTne Bat! in a custom antispam filter?..
ANV I think this is not necessary now at all! I found the reference and
ANV ready realization on http://www.pcre.org/ (as the pcre.dll, size
ANV 48kB).
can you explain what are your idea. i was read the pcre documentation
and I don't undertand: what are you thinking men please, explain
you.

first question: what is a regular expression.



ANV If  you want, you can also use it! It makes a life much more easy
ANV :).  I  think  that  The  Bat  uses  the  same one but statically
ANV linked...  If  it  is  possible to ask the developers to use this
ANV library  as  dynamically linked (i.e. as DLL file), then it would
ANV be possibly to use in a custom plugin without specially deploying
ANV the dll.
we can make a plug'in that call a dll, and use the dll in the bat!



-- 
Se despide,
 Task Control 
   mail: TaskControl at SoftHome dot net
 correo: TaskControl arroba SoftHome punto net

Usando: 
- Windows 98 4.10.1998 
- AVG 6.0 Free Edition
- The Bat! 1.63 Beta/7
- Trillian PRO 1.0 B



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


Re: i need better idea to know if a complete word *really it's* acomplete word

2003-02-21 Thread tracer
Hello Kevin J. Menard, Jr.,
On Thu, 20 Feb 2003 17:33:33 -0500 GMT your local time,
which was Friday, February 21, 2003, 5:33:33 AM (GMT+0700) my local time,

Kevin J. Menard, Jr. wrote:

 Hey Task,

 What about using UNICODE instead of ASCII?

would be better if the Bat or email used it...
Many programs allas donot use unicode   all the way. One reason why
for instance using Thai, Mirc gives a channel display with 
instead of text...




-- 

Best regards,
 
tracer

Using The Bat! v1.63 Beta/7 on Windows XP 5.1 Build  2600
Service Pack 1



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


Re[2]: i need better idea to know if a complete word *really it's*a complete word

2003-02-21 Thread Stefan Tanurkov
Good [morning|afternoon|day|evening|night]  tracer,


t would be better if the Bat or email used it...
t Many programs allas donot use unicode   all the way. One reason why
t for instance using Thai, Mirc gives a channel display with 
t instead of text...

If it was so easy The Bat! could support Unicode right from the
start... The reason programs don't support Unicode is because it is
totally screwed under Windows - MS uses different Unicode
implementations for 9x and NT. Programs should rely on 9x
implementation which is a joke. :-(



-- 
Sincerely,
 Stefanmailto:[EMAIL PROTECTED]

...I want my data back, machine, and I want it now!



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


help with regular expressions

2003-02-21 Thread Task Control
Estimados seguidores del tbdev arroba thebat.dutaint.com

  Hi, i'm working in a regular expresions (regex's) filter in vampire,
  i use the freeware TRegExpr, avalaible in http://anso.da.ru

  The regex's are complete new for me. I discover it today :-) and i
  have the nexts questions.

  To procces the texts of the mails in vampire, i use first the
  uppercase function (i.e: uppercase(GooGLe) = GOOGLE), my questions
  are:

  - what happened if i applied uppercase function to a regular
  expression. ¿it's will work fine?
  - ¿what is better?
a. tell to plug'in user: your mails will be converted to a
uppercase letters to be processed. Make your regex's filters
accord this.
b. in silence convert the expresions and mail texts to uppercase.
  - did you like see a regex's filter in vampire?
  
  ¿anyone knows a good regular expresions guide? please reply with the
  url.

-- 
Se despide,
 Task Control 
   mail: TaskControl at SoftHome dot net
 correo: TaskControl arroba SoftHome punto net

Usando: 
- Windows 98 4.10.1998 
- AVG 6.0 Free Edition
- The Bat! 1.63 Beta/7
- Trillian PRO 1.0 B




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


Re: help with regular expressions

2003-02-21 Thread Stefan Tanurkov
Good [morning|afternoon|day|evening|night]  Task,

TC   ?anyone knows a good regular expresions guide? please reply with the
TC   url.

Well, the PCRE guide is a part of The Bat! help ;-)
Just look under Advanced usage topics - you will find it...

-- 
All the Best!
 Stefanmailto:[EMAIL PROTECTED]

...Do radioactive cats have 18 half-lives?



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