[Koha-bugs] [Bug 24588] Prevent e-mails from Koha to be flagged as spam

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 21 13:30:16 CET 2020


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #10 from Jonathan Druart <jonathan.druart at 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 at df2c0b4bf86c
1582287773 is $epoch, 0 is the first occurrence
63BC8 is a random value
7268 at 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.


More information about the Koha-bugs mailing list