TBP API - need help!

2003-02-13 Thread Alexey N. Vinogradov
Hello TBDEV. ..Can anybody explain me the context and interface for the functions in a plugin (well, I try to guess something myself): function TBP_GetStatus: Integer; stdcall; function TBP_NeedConfig: Integer; stdcall; function TBP_NeedCOM: Integer; stdcall; function TBP_Setup: Integer; stdcall;

Regular expressions in AntiSpam: is it possible?

2003-02-13 Thread Alexey N. Vinogradov
Hello tbdev. Excuse me for so "mass mailing" today... ...is it possible to use the regular expression machine from Tne Bat! in a custom antispam filter? It is sweet dream to use it and I think it would be quite bad if it is necessary to include a second regular expression machine ve

TBP filter - is it called at all?

2003-02-14 Thread Alexey N. Vinogradov
Hello tbdev. ...I "played" with the TBPtest from Stefan Tanurkov. When I inserted WinAPI "MessageBox (0,'TBP_functionname',caption,MB_OK)" into every function and procedure of plugin - just as an example of how it must work and as trying to recognize when any of the function is called -

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

2003-02-21 Thread Alexey N. Vinogradov
Hello, Task. You wrote in 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 ANV>>Tne Bat! in a custom antispam filter?.. I think this is

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

2003-02-22 Thread Alexey N. Vinogradov
Hello, Task. You wrote in TC> and I don't undertand: "what are you thinking men" please, explain TC> you. TC> first question: what is a regular expression. Well, the simplest example: you can see my letter-prefix: "You wrote in ". This is generated

Antispam filtering conception...

2003-02-23 Thread Alexey N. Vinogradov
Hello, tbdev. Practically everybody antispam developers (with few exceptions) discuss and develop a language-oriented software, which can be effective used only to native-language-featured letters. Let me try to define some principles which as I think can be used for spam filtering... First, abou

Re: vampirex plugin naw ruz edition avalaible to download

2003-03-23 Thread Alexey N. Vinogradov
Hello, Task. You wrote in TC> Hellow tbdev at thebat.dutaint.com TC> I wish you a happy Naw-Rúz and the best for the new year. TC> today (160-01-01) i updated the plugin vampirex TC> where? http://fyberger.tripod.com/vampire/vampire.htm TC> changes TC> - new n

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

2003-03-27 Thread Alexey N. Vinogradov
Hello, Jonathan. You wrote in >>> http://W%57%57.%42%49%4cET%49%4b.G%49S%49S.R%55 instead of real URL? >> url decode :) I'll write some code, and post it shortly. ... : JA> unit decode; JA> JA> (*

Baesyan machine for baesyan filter

2003-03-27 Thread Alexey N. Vinogradov
Hello, Kjartan. You wrote in KÁ> That is the same method as used in the new Mozilla, right? I don't know which method Mozilla uses, sorry... KÁ> You say you are about to finish this project. When can we expect the KÁ> first version to be born? First version is to be bor

Baesyan filter - test pre-release

2003-03-28 Thread Alexey N. Vinogradov
Hello, tbdev. I just finished the first working release of baesyan filtering which I described in . All is right but I got one problem which I can't resolve for a moment by myself. The problem is in compiling this filter. If I do it usual way - building with runtime package

Baesyan filter - WORKING test pre-release

2003-03-29 Thread Alexey N. Vinogradov
Hello, Mark. You wrote in MW> Alexey- MW> What kind of error are you getting? Is your plugin not showing up in MW> the list of available plugins or are you getting an error on selecting MW> it? I'm assuming that "use dynamic RTL" is unchecked in the Linker MW> settings. I

Re[2]: Baesyan filter - WORKING test pre-release

2003-03-29 Thread Alexey N. Vinogradov
Hello, Kjartan. You wrote in KÁ> I tried using both versions of your plugin. KÁ> When I tried to install the first one (build using C++ builder) I got KÁ> error message telling me it couldnt find CC3260.DLL. I assume this DLL KÁ> comes with C++ Builder and is not statical

Re[2]: Baesyan filter - WORKING test pre-release

