On 8/4/22 18:56, Andrew C Aitchison via Exim-users wrote:
>
> Earlier in that page acl_m_greyident is defined as:
> # Generate a hashed 'identity' for the mail, as described above.
> warn set acl_m_greyident =
> ${hash{20}{62}{$sender_address$recipients$h_message-id:}}
> I don't know whether
On Thu, 4 Aug 2022, jacob dahl pind via Exim-users wrote:
using the example at https://github.com/Exim/exim/wiki/SimpleGreylisting
with 4.96 the following line throws an error
set acl_m_dontcare = ${lookup sqlite {INSERT INTO greylist \VALUES (
'$acl_m_greyident', \
'${eval10:$tod_epoch+300}',