This line seems to be a problem : DKIM_EXT_DOMAIN = ${lc:${domain:$h_from:}}
If I replace by a real domain, it works very well !
DKIM_EXT_DOMAIN = DOMAIN_A
I try
- ${lc:${domain:$h_from:}}
- ${lc:${domain:$h_From:}}
- $sender_address_domain
(dkim for From DOMAIN and Sender DOMAIN are not registered in the same
place, but there is no error here, it's sure, because DKIM for Sender is
always OK, and DKIM for DOMAIN A is ok if I write the real domain to
test. But impossible to detect it)