2003-03-29 Thread Alexey N. Vinogradov
Hello, Kjartan. You wrote in ANV>> http://klirik.narod.ru/arc/vsbaeslog.tbp (128kb) ANV>> http://klirik.narod.ru/arc/vsbaesnolog.tpb (126kb) KÁ> Neither of these files are found when i try to download them, are you KÁ> sure the URLs are correct? Feel free to send them as

Re[2]: Baesyan filter - WORKING test pre-release

2003-03-30 Thread Alexey N. Vinogradov
Hello, Kjartan. You wrote in ANV>> It's sounds strange... :(. But my mail corpus is more humble - I have ANV>> only 700 letters of spam and 1000 of non-spam. My regard.rbd contains ANV>> about 2 key tokens and takes around 400KB. I tried it on Windows ANV>> XP and Win

Re[2]: Baesyan filter - WORKING test pre-release

2003-03-30 Thread Alexey N. Vinogradov
Hello, Kjartan. You wrote in KÁ> I did build a new regard file with ~200 spam mails and ~200 non spam KÁ> mails. The new regard.rdb file is around 100KB in size. I see the file you sent me. It is actually what I think about: Actually I need only first 8 bytes to say wha

Re: problems with bayesian filter

2003-03-30 Thread Alexey N. Vinogradov
Hello, rhabib001. You wrote in ryc> Hello. I've downloaded the new bayesian spam filter (the detailed ryc> logging version) and the machine generating engine (updated version) ryc> and have created a regard.rbd file and placed it in c:\baesyan. The ryc> log file is gener

Re[2]: problems with bayesian filter

2003-03-30 Thread Alexey N. Vinogradov
Hello, rhabib001. You wrote in ryc> I have trained the good dictionary on 745 letters, but the spam ryc> dictionary on only 35 letters. Could this be the problem (I have ryc> attached the regard.rdb file). Wow!!! I will see to your file, but, please, in future - sent al

Re: Bayesian SPAM filtering

2003-03-31 Thread Alexey N. Vinogradov
Hello, Stefan. You wrote in ST> Hello All, ST> The thing stated in the subject can be supported if we provide some ST> additional features for plug-ins like adding menu commands, am I right? For the moment it seems to be good if it would be possible to firstly "lea

Baesyan filter - bug fixed (still test pre-release!)

2003-03-31 Thread Alexey N. Vinogradov
Hello, tbdev. One bug has been fixed in filter "baesyan". The bug was that if a letter contain token consists whole from "!" then during "degeneration" an error occured and the filter failed. So, any letter includes this kind of tokens seemed to be "non-spam" because of this fail. Fixed version y

Re[4]: TBP API - need help!

2003-03-31 Thread Alexey N. Vinogradov
Hello, Stefan. You wrote in ST> Hi Mark, MW>> Or, in this case, a lack of *any* real documentation. Stefan - I MW>> take it that the API we're working with here is also going to be MW>> valid when the fabled 2.0 release finally rears its head? ST> I am going to publish p

Re[2]: problems with bayesian filter

2003-03-31 Thread Alexey N. Vinogradov
Hello, rhabib001. You wrote in ryc> One thing I don't understand about the log is that if multiple ryc> messages are downloaded, the log doesn't reflect this. Is this a bug? As I understand myself, The Bat can call multiple instances of filtering procedure in a time. Fo

Re[2]: Baesyan filter - bug fixed (still test pre-release!)

2003-04-01 Thread Alexey N. Vinogradov
Hello, rhabib001. You wrote in >> For this moment no other serious errors found. ryc> Hi Alexey. The bug where the connection centre doesn't close down ryc> after retrieving mail still persists in both the log and no-log ryc> version of the filter. So basically, when do

Baesyan filter - the bug fixed

2003-04-02 Thread Alexey N. Vinogradov
Hello, tbdev. The bug discussed below in and has been fixed. It seems that it was because of function call convention. It worked correctly in Windows XP and other systems (like Windows 9x) but cause The Bat! to stuck on Windows 2000. Now it is fixed

Re[2]: Baesyan filter - the bug fixed

2003-04-02 Thread Alexey N. Vinogradov
Hello, Marck. You wrote in MDP> I'd love to help, but I have not been able to install it. It MDP> produces the attached error when I try. Which exact file do you try? Current is: http://klirik.narod.ru/arc/baes.tbp - logged version; http://klirik.narod.ru/arc/baesnolog

