So I have a company that I've regretfully registered my email address with and they wont stop sending me messages. I've tried over and over and they tell me they don't recognize my email address but clearly they're sending me promotional messages daily. I'm running Postfix 2.7.1 and would like to know what's the best recommended way to block them? Should I block them by IP or should I block them via domain name? Obviously the domain is easily forged in mail headers so I am guessing an IP range or specific IP would be the best, no?
Below are headers: Return-Path: <bou...@returnpath.bluehornet.com> X-Original-To: car...@iamghost.com Delivered-To: car...@iamghost.com Received: from smtp.burketown.bluehornet.com (smtp.burketown.bluehornet.com [67.216.225.254]) by mail.iamghost.com (Postfix) with ESMTP id 5CDF81405D7 for <car...@iamghost.com>; Thu, 18 Nov 2010 17:39:26 -0500 (EST) X-MSFBL: Y2FybG9zQGlhbXVuaXguY29tQGJ1cmtldG93bkJpbmRpbmdAbmV3dG9uQmluZGlu Z0Bib3VuY2UtdXNlPU09MjUwNDQ0OTU2Nj1lY2hvMj1ERTNDRTZDN0VCQkU4RkQy MkE2N0Y0NDc1MzJEMUYyMA== DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=bluehornet-1.bh; d=mailer.chemistry.com; h=From:X-Outgoing; b=XB079zenpkN7EkeIbHZNEUhoxgE33hSy0GN1+Ww2IqeJN3XdbxSSx9Uz40v5/HCn oHJR5hmgchQ0OPgMT+r6IjboHfMJhaV32qxDXXWIJnyJNOPlX7AFbvypR/eoExUR DKIM-Signature: v=1; a=rsa-sha1; d=mailer.chemistry.com; s=bluehornet-1.bh; c=simple/simple; q=dns/txt; i...@mailer.chemistry.com; t=1290119966; h=From:Subject:Date:To:Mime-Version:Content-Type; bh=Yq4YUDkjwBwEe9Qzfe8Cc7T0DFQ=; b=GLIlDMP7Zd1THzZ9WDmxNF5BOZQev2lIVo1LzcbtcHG4M6M2FzcYhDlAndLnP6Ji r6vLdcVa4wUKnFDGc1Q9Od/Ia7y9HQTf7vfxP7gtABrdqi/Nk2wLzjHhmwSB3ikU; DKIM-Signature: v=1; a=rsa-sha1; d=bluehornet.com; s=bluehornet-1.bh; c=simple/simple; q=dns/txt; i...@bluehornet.com; t=1290119966; h=From:Subject:Date:To:Mime-Version:Content-Type; bh=Yq4YUDkjwBwEe9Qzfe8Cc7T0DFQ=; b=O890TqwDj8ttlGoTsEV+D0QEi0Xdx2dtotG6cTY0rYdUipReJuzX9rOyqK9UuUjq A3EXqGLgH1uKBJb5exiHWXycGC0mt0OAtgxZ6QG2i4+MSpQNG5bbgoA3cpGEhp6u; Received: from [10.64.22.22] ([10.64.22.22:44409] helo=localhost.localdomain) by dc1bhmta02 (envelope-from <bounce-use=m=2504449566=echo2=de3ce6c7ebbe8fd22a67f447532d1...@returnpath.bluehornet.com>) (ecelerity 3.0.22.35831 r(35835)) with ESMTP id 1C/9C-29605-E1BA5EC4; Thu, 18 Nov 2010 14:39:26 -0800 Message-ID: <1c.9c.29605.e1ba5...@dc1bhmta02> Now above in the headers there are to 'Received' sections with what I think are called 'Client IP's', right? There are two different IP's and I would like to know if it is recommended I block via IP, which one and how would I configure Postfix to do this via some kind of check so it can deny messages from this sender. Thanks for any assistance!