Glenn wrote:
(snip)
>And then sent a test message to @glenn.txt
>I received 10 copies in my inbox.
>
>We'll need to "fix" that. ;-)

How? We can check if the latest one and the current one is the same - this
will fix this problem but not if the file looked like:

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

We would get two copies anyway. Since the file can be very very large we
would have to store all of the lines in memory and IMHO it can be quite
lengthy (especially if you really want to send someone several mails just
to be mean). Besides since you also could have it set up like:
To:[EMAIL PROTECTED]
CC:[EMAIL PROTECTED]

You would still get two mails, so this would need to be fixed as well to
perform a perfect control.
And how many spamers use Arachne anyway?

But feel free to fix it Glenn, while doing so fix so that "reQuest all
links" checks so the following page:
<A HREF="file1">My link</A>
<A HREF="file2">My link</A>
<A HREF="file1">My link</A>

don't download file1 twice - I changed (it's in 1.66) so that the page:
<A HREF="file1">My link</A>
<A HREF="file1">My link</A>
<A HREF="file2">My link</A>

Only downloads file1 once (comparing with the link just used).

Reply via email to