Re: Duplicate Messages

2004-09-06 Thread Alexey N. Vinogradov
Hello, Chris.

You wrote 07.09.2004 @ 2:45 


C> How does The Bat! determine if two messages are duplicates of each
C> other? Do it use the message ID? Does it use a hash?

The values are calculated using MsgID+Date+From+Subj, and then being compared.

-- 
Sincerely, Alexey.
Using TB 3.0.0.7 on WinXP Pro SP2 (2600), spelling by ORFO2002 (CSAPI) 
..with Kaspersky Antivirus Plugin (ver 3.5 Gold) & antispam filter BayesIt! 0.6.01

   mailto:[EMAIL PROTECTED]




http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Why does regexpr not work

2004-09-06 Thread Roelof Otten
Hallo Britt,

On Mon, 6 Sep 2004 23:38:45 +0200GMT (6-9-2004, 23:38 +0200, where I
live), you wrote:

BM> What do I do wrong?

BM> 
%To=""%To='"%SetPattRegExp=_(is?)(.*?)Fornavn\s=\s(.*?)\n(.*?)Efternavn\s=\s(.*?)\n(.*?)E-mail:\s(.*?)\n_%-
BM> %RegExpBlindMatch=_%Text_%-
BM> %SubPatt=_2_ %SubPatt=_2_"<%SubPatt=_2_>'

First your regular expression is searching for a pattern like this:

Fornavn = blabla
Efternavn = blabla
e-mail: blabla

while your getting this:

email:  blabla
Fornavn = blabla
Efternavn = blabla

So it'll never match.
Second you're asking three times for the same argument.

I guess you might have more luck with this:

%To=""%To='"%SetPattRegExp=_(is?)(.*?)E-mail:\s(.*?)\n(.*?)Fornavn\s\=\s(.*?)\nEfternavn(.{3})(.*?)\n_%-
%RegExpBlindMatch=_%Text_%-
%SubPatt=_6_ %SubPatt=_8_" <%SubPatt=_3_>'%-

-- 
Groetjes, Roelof

The Bat! 3.0.0
Windows XP 5.1 Build 2600 Service Pack 1
1 pop3 account, server on LAN

Disclaimer: Any opinion stated in this message is not necessarily shared by my budgies 
or rabbits.




http://www.silverstones.com/thebat/TBUDLInfo.html


Why does regexpr not work

2004-09-06 Thread Britt Malka
Hi there and good evening

I receive a mail from subscribers and before it only said: Name: first
name second name

and
E-mail: email

No it is slightly changed, and it sais:

E-mail: email
has subscribed

Subscribe page: 1
Fornavn  = First name
Efternavn = Second name

So I have changed the regexp to this, but it puts nothing in the
to-field. When I try each of them seperately in the with the DLL from
Dirk Heiser, they work, but together? Nothing.

What do I do wrong?

%To=""%To='"%SetPattRegExp=_(is?)(.*?)Fornavn\s=\s(.*?)\n(.*?)Efternavn\s=\s(.*?)\n(.*?)E-mail:\s(.*?)\n_%-
%RegExpBlindMatch=_%Text_%-
%SubPatt=_2_ %SubPatt=_2_"<%SubPatt=_2_>'

-- 
Best regards,
 Britt




http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Duplicate Messages

2004-09-06 Thread Peter Meyns
Hi Chris,

on Mon, 6 Sep 2004 13:45:50 -0400GMT, you wrote:

C> How does The Bat! determine if two messages are duplicates of each
C> other? Do it use the message ID? Does it use a hash?

I'd like to learn that too.

It can't be the MID alone. It must be the MID plus some headers or a
hash. I saw this most recently when I downloaded a part of TBUDL and
TBBeta messages from GMane, that I missed due to an overflow of my pop
account. Of course, I had some overlapping messages whose MIDs were
the same, but they were not recognized as dupes. I had to sort them
out manually.

-- 
Cheers
Peter

The Bat! v3.0.0.7, on Win2K, 5, 0, build 2195, SP4,
AMD Athlon 2200+ at 1800MHz, 512 MB RAM

Winamp currently playing: Van der Graaf Generator - Pioneer Over C




http://www.silverstones.com/thebat/TBUDLInfo.html


Duplicate Messages

2004-09-06 Thread Chris

How does The Bat! determine if two messages are duplicates of each
other? Do it use the message ID? Does it use a hash?

-- 
Chris
Quoting when replying to this message is good for your karma.

Using The Bat! v3.0 on Windows XP 5.1 Build 2600 Service Pack 2

If little green men land in your back yard, hide any little green
women you've got in the house.


http://www.silverstones.com/thebat/TBUDLInfo.html