Re[2]: vampirex plugin naw ruz edition avalaible to download

2003-03-23 Thread Task Control
Hi tbdev at thebat.dutaint.com:


In the past Alexey was post:


ANV Hey! Remember me? I have translated an interface of PacSpam (aka
ANV Vampire) some time ago...
if you make a translate of the actual files, i'm very happy.

ANV Now  I  am  about  finishing  my own filter
congratulations, i woulfd like test it.

ANV -  based  on  completely another principle of regarding spam. The
ANV idea  is  baesyan  method. Good [...] the moment I collected only
ANV 500 :(.
Yeah, i was read about this, i do not like it, because your collected
spam files are not my spam files, the method is great, but, each user
need have a spam collection.


ANV I  just want to ask some question to you - because you also wrote
ANV your  own  Vampire  and of course know what to deal with The Bat!
ANV interface.

ANV how  it  is possible to know EXACT size of a part? If I just call
ANV the  function  with  NULL  as  a bufer and zero as a size - can I
ANV receive a necessary size as result?

  procedure GetStr(Idx: Integer; VAR str_part: string;
 VAR size_part: integer);
  var
I : Integer;
  begin
Result := '';
try
  I := GetData(MsgID, Idx, nil, 0);
  if I  0 then
  begin
if I  Sz then
begin
  ReallocMem(P, I);
  Sz := I;
end;
I := GetData(MsgID, Idx, P, Sz);
size_part:=I; {  LOOK HERE }
if I  0 then SetString(Result, P, I);
str_part:=Result;
  end;
except
  Result := '';
  str_part:=Result;
end;
  end; {GetStr}

ANV And two other question - when you filtering a text letter by Vampire,
ANV what are you doing with such things:
ANV POR!--25413--NOG!--25413--RAPHY, or
ANV http://W%57%57.%42%49%4cET%49%4b.G%49S%49S.R%55 instead of real URL?

I'm looking for a external library that change valid html code to a
simple text code.

I'm waiting the complete interface with decoded body support.

-- 
Best Regards,
 Task Control 
   mail: TaskControl at SoftHome dot net

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



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


new beta of vampire-x to test

2003-03-09 Thread Task Control
Hellow tbdev at thebat.dutaint.com
   tbbeta at thebat.dutaint.com

  in http://fyberger.tripod.com/vampire/vampire.htm you can found the
  last beta.

  changes:
  more usefull editor.
  rewrited log files.


-- 
Best Regards,
 Task Control 
   mail: TaskControl at SoftHome dot net

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




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


vampire first X series avalaible... news: filter language to searchmixed spam

2003-03-02 Thread Task Control
Hellow tbdev arroba thebat.dutaint.com

  in http://fyberger.tripod.com/vampire/vampire.htm clic in beta

  you can find the first of the X series of vampire.

  test it and enjoy it.

  news:
  - language for rules
  - tester for the new rules

  working in:
  - external images filter
  - size of mail filter
  - software to migrate from vampire to VampireX
  

  

-- 
Best Regards,
 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[2]: Ask on Vampire-Plugin

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

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

TM because i can't test it (running SpamPal ) a lot, can anybody now tell
TM me if this Plugin is functioning well or not. In special the
TM attachment filtering? I tested some parts, working sometimes,
TM sometimes not.

The ritlabs the bat's interface for plugins are not ready yet: in
beta7 are not working attach, body filters, but we can filter it using
the raw message option.

Some people says: when recibed a very big mail (2 or more MB) the
plugin crash, i'm working in it.

-- 
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: Bayesian SPAM filtering

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

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

ST The  thing  stated  in  the subject can be supported if we provide
ST some  additional  features for plug-ins like adding menu commands,
ST am I right?
  
we  are  replacing  the  menu  commands  with a external configuration
utilities, today i need more information of the mail and the user from
the bat!:

- the size of the mail [KB]
- the decoded body and the list of atachments. (separed with ','
please)
- a list of mails from the address book's.

in www.gdutb.org we was talking about a two times spam filter:

¿what  is  this?  if  we  have  a second method to know the score like
TBP_GetScoreBeforeDownloading, we can filter the mail with the sender,
the subject, and the kludges, the list of attachments, say to the bat!
the  score  and  with  this  you  decide if the mail was donwloaded or
deleted   in   the   server   whitout   downloading.  (like  selective
downloading)

Next with the actual interface, the plug'in analizes the complete mail
to define a score, and now it's works like 1.63beta3 to beta7.

-- 
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[2]: Bayesian SPAM filtering

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

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

JO Bayesian  filters  need to be fed spam and good email messages and
JO it  begins  to  learn  the  difference between the two. So, a user
JO needs  a  way  to  submit  large quantities of both. This could be
JO implemented  a  number  of  ways..  [...] learn ham function, of
JO course  :)  [...]

