hello,
You can block it from postfix rule in this way, add this into main.cf:
echo "header_checks = regexp:/etc/postfix/header_checks" >> /etc/postfix/main.cf
create a file called "header_checks", and insert this line:
/^From:(.*)
[email protected](.*)/ REJECT
save this file...