aboutsummaryrefslogtreecommitdiff
path: root/japanese/spamassassin
Commit message (Collapse)AuthorAgeFilesLines
* Update spamassassin to 3.4.1.Adam Weinberger2015-04-291-1/+3
| | | | | | | | | | | | | | | | | | | Changes: * 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. Full ChangeLog at https://metacpan.org/changes/distribution/Mail-SpamAssassin The japanese/spamassassin port is broken until it's updated for 3.4.1. Notes: svn path=/head/; revision=385003
* Add a patch from SA bug #7107, to quiet warnings due to bad usage of $^VAdam Weinberger2014-11-301-1/+1
| | | | | | | | | | | | | | | | | that show up during sa-learn, sa-compile, etc. Note that other warnings can still show up, ex.: zoom: rule __FOR_SALE_PRC_100K will loop on SpamAssassin older than 3.3.2 running under Perl 5.12 or older, Bug 6558 While here, go with the @dir new world order. SA is not poudriere clean at this time; /var/spool/spamd is the homedir of user spamd, so I am pretty sure it shouldn't be listed with @dir. QA sees this as a leftover dir. PR: 195524 Submitted by: Bernard Spil Notes: svn path=/head/; revision=373689
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Add a patch to fix the DBM bayes store, which failed due to a taintedAdam Weinberger2014-07-061-1/+1
| | | | | | | | | variable in a debug message. Submitted by: Herbert J. Skuhra Notes: svn path=/head/; revision=360891
* * Add a patch from SA bug 7057 to fix compatibility with Net::DNS >= 0.76 [1]Adam Weinberger2014-06-201-1/+1
| | | | | | | | | | | | * Verify that /var/run/spamd exists before starting [2] * While here, reformat Makefile PR: ports/191101 [1], ports/189912 [1], ports/190005 [2] Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> and pi [1a], brian@behlendorf.com [1b], Trond.Endrestol@ximalas.info [2] Notes: svn path=/head/; revision=358624
* Improvements.Adam Weinberger2014-05-012-4/+2
| | | | | | | | | | | | Let pkg-create handle ownership/mode better. Use @dirrmtry instead of @unexec rmdir. Use COPYTREE_SHARE to ensure proper permissions. Also, stop the spamd service on deinstall if it's running. It creates zombie issues otherwise... I'm pretty sure this is the right thing to do. Notes: svn path=/head/; revision=352762
* Add a patch fix bug #7018, a typo that caused the RazorAdam Weinberger2014-04-021-1/+1
| | | | | | | | | plugin to error out. Thanks to DutchDaemon for the legwork here. Notes: svn path=/head/; revision=349952
* Partially revert r348415. There are many good scenarios whereAdam Weinberger2014-04-011-1/+1
| | | | | | | | | | | preventing user-config file creation is a good thing. Recommend one of those scenarios in the rc.d description. PR: ports/187659 Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com> Notes: svn path=/head/; revision=349854
* Fix order of spamd args.Adam Weinberger2014-03-161-1/+1
| | | | | | | Noticed by: ume Notes: svn path=/head/; revision=348419
* sa-update no longer requires p5-libwww, but it doesAdam Weinberger2014-03-161-1/+1
| | | | | | | still require HTTP::Date. Notes: svn path=/head/; revision=348416
* - Switch to recommended dependenciesAdam Weinberger2014-03-161-1/+1
| | | | | | | | | | | | | | | - Drop p5-libwww, as SA will use fetch(1) - Use p5-IO-Socket-IP unconditionally - Drop p5-IO-Socket-INET6 - Remove the IPV6 option - Use p5-Geo-IP instead of p5-IP-Country - Remove unnecessary p5-Mail-Tools dependency - Remove RAZOR and DKIM from OPTIONS_DEFAULT. All plugins now default to off. - Make instructions clearer in pkg-message and rc.d script Notes: svn path=/head/; revision=348415
* The release notes for 3.4.0 were never included in the tarball fromAdam Weinberger2014-03-161-1/+1
| | | | | | | | | | | | | | upstream. We include the missing commit, and also the release notes themselves for good measure. PR: ports/187632 Submitted by: Spil <spil.oss@gmail.com> Also, as long as we're here, pet portlint a little bit (though it still complains loudly about other things). Notes: svn path=/head/; revision=348410
* Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name ofAdam Weinberger2014-03-115-0/+1209
improving accessibility. I think people who want to just find the port/package and install it are more likely to look for "spamassassin the program" than "spamassassin the perl module collection." Notes: svn path=/head/; revision=347936