From owner-freebsd-questions@FreeBSD.ORG Mon Dec 8 23:29:59 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A8DCD69 for ; Mon, 8 Dec 2014 23:29:59 +0000 (UTC) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E76F66A for ; Mon, 8 Dec 2014 23:29:58 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id bs8so6210334wib.10 for ; Mon, 08 Dec 2014 15:29:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=P9JyitcWJRM1loe6v24PcFN4JrOaBYMiYde7Yp7D3gE=; b=Y64e9J1J+z+7HnMH9K7qoIsT7eGSSuKMZ+d9osol2pMjtPJ/+anoOcakmM4IcLB7Hb DZhv0nDivffyuh4hrSHNj51ZsO1YxJkysX8AvHJJee4/Ar/KuHVhu6BVO9r0k03LB22y vGX/H30zKN8SqZZgxaFQINPBDrfG17888YTEMTeWJuLuaAin+wbCLIj5ftXapshtE/AA k5ZpqbT/jCUw0RijCtXGLN0NtNe318xAH/sb/fV2PxPo0/4kMWa0KrudaUk+JJpIaE7y mYOteSvuhfcYQMsSUeBAk/zlUFwgfIsfM4gvpGS13TgOkIGASPp8COdWxmuljHrMCGqo QteQ== X-Received: by 10.180.221.72 with SMTP id qc8mr27829473wic.19.1418081397374; Mon, 08 Dec 2014 15:29:57 -0800 (PST) Received: from gumby.homeunix.com (5ec3c54b.skybroadband.com. [94.195.197.75]) by mx.google.com with ESMTPSA id je12sm11546841wic.22.2014.12.08.15.29.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Dec 2014 15:29:56 -0800 (PST) Date: Mon, 8 Dec 2014 23:29:55 +0000 From: RW To: freebsd-questions@freebsd.org Subject: Re: How to report a spammer so SpamAssassin can filter it out Message-ID: <20141208232955.6033e569@gumby.homeunix.com> In-Reply-To: References: <548450C6.4040207@gmail.com> <548551C9.2050004@gmail.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2014 23:29:59 -0000 On Mon, 8 Dec 2014 17:09:28 +0800 (AWST) Bret Busby wrote: > I would be wary of using the filtering that you have detailed. > > The two blacklist lines are, I believe, too non-specific. >... > The problems that I see with those two blacklist lines, include, as > examples, for the first line; "*.cn", all *.cnet.com<|.*> They are globs, as in filename globbing in a unix shell; *.cn matches only email addresses that end in ".cn". If *.cn matched *.cnet.com there wouldn't be any point in supporting the "*" wildcard.