I thought I had this one fixed a while back but apparently not. I want to reject emails like this that are sent from one person but claim to be another. Ideas? Notice the first line and the last line:
>From [email protected] Sun May 1 16:37:58 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from localhost (unknown [127.0.0.1]) by From [email protected] Sun May 1 16:37:58 2011 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from localhost (unknown [127.0.0.1]) by some.net (Postfix) with ESMTP id E39BD133032F; Sun, 1 May 2011 22:37:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at some.net X-Spam-Flag: NO X-Spam-Score: 5.578 X-Spam-Level: ***** X-Spam-Status: No, score=5.578 tagged_above=2 required=6.31 tests=[AWL=2.022, BAYES_50=0.001, FH_DATE_PAST_20XX=3.554, UNPARSEABLE_RELAY=0.001] Received: from some.net ([127.0.0.1]) by localhost (some.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wg4ztsy25WYa; Sun, 1 May 2011 16:37:58 -0600 (MDT) Received: from 18925211147.user.veloxzone.com.br (unknown [189.25.211.147]) by some.net (Postfix) with ESMTP id 27B2313302AC; Sun, 1 May 2011 16:37:58 -0600 (MDT) Received: from 189.25.211.147 (account <[email protected]>, < [email protected]>, <[email protected]>, <[email protected]> HELO some.net) by some.net (CommuniGate Pro SMTP 5.2.3) with ESMTPA id 678368592 for <[email protected]>; Sun, 1 May 2011 19:37:57 -0300 From: <[email protected]>, <[email protected]>, <[email protected]>, <[email protected]> Thanks for any ideas.