Re[2]: Baesyan filter - the bug fixed

2003-04-02 Thread Alexey N. Vinogradov
Hello, Marck. You wrote in <mid:[EMAIL PROTECTED]> MDP> Hi Alexey, MDP> @3-Apr-2003, 02:05 +0700 (20:05 UK time) Alexey N. Vinogradov [ANV] MDP> in mid:[EMAIL PROTECTED] said: MDP>>> I'd love to help, but I have not been able to install it. It MDP>>>

Re[2]: Baesyan filter - the bug fixed

2003-04-02 Thread Alexey N. Vinogradov
Hello, Jonathan. You wrote in <mid:[EMAIL PROTECTED]> JA> On Wednesday, April 02, 2003, Alexey N. Vinogradov wrote... >> O'k. To be correctly installed the filter must has file >> с:\baesyan\regard.rbd which every user must generate for himself by >> dictionary

Re: A bug in BayesIt! 0.3a

2003-05-27 Thread Alexey N. Vinogradov
Hello, Prezes. You wrote in P> Hello TBDEV list, P> I use BayesIt! 0.3a. I installed the filter in directory C:\Programy\The P> Bat!\baesyan\. Unfortunately the filter often return error, which I send in P> attachement. This is not error! The BayesIt manager stores

Re[2]: Autotraining

2003-05-27 Thread Alexey N. Vinogradov
Hello, Prezes. You wrote in P> Hello Alexey, P> Tuesday, May 27, 2003, 3:57:34 PM, you wrote: ANV>> Well... Earlier or later it is necessary to write such guide, so I do ANV>> it now... ANV>> Also I ask everybody who tests BayesIt! to try feature "extract tokens ANV>> fo

Re: Get ready for the new Beta :-)

2003-05-30 Thread Alexey N. Vinogradov
Hello, Stefan. You wrote in ST> Here is a short update for Anti-SPAM plug-ins. There is a new ST> function in the oncoming Beta to be called for submitting SPAM/HAM: ST> function TBP_FeedSpam(MsgID, IsSPAM: Integer; GetData: ST> TBPGetDataProc): Integer; stdcall; S

Baesyan filter 011alpha - on the way to first release

