2020-10-19 07:13:11 1kUMXc-0005pC-OR Tainted
filename for search:
'/var/spool/exim/db/greylist.db'
Anyway, just to say that I Googled and found
something that I believe works for exim-4.94:
Old:
�� accept condition = ${lookup sqlite {GREYDB
SELECT host from resenders \
�� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��WHERE
helo='${quote_sqlite:$sender_helo_name}' \
�� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��AND
host='$sender_host_address';} {1}}
New:
�� accept condition = ${lookup
sqlite,file=GREYDB {SELECT host from resenders \
�� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��WHERE
helo='${quote_sqlite:$sender_helo_name}' \
�� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��AND
host='$sender_host_address';} {1}}
Adi��s.