Port details |
- sa-stats Generates top spam/ham rules fired for SpamAssassin installations
- 1.0_3 mail =6 1.0_3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2010-04-02 16:54:29
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: unzip, p5-libwww, libxml2, apr, pcre
- License: not specified in port
- WWW:
- http://www.rulesemporium.com/programs/
- Description:
- This perl script generates top spam/ham rules fired for SpamAssassin
installations:
TOP SPAM RULES FIRED
----------------------------------------------------------------------
RANK RULE NAME COUNT %OFMAIL %OFSPAM %OFHAM
----------------------------------------------------------------------
1 CMAE_1 30455 26.68 70.34 0.03
2 BAYES_99 24478 21.98 56.54 0.89
3 RAZOR2_CHECK 11910 10.61 27.52 0.29
----------------------------------------------------------------------
TOP HAM RULES FIRED
----------------------------------------------------------------------
RANK RULE NAME COUNT %OFMAIL %OFSPAM %OFHAM
----------------------------------------------------------------------
1 BAYES_00 44253 46.60 20.71 62.40
2 ALL_TRUSTED 34534 49.42 50.61 48.70
3 SPF_PASS 10880 17.43 20.82 15.35
----------------------------------------------------------------------
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/mail/sa-stats/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/sa-stats
- pkg install sa-stats
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sa-stats
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (sa-stats-1.0.txt) = dc66ada115a61f4dfe727305a02c518a419c6cad51278e506153a6798094d42e
SIZE (sa-stats-1.0.txt) = 8411
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_sa-stats
- USES:
- perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0_3 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0_3 18 Jul 2018 22:20:24 |
yuri |
Reset maintainership of the ports maintained by alexey@renatasystems.org
Based on the timeout of 3+ months (2018-03-23-now) on bug#226885 for net/ucarp
Also, looking at the subversion log, there were timeouts on:
* bug#224169 r465659 | ygy | 2018-03-26 19:51:12
* bug#224768 r459066 | swills | 2018-01-15 07:16:28
* bug#224755 r459058 | swills | 2018-01-15 06:55:08
The last approval from alexey@renatasystems.org was over a year ago:
bug#218563 r438885 | lifanov | 2017-04-19 08:30:28 (devel/py-colorama) |
1.0_3 26 Jun 2017 19:37:46 |
sunpoet |
Remove Perl core modules
- While I'm here, add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl |
1.0_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.0_2 01 Jun 2015 05:27:30 |
pi |
mail/sa-stats: shebangfix
PR: 200143
Approved by: alexey@renatasystems.org (maintainer timeout) |
1.0_1 11 May 2015 21:49:26 |
mat |
Fix.
Sponsored by: Absolight |
1.0_1 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
1.0_1 28 Jul 2014 23:20:38 |
adamw |
Rename mail/ patch-xy patches to reflect the files they modify. |
1.0_1 31 May 2014 08:37:19 |
alexey |
Fix illegal division by zero. Upstream support seems abandoned, thus attaching
patch to files/.
Approved by: wg (mentor) |
1.0 27 Feb 2014 15:39:50 |
ehaupt |
Support staging |
1.0 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.0 04 Sep 2013 07:19:57 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
1.0 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
1.0 02 Apr 2010 16:53:24 |
miwi |
This perl script generates top spam/ham rules fired for SpamAssassin
installations:
TOP SPAM RULES FIRED
----------------------------------------------------------------------
RANK RULE NAME COUNT %OFMAIL %OFSPAM %OFHAM
----------------------------------------------------------------------
1 CMAE_1 30455 26.68 70.34 0.03
2 BAYES_99 24478 21.98 56.54 0.89
3 RAZOR2_CHECK 11910 10.61 27.52 0.29
----------------------------------------------------------------------
TOP HAM RULES FIRED
----------------------------------------------------------------------
RANK RULE NAME COUNT %OFMAIL %OFSPAM %OFHAM
----------------------------------------------------------------------
1 BAYES_00 44253 46.60 20.71 62.40
2 ALL_TRUSTED 34534 49.42 50.61 48.70
3 SPF_PASS 10880 17.43 20.82 15.35
----------------------------------------------------------------------
WWW: http://www.rulesemporium.com/programs/
PR: ports/144802
Submitted by: Alexey V. Degtyarev <alexey at renatasystems.org> |