2003-04-12 Thread Alexey N. Vinogradov
Hello, tbdev. New build of AntiSpam baesyan filter and learning engine for it is available. I changed the internal format of regarding base to make it "self-trainable". New learning engine can create such regarding base. Because the new format is incompatible with old rbd (now even extension chan

Bug with XLAT editing

2003-06-26 Thread &#x27;Alexey N. Vinogradov'
Hello, tbbeta. 1. go to "Preferences"->"Character Sets (XLAT)" 2. select any codepage and press "edit" 3. In editing dialog press "OK" In this very situation I get the error: "Access violation at address 0x00403F70 in module 'TheBat.exe'. Reading of address 0xFFD4" (may be the addresses wou

Re: Bug with XLAT editing

2003-06-26 Thread &#x27;Alexey N. Vinogradov'
Hello, 'Alexey. You wrote in ANV> Hello, tbbeta. ANV> 1. go to "Preferences"->"Character Sets (XLAT)" ANV> 2. select any codepage and press "edit" ANV> 3. In editing dialog press "OK" excuse for offtopic... I've just confused lists... :) -- Sincerely, Alexey. Using T

.TBB message format

2003-07-05 Thread Alexey N. Vinogradov
Hello, tbdev. ... Working on BayesIt! I met the question about internal structure of TBB files. I work with the files using description extracted from an open-source application which also uses TBB. I found these headers in the application: // TBB file header struct tmbasehead { long Signatur

Re: PlugIn Specification

2003-07-24 Thread Alexey N. Vinogradov
Hello, Jan. You wrote in JO> Hi, JO> I'd like to play around with programming plugins for TB. As far as I JO> know they are written (currently) using Delphi or at least some kind JO> of Windows Pascal. Last time I looked at Delphi were before the JO> coming of Win

BayesIt! 0.4 testers version: pickup The Bat! folders

2003-08-04 Thread Alexey N. Vinogradov
Hello, tbdev. I made new mechanism of selection of The Bat! folders for initial "feeding" of antispam filter BayesIt. It is on the way for final release which will come soon. I would like to ask you to test this very feature. This developer's build you can find here: http://klirik

New Plugin Spec...

2003-08-05 Thread Alexey N. Vinogradov
Hello, tbdev. Strictly speaking, there are no specifications about TBP at all! The only things which are exist - two simple plugins sent by Stefan as examples. The very last one - which includes support for macro plugins - I attached to the letter. TBPtest.rar - is originally posted by Stefan Tan

Re[2]: Plugin Specs?

2003-08-06 Thread Alexey N. Vinogradov
Hello, Mark. You wrote in MW> Note that the only API Stefan has published is for spam filtering. If MW> you want to do more, there's nothing available. At least yet. Stefan MW> has promised support for user-defined macros and such, but so far MW> there hasn't been any API

Re: Plugin Specs?

2003-08-09 Thread Alexey N. Vinogradov
Hello, Bill. You wrote in BM> Hello TB Dev, BM> Back on July 24th, Jan Oetjen asked for specs for writing plugins. BM> There was no response with specs. BM> I would like to write DLLs in MinGW32 GCC C. Does anyone have a BM> simple example? You can found one variant i

Button "configure" in TB2b2

2003-08-15 Thread Alexey N. Vinogradov
Hello, tbdev. Since the last beta (beta2) the button "configure" in the filter's options begin to work! If you want to try it you must change a function in the test plugin: int WINAPI TBP_NeedConfig() { return 1; } (before it returned zero). After compiling the plugin you will see the

Re: Plugin Sample in C++ - IMPORTANT! SERIOUS ERROR!

2003-08-19 Thread Alexey N. Vinogradov
Hello, Mark. You wrote in MW> Here's some plugin sample code that should serve as a starting point MW> for coding in C++. It's working now in Visual C++, Borland C++ Builder MW> 6.0, and Metrowerks Codewarrior 8.0. The compiler-specific parts are MW> at the beginnings of b

Re[2]: Plugin Sample in C++ - IMPORTANT! SERIOUS ERROR!

2003-08-20 Thread Alexey N. Vinogradov
Hello, Mark. You wrote in ANV>> 1. Strictly speaking, the interface is defined as struct. (there is line in the ANV>> header: #define interface struct. So, I would change your code by using word ANV>> "struct" if "interface" is undefined, and also "public:" is not necessar

Re: TBP_GetSpamScore do not really work?

2003-08-27 Thread Alexey N. Vinogradov
Hello, Achim. You wrote in AW> i tried to use the function TBP_GetSpamScore from the plugin interface AW> with no result. if i return 100 for every mail nothing happens. May be you set the option to delete all the messages with "score more than...". So, it is really seems

TBP_GetStatus

2003-09-03 Thread Alexey N. Vinogradov
Hello, tbdev. Just wondering about TBP_GetStatus. Because no official comprehensive API is available, it seemed that TBP_GetStatus must return "0" if all is right. But... Let me cite the part of new TB help: > To add a new plug-in just click on Add button and in file dialog browse in > directori

Non-official TBP API - addition

2003-09-08 Thread Alexey N. Vinogradov
Hello, tbdev. Until Stefan didn't send here the official TBP API I want to add something to API written by Mark Wieder. Unfortunately this API is written basing on TBPtest sent by Stefan twice before. Because of it, it includes only functions which were in TBPtest and this is not enough. I think

Re: The Bat! Common Plug-in API v1.0

2003-09-10 Thread Alexey N. Vinogradov
Hello, Stefan. You wrote 10.09.2003 @ 16:30 in using mailer The Bat! (v2.00.6) ST> Dear All, ST> Phew... Writing API documentation is definitely a hard task for me :-) Agree... :) ST> OK, here it is - the first version of TB! CP API for your comments. ST> Atten

Re: Plugin initialization failed

2003-09-10 Thread Alexey N. Vinogradov
Hello, Tero. You wrote 10.09.2003 @ 20:30 in using mailer The Bat! (v2.00.6) Personal TR> Hello all, TR> I wrote a dummy plugin with VC6, but I am getting "Plugin initialization" TR> errors thought I followed the instruction Stefan introduced earlier today. TR> See the

