On 02/21/2018 10:22 AM, Benny Pedersen wrote:
David Jones skrev den 2018-02-21 15:46:
Bug 7559 opened. I don't want to delay 3.4.2 either. I don't think
this is major enough to have to go into 3.4.2 unless someone can
provide a quick patch for Kevin.
in dkim.pm plugin i find
# minimal signing key size in bits that is acceptable for whitelisting
push (@cmds, {
setting => 'dkim_minimum_key_bits',
default => 1024,
type => $Mail::SpamAssassin::Conf::CONF_TYPE_NUMERIC,
});
so it is solved in 3.4.1 ?
what version of Mail::DKIM does it fails with ?
I have that same code in my DKIM.pm and I am running 3.4.1. Maybe the
size acceptable for whitelisting is different from the DKIM_VALID check?
Does the check_dkim_valid function need to also check for the
dkim_minimum_key_bits size to consider it DKIM_VALID?
--
David Jones