https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24588

Jonathan Druart <jonathan.dru...@bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.dru...@bugs.koha-c
                   |                            |ommunity.org

--- Comment #10 from Jonathan Druart <jonathan.dru...@bugs.koha-community.org> 
---
1. Should not we want the X-Mailer value to be more specific? Like with the
library name for instance?


2. I suspect Email::MessageID to be "buggy" under plack.

My understanding (may be wrong!):

"my %uniq" is supposed to contain " $epoch => $nb_occ " with $nb_occ the number
of time $epoch has been associated to an id.

Say the following Message-ID generated by the module:
15822877730.63BC8.7268@df2c0b4bf86c
1582287773 is $epoch, 0 is the first occurrence
63BC8 is a random value
7268@df2c0b4bf86c is the hostname

The next ID generated in the same second will be 15822877731.
If another script is ran at the same time, we will have this "uniq" 15822877730
used several time.


Short version: All of that to say that we are safe as there is the random value
that is concatenated, it will be bad luck to get twice the same generated
random value, in the same second, with 2 scripts . But it is possible :)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to