I receive fake emails with several addresses in "From:". For example:
Return-Path: <karen@reachouttransport.co.zw>
X-Original-To:
Delivered-To:
Received-SPF: None (mailfrom) identity=mailfrom; client-ip=129.232.213.67; helo=peewee.webdevworld.com; envelope-from=karen@reachouttransport.co.zw; receiver=<UNKNOWN>
Received: from peewee.webdevworld.com (peewee.webdevworld.com [129.232.213.67])
...
Date: Tue, 13 Nov 2018 10:51:03 -0500
From: John Sample <some@domain.com> <karen@reachouttransport.co.zw>
To:
The email seems sent by some@domain.com (It is one of our real contacts) but the real sender is karen@reachouttransport.co.zw
I want to deny emails with multiple addresses in the FROM field. What tool or postfix parameter can I use to stop this?
I use Postfix 3.3 + ESET Mail Security + RBL + SPF
Thank!