Re: The Bat! Common Plug-in API v1.0

2003-09-10 Thread Alexey N. Vinogradov
Hello, Stefan. You wrote 10.09.2003 @ 16:30 in using mailer The Bat! (v2.00.6) ST> We are planning to make some additions to the API soon. Please post ST> your suggestions about which plug-in slot should be implemented ST> next. One more suggestion... What about

Re: The Bat! Common Plug-in API v1.0

2003-09-10 Thread Alexey N. Vinogradov
Hello, Stefan. You wrote 10.09.2003 @ 16:30 in using mailer The Bat! (v2.00.6) ST> I tried to make everything clear, but if there are some uncovered ST> issues and concerns, please post them here. ST> We are planning to make some additions to the API soon. Please

Re: Plugin stub (API draft compliant)

2003-09-11 Thread Alexey N. Vinogradov
Hello, Mark. You wrote 11.09.2003 @ 8:18 in using mailer The Bat! (v1.63 Beta/7) Personal MW> Here's the revised edition of my plugin stub, hopefully conforming to MW> the draft API document. Alexey - could you (or anyone else) please try MW> this under Visual C++? I've

Re: The Bat! Common Plug-in API v1.0 - some extra typerrs found...

2003-09-17 Thread Alexey N. Vinogradov
Hello, Stefan. You wrote 10.09.2003 @ 16:30 in using mailer The Bat! (v2.00.6) ST> Dear All, ST> Phew... Writing API documentation is definitely a hard task for me :-) Some extra notes to the text of API: 1. From TBP_GetConfigData description: ,- | ABuf | [out

Re: The Bat! Common Plug-in API v1.0

2003-09-17 Thread Alexey N. Vinogradov
Hello, Stefan. You wrote 10.09.2003 @ 16:30 in using mailer The Bat! (v2.00.6) ST> OK, here it is - the first version of TB! CP API for your comments. One more note: ,- [ from TBP_GetMacroList ] | Name of macro may contain any number of characters; the set of al

Re: The Bat! Common Plug-in API v1.0

2003-09-17 Thread Alexey N. Vinogradov
Hello, Stefan. You wrote 10.09.2003 @ 16:30 in using mailer The Bat! (v2.00.6) And quite more comments :) ,- [ from TBP_ExecMacro ] | Template | [in] Pointer to the Template Processor object; p. 5.3.3 specifies the list of | property identifiers that could be used

The Bat! Common Plug-in API v1.0 - Russian version

2003-09-17 Thread Alexey N. Vinogradov
Hello, tbdev. In attachment there is my russian translation of CP-API v1.0 originally published by Stefan Tanurkov @ If anybody interesting: I am going to made nice-formatted PDF version - both for english and russian version - and make it available to all who need. -- S

Re: The Bat! Common Plug-in API v1.0

2003-09-20 Thread Alexey N. Vinogradov
One more error i CP-API :) ,- | 5.1.7. TBP_NeedConfig | | Syntax: | | C++: int WINAPI TBP_ConfigNeeded(); | | Object Pascal: function TBP_ConfigNeeded: Integer; stdcall; `- Here must be TBP_NeedConfig, not TBP_ConfigNeeded! -- Sincerely, Alexey. Us

Re: The Bat! Common Plug-in API v1.0

2003-09-22 Thread Alexey N. Vinogradov
Hello, Stefan. You wrote 10.09.2003 @ 16:30 in using mailer The Bat! (v2.00.6) ST> Dear All, ,- [ section 5.3.2 ] | C++: int WINAPI TBP_ExecMacro(char* AMacro, int MaxLen, ITBPDataProvider* | Template, ITBPDataProvider* Params): Integer; stdcall; `--

how to read "Ignored" letters after "selective download"?

2003-10-09 Thread Alexey N. Vinogradov
Hello, tbtech. I've the mailbox with the selective download filter installed, and "ignore" action assigned (i.e., not "delete", but simply "don't download"). The question: how can I download the letters, leaved on the server by the rule? - If I just unactivate the rule and run mail delivery, the

