mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Mldonkey-bugs] mld199b8 sending duplicate email notifications


From: Chris Richards
Subject: RE: [Mldonkey-bugs] mld199b8 sending duplicate email notifications
Date: Thu, 26 Sep 2002 14:50:02 +1000 (EST)

I realise the programmers of mld are busy so I was wondering if anyone on this
list could tell me if the below code has issues or not.... They are extracts
from file: donkeyOneFile.ml - I added the previous version to compare.

What do you think?

*OLD* - Revision 1.5 / Tue Sep 10 04:22:07 2002 UTC (2 weeks, 1 day ago) by
b8_bavard

let update_options file =
  file.file_absent_chunks <- List.rev (find_absents file);
  check_file_downloaded file


*NEW* - Revision 1.6 / Tue Sep 24 14:34:00 2002 UTC (37 hours, 45 minutes ago)
by b8_bavard

let _ =
  file_ops.op_file_to_option <- (fun file ->
      if file.file_chunks <> [||] then begin
          file.file_absent_chunks <- List.rev (find_absents file);
          check_file_downloaded file;
        end;
      file_to_value file)

Thank you once again.

Cheers,
Chris

On Wed, 25 Sep 2002, Chris Richards wrote:

> Update:
>
> Just downloaded another file and the emails are still being sent every
> 4min so it can't be a file specific problem.
>
> Any ideas?
>
> Any help would be much appreciated :)
>
> Cheers,
> Chris
>
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On Behalf Of
> Chris Richards
> Sent: Wednesday, 25 September 2002 2:15 PM
> To: address@hidden
> Subject: [Mldonkey-bugs] mld199b8 sending duplicate email notifications
>
>
> Hiya,
>
> Has anyone else had a problem with mld199b8 sending out duplicate
> notification
> emails?
>
> There was one file waiting to be comited and mld was sending an email
> every
> 4min telling me such and such file has been downloaded.
>
> This just started happening..... been runing all day with no issues and
> have
> already downloaded 5 or 6 files of which I recieved only one email per
> file.
>
> Maybe it is related to this one particular file?
>
> Thanx.
>
> Regards,
> Chris
>
>
>
> _______________________________________________
> Mldonkey-bugs mailing list
> address@hidden
> http://mail.freesoftware.fsf.org/mailman/listinfo/mldonkey-bugs
>
>
>
> _______________________________________________
> Mldonkey-bugs mailing list
> address@hidden
> http://mail.freesoftware.fsf.org/mailman/listinfo/mldonkey-bugs
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]