From owner-svn-ports-head@freebsd.org Wed Nov 7 09:10:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DB75112134F; Wed, 7 Nov 2018 09:10:10 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C371688DC8; Wed, 7 Nov 2018 09:10:09 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:750f:4f17:63ee:53b1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 25FA9983D; Wed, 7 Nov 2018 09:10:07 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Wed, 7 Nov 2018 18:10:04 +0900 From: Koichiro Iwao To: Baptiste Daroussin Cc: Niclas Zeising , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r484357 - head/mail/spamassassin Message-ID: <20181107091004.xbvzfyviyrkcbi2m@icepick.vmeta.jp> References: <201811062146.wA6LknN3005274@repo.freebsd.org> <20181107083105.55o52urafcgdthec@ivaldir.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181107083105.55o52urafcgdthec@ivaldir.net> X-Operating-System: FreeBSD 11.2-STABLE amd64 User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: C371688DC8 X-Spamd-Result: default: False [-103.11 / 200.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; TO_DN_SOME(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; RCPT_COUNT_FIVE(0.00)[5]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-1.000,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2018 09:10:10 -0000 On Wed, Nov 07, 2018 at 09:31:05AM +0100, Baptiste Daroussin wrote: > Is there still a need for the japanese spamassassin? if yes, can't the specific > patch be incorporated in the regular one? > > That would simplify the life of many people to have only one spamassassin > > Bapt AFAIK yes. Additional patch improves spam detection accuracy on emails written in Japanese but using mail/spamassassin's accuracy is not too bad. Regarding the current japanese/spamassassin port, I think it is deprecated. It is created for the old version of spamassassin and not updated for years. I can found another Japanese tokenizer patch for the latest spamassassin. The port should be renewed based on this: https://github.com/heartbeatsjp/spamassassin_ja -- meta