The  easy  way:  Today  we  can select a lot of messages and we have a
secondary mouse button, with a lot of options... add two: it is spam
and  it  is  a  good  mail, when a user select a mail (or a group of
mails)  and click (or hot-key) the options you export this to a folder
in a simple text format (whitout attachments please).

When  a  plug'in  starts,  it  can analize the folder, learn about the
patterns,  add  it  to anti-spam plugin database and clean the folder.
(or two folders)

Maybe  you can make a similar function to capture texts from the spam,
the  user  mark  the word (or phrase) secondary-mouse-button, click in
two  options:  it's  a  bad  string, it's good string, and export this
texts  to a simple text file. - for vampire if you put a third option:
it's  a  suspect string my work (and the work of vampire users) will
be easier -

Thanks a lot.

-- 
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[2]: vampire updated now 0.01c

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


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

  

L  Good evening Task,
  
L It was foretold that on 22-2-2003  16:50:28 GMT-0400 (which was
L 21:50:28 where I live) Task Control would mumble:
  
L snipped a bit
TC the  firsttime  was  puted  in  the  same  directory  that we have put
TC vampire?  you see the correct directory in the title of the windows in
TC the  cionfioguration  utility?

L Yes

TCincluding c:\vampire.ini

L Question first: does the vampire.ini file need to be in the same
L directory as vampire?
no, vampire only works is vampire.ini is it in c:\, in the nexts
releases i move the information of vampire.ini to the register of
windows.

-- 
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: PACSPAM words list

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

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

LG Hello users,

LG Well, here again are my current list of words. These have been tweaked
LG over and over since PACSPAM came out, and so far,

LG the only ones getting through right now are the ones completely in
LG Russian,  or  Korean.  Anyone  have  any thoughts on being able to
LG filter those ones?
easy, capture the ascii chars that represents this words and put it's
in your list files.

LG The problem I'm having filtering on those is trying to find words
LG (quoted, because it all looks like garbage on my screen), which would
LG be more or less common in all of them.
maybe you can filter using the name of the table of codification, i
think you can find it in the raw message.

LG So, these words are in the UNKNOWN / BODY / COMPLETE WORDS list. I'd
LG really like to see other people's lists too. Once I'm happy that
LG nothing is being caught that shouldn't. I'll move this words list into
LG the TRASH tab.

¿why you are not using vampire? i was abandoned the developed of
pacspam because, ... in the pacspam page you can find the explain.
You can use your pacspam list in vampire.

LG :pacSpam - unknow list
LG :
[...]
LG :
if you put the list of words in the body, the plug'in can say: it is
spam, you know, ¡a lot of words from spam! please zip it (or rar it)
when you send.

-- 
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


vampire with support to regular expressions uploaded

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

  a  beta  version  for  test,  this  time  with  support  to  regular
  expressions, you can get it, and test from:
  
  http://fyberger.tripod.com/vampire/vampire.htm

  news in the version:
  - new way to make the international support
  - regular expressions
  - syntax check utility for regex's
  
-- 
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[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


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[2]: i need better idea to know if a complete word *really it's*a complete word

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


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

KJMJ Is there any reason you're not using toupper() or tolower() (or
KJMJ some equivalent in whatever language you're dealing with)?
yeah, i use it: in delphi is uppercase() but the problem is other, the
problem   is  with  that  letters  that  changed  with  the  diferents
codifications of windows.

-- 
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[4]: i need better idea to know if a complete word *really it's*a complete word

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


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

KJMJ What about using UNICODE instead of ASCII?

  the ritlabs the bat interface for plugins export the records of
  the mail in ascii format. Sorry, but i couldn't change it.

-- 
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[2]: second version of pacpsam now avalaible (english version now)

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


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


LG Ok, I'm playing with it. Could you maybe explain a little about the
LG complete strings vs. the incomplete strings? It's missed a couple of
LG SPAM that I thought it should have gotten, so I think I may have
LG configured it wrong.

if the mails says: a wonderfull world!
the complete string full returns FALSE
the incomplete string full returns TRUE
the complete string world returns TRUE
the complete string a wonderfull returns TRUE
-- 
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/6
- Trillian PRO 1.0 B



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