CP-API - feature request

2003-10-09 Thread Alexey N. Vinogradov
Hello, tbdev. AFAIK it is impossible to retrieve the date of receiving for the message from TBPGetDataProc. Can it be added? In TBPGetSpamScore it is not so important - because it is called in the moment of delivering - so, I can just use the current system date, but in TBPFeedSpam it may be nec

Re: TBP_GetSpamScore could return <0 or >100 ?

2003-10-18 Thread Alexey N. Vinogradov
Hello, NetVicious. You wrote 19.10.2003 @ 1:09 using mailer N> Hi! N> I want to make a plugin for white/black list of senders. N> It will be running with Bayesit, so I want to know if TBP_GetSpamScore N> could return diferent values of 0-100 points. What about _official_ CP-API published h

Re: Formatting kludges

2003-10-23 Thread Alexey N. Vinogradov
Hello, Andrew. You wrote 23.10.2003 @ 17:06 in using mailer The Bat! (v2.01) AP> Hello! AP> I'm a bit confused... Could anyone tell if the following message AP> headers formatting is legal (this is from bugreport about MyGate that AP> I received): AP> X-Mailer: The Ba

nntp2imap plugin - who wants to develop?

2003-11-13 Thread Alexey N. Vinogradov
Hello, tbdev. I've written a small plugin which works like gate translating NNTP to IMAP protocols. It is just a sample, and I published it for everybody who wants to continue develop the subject. Now the plugin works only one way - it can "reflect" NNTP groups into IMAP folders and download the m

xpwelcome plugin

2003-11-13 Thread Alexey N. Vinogradov
Hello, tbdev. I've posted the subj into tbbeta list. Here is the source - if somebody interested. ,- | #include "tbptest.h" | | typedef HRESULT (WINAPI *GET)( HKEY hKeyUser, | LPCTSTR pszMailAddress, | DWORD *pdwCount, | FILETIME *pFileTime, | LPCTSTR pszShellExecute

Re: CP-API 1.0 -- Unimplemented or stale information?

2003-11-18 Thread Alexey N. Vinogradov
Hello, John. You wrote 17.11.2003 @ 20:25 using mailer JH> Hi, JH> I'm unable to retrieve any data from any of these: JH> mpidMessageSender JH> mpidMessageSubject JH> midxFromName JH> midxFromAddr JH> midxToName JH> midxToAddr JH> I picked up the API document from the list archive, is the

Re[2]: Experimental black|whitelist plug-in

2003-11-22 Thread Alexey N. Vinogradov
Hello, Prezes. You wrote 22.11.2003 @ 0:08 in using mailer The Bat! (v2.01.26) P> Good work! How it cooperate with Bayes_It? Please, note that since TB give no way for one plugin to know about summary grade of a letter, if you use more than one plugin, you need to "mar

Re[2]: Macro-plugin/gcc/mingw anyone?

2004-01-10 Thread Alexey N. Vinogradov
Hello, Thomas. You wrote 10.01.2004 @ 23:52 >> It would be cool if it was possible to use my cygwin gcc/mingw to >> compile TB! plugins. TM> I think the author of MyMacro is using your program also for compiling. Try TM> to contact him. AFAIK He uses DELPHI (even sources are written on Delphi)

Re: Code review (was: Z0mbies macros)

2004-01-30 Thread Alexey N. Vinogradov
Hello, Carsten. You wrote 31.01.2004 @ 0:06 CT> Please reply to tbdev if possible ... Z0mbie, since you are a new member, tbdev is also the list - for plugin's developers ([EMAIL PROTECTED]) -- Sincerely, Alexey. Using TB 2.03.47 on WinXP Pro SP1 (2600), spelling by ORFO2002 (CSAPI) ..with

RITLNG - translation of plugins

2004-02-07 Thread Alexey N. Vinogradov
Hello, tbdev. I've found useful to collect some docs on the one page - like CP-API and some source plugins. I've also written the system for translation _any_ MS VC application using native Ritlabs .LNG files - I've called it RITLNG. This system I've also added to that page. The address is http

Re: how to get amount of outgoing traffic

