In amavisd.conf I have
read_hash(\%blacklist_sender,'/etc/amavis/blacklist');
@blacklist_sender_maps = (\%blacklist_sender);`
In the blacklist file I have
@example.com (not the real domain)
However the sender address is always utf8 encoded so does not match the blacklist. How can I blacklist this domain?