Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E5943A6554 for ; Wed, 9 Sep 2015 19:13:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9127B14A25D; Wed, 9 Sep 2015 19:13:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D7A8514A245 for ; Wed, 9 Sep 2015 19:13:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WnkYdBFusynm for ; Wed, 9 Sep 2015 19:13:49 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 34C5A14A1D0 for ; Wed, 9 Sep 2015 19:13:49 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2FABF98; Wed, 9 Sep 2015 19:13:49 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 9 Sep 2015 15:13:49 -0400 From: "Christos Zoulas" Subject: CVS commit: pkgsrc/mail/spamassassin To: pkgsrc-changes@NetBSD.org Reply-To: christos@netbsd.org X-Mailer: log_accum Message-Id: <20150909191349.2FABF98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: christos Date: Wed Sep 9 19:13:49 UTC 2015 Modified Files: pkgsrc/mail/spamassassin: Makefile PLIST distinfo pkgsrc/mail/spamassassin/patches: patch-Makefile.PL Added Files: pkgsrc/mail/spamassassin/patches: patch-README Removed Files: pkgsrc/mail/spamassassin/patches: patch-aq patch-lib_Mail_SpamAssassin_DnsResolver.pm Log Message: update to 3.4.1: - improved automation to help combat spammers that are abusing new top level domains; - tweaks to the SPF support to block more spoofed emails; - increased character set normalization to make rules easier to develop and stop spammers from using alternate character sets to bypass tests; - continued refinement to the native IPv6 support; and - improved Bayesian classification with better debugging and attachment hashing. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 pkgsrc/mail/spamassassin/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/spamassassin/PLIST cvs rdiff -u -r1.64 -r1.65 pkgsrc/mail/spamassassin/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/spamassassin/patches/patch-Makefile.PL cvs rdiff -u -r0 -r1.1 pkgsrc/mail/spamassassin/patches/patch-README cvs rdiff -u -r1.7 -r0 pkgsrc/mail/spamassassin/patches/patch-aq cvs rdiff -u -r1.3 -r0 \ pkgsrc/mail/spamassassin/patches/patch-lib_Mail_SpamAssassin_DnsResolver.pm Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.