2004-02-21 Thread Alexey N. Vinogradov
Hello, Stanislav. You wrote 21.02.2004 @ 14:59 SVM> And is exists any other way to retrieve amount of incoming traffic? (I SVM> need to calculate sizes of attaches, headers, text parts and SVM> attaches). Why? Just get the raw message - and you'll receive the whole size of a message.

Re[3]: how to get amount of outgoing traffic

2004-02-22 Thread Alexey N. Vinogradov
Hello, Stanislav. You wrote 21.02.2004 @ 19:10 using mailer SVM> Hello, Alexey. SVM> :) I can use native functions in GetSpamScore SVM> Ttl:=GetData(MsgID,mpidRawMessage,nil,-1); //Raw size If you want to calculate the incoming traffic, mpidRawMessage is enough. SVM> That's faste

Re: TBPGetDataProc pointer for later use?

2004-03-27 Thread Alexey N. Vinogradov
Hello, Achim. AW> i want to include something like a progress bar into my antispam AW> filter. To do that i need the count of messages the user want to scan. AW> so there are two possibilities to do that. Even if you don't make any resource-greedy work during such "mark as" action, this action ta

about the rules of the list....

2004-03-29 Thread Alexey N. Vinogradov
Hello, tbdev. There is a line in rules: ,- | Set up a filter for incoming mail which looks for Strings Location | Presence Reply-to:.*TBDEV@ Kludges Yes Options: Regular | expressions (Checked). `- I just noted that Prezes has the address begins with "tbdev@"... so, all private

Re[2]: New Plugin: X-Face

2004-06-14 Thread Alexey N. Vinogradov
Hello, Carsten. You wrote 14.06.2004 @ 23:17 CK> Mahlzeit Jacek! CK> heute (am 14.06.2004 um 14:41 Uhr) meintest du: >> It is available for download from http://natserwis.pl/~szumi page. >> The page is in polish, but usage of this plugin is very very easy. CK> Can you translate it in eng

Re: ExecuteMacro

2004-07-07 Thread Alexey N. Vinogradov
Hello, Achim. You wrote 08.07.2004 @ 4:13 AW> does someone know how a can use ExecuteMacro? an example would be AW> nice... Just give the necessary line as a first parameter and call the function. as example: std::string command = "%IF:\"%SUBJECT\"=\"\":\"%SUBJ='" + Params[0] + "'"; Template.

The "wrapper" for ITBPDataProvider interface.

2004-07-24 Thread Alexey N. Vinogradov
Hello, tbdev. I've written a small helper "wrapper" on С++ to be used with ITBPDataProvider interface. Here is the source: // tbwraper.h: interface for the wrapper of ITBPDataProvider // // #if !defined(tbwraper_h) #define tbwra

Re: How to make a backup of BayesIt information

2004-08-23 Thread Alexey N. Vinogradov
Hello, NetVicious. You wrote 24.08.2004 @ 4:21 in using mailer: The Bat! (v2.12.03) N> Someone has information of how to make a backup of BayesIt! databases N> and transport they to another computer ? When I spoke with Stefan about the place where bayesit could keep i

regexp in BayesIt! 0.6.1

2004-09-01 Thread Alexey N. Vinogradov
Hello, tbtech. I understand that testing is more the subj of TBBETA, but this very subject is quite specific and I want to send it here... I am trying to make a usable regular expression's editor for newbies, and I need your advices and notes. For the moment I just realized regular expression's

How to get these PCRE errors?

2004-10-12 Thread Alexey N. Vinogradov
Hello, tbtech. I am seeking for the short (or - "shortest") which causes these errors. It is necessary for non-destructive translation of them. Could you, please, help me? Here is the list of PCRE errors I need to find (all of them have been taken from internal The Bat! pcre using disassembler)

Re: Authenticode (Digital Signatures) for plugins

2007-12-17 Thread Alexey N. Vinogradov
Hello, Maxim. You wrote 29.08.2007 @ 13:38 MM> IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE (0x40) // The DLL can be relocated at load time MM> IMAGE_DLLCHARACTERISTICS_NX_COMPAT (0x100) // The image is MM> compatible with data execution prevention (DEP). MM> IMAGE_DLLCHARACTERISTICS_TERMINAL_S