aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-SpamAssassin
Commit message (Collapse)AuthorAgeFilesLines
* Add a -q[uiet] flag to 'sa-learn', stopping verbosity on stdout.David E. O'Brien2004-06-112-0/+17
| | | | Notes: svn path=/head/; revision=111238
* Add Habeas {White,Black}list check to SpamAssassinMathieu Arnold2004-06-012-1/+7
| | | | | | | | PR: 67278 Submitted by: Donald Burr of Borg <dburr at borg-cube dot com> Notes: svn path=/head/; revision=110594
* unbreak spamd startup.FUJISHIMA Satsuki2004-03-302-1/+2
| | | | | | | | o use ${spamd_pidfile}, instead of ${pidfile}. o ${spamd_pidfile} should be used after its definition. Notes: svn path=/head/; revision=105730
* Makes spamd's pidfile tunableMathieu Arnold2004-03-251-1/+1
| | | | | | | | PR: 64713 Submitted by: sheldonh Notes: svn path=/head/; revision=105240
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104535
* Note that additional drop-in rule sets are available atDavid E. O'Brien2004-03-141-0/+3
| | | | | | | http://wiki.apache.org/spamassassin/CustomRulesets Notes: svn path=/head/; revision=104021
* Update to 2.63Mathieu Arnold2004-01-213-15/+2
| | | | | | | get rid of this so short lived patch Notes: svn path=/head/; revision=98704
* Fix for perl < 5.6Mathieu Arnold2004-01-202-0/+13
| | | | | | | PR: 61609 Notes: svn path=/head/; revision=98660
* Fix problems in RC directory handling, and keep with standards in scriptDavid E. O'Brien2004-01-192-15/+4
| | | | | | | | | naming. Also remove duplicates in SED_SCRIPT. Portlint. Approved by: mat Notes: svn path=/head/; revision=98602
* Update to 2.62Mathieu Arnold2004-01-193-17/+15
| | | | | | | Have the least thing possible between bsd.port.pre.mk and post.mk Notes: svn path=/head/; revision=98571
* - change spaces to tab to make portlint a little happierMathieu Arnold2004-01-191-5/+5
| | | | | | | | | | | | | - allow users override RC_DIR and RC_SUFX - fix install spamd.sh in RC_DIR, not PREFIX/etc/rc.d - do not pollute WRKSRC with generated files, use WRKDIR instead (it's IMHO better style) PR: 61560 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=98540
* [PATCH] mail/p5-Mail-SpamAssassin 2.60Edwin Groothuis2004-01-133-19/+56
| | | | | | | | | | | This patch adds rc_subr support to spamd daemon of the spamassassin port. PR: ports/57384 Submitted by: Martin Matuska <martin@tradex.sk> Notes: svn path=/head/; revision=98047
* Adjust the dependency check on p5-Net-DNS to take into account itsDoug Barton2004-01-031-1/+1
| | | | | | | | | | new PERL_ARCH'ified location. In a few cases, standardize on searching for ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm instead of other files. Notes: svn path=/head/; revision=97245
* Update to 2.61 [1]Mathieu Arnold2003-12-192-5/+3
| | | | | | | | | | | Move maintainership to perl@ Cleanup makefile PR: 60207 [1] Approved by: dougb (former maintainer) Notes: svn path=/head/; revision=96186
* For perl < 5.6, add a runtime dependency on File::SpecDoug Barton2003-10-251-0/+1
| | | | Notes: svn path=/head/; revision=92125
* Upgrade to the 2.60 release. This version has lots of cleanups,Doug Barton2003-09-253-18/+24
| | | | | | | | documentation fixes, and general improvements. Most importantly it removes the now-bogus RBL's. Notes: svn path=/head/; revision=89301
* Add my name/e-mailDoug Barton2003-09-251-0/+3
| | | | Notes: svn path=/head/; revision=89300
* Chase repocopies towards ports/dnsEdwin Groothuis2003-09-051-1/+1
| | | | | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr Notes: svn path=/head/; revision=88581
* Upgrade to 2.55, which fixes the 5.005 incompatibility that IDoug Barton2003-05-212-6/+2
| | | | | | | (and a cast of thousands) reported. Also a few doc fixes. Notes: svn path=/head/; revision=81572
* Upgrade to 2.54. This version contains several bug fixes, and moreDoug Barton2003-05-172-3/+7
| | | | | | | | | | | importantly, has a number of tests rescored to compensate for the spammer folks who've tweaked their headers specifically to dodge spamassassin. Add a trivial fix for Perl 5.005 compatibility. Notes: svn path=/head/; revision=81181
* Remove lib/perllocal.pod-${PORTNAME} from the pkg-plist now that this fileKris Kennaway2003-04-171-1/+0
| | | | | | | is no longer installed. Notes: svn path=/head/; revision=79169
* Upgrade to version 2.53, which contains numerous bug fixes. See theDoug Barton2003-04-072-4/+6
| | | | | | | | | Changes file for more information. Conditionalize dependency on p5-MIME-Base64 for perl < 5.8. Notes: svn path=/head/; revision=78468
* The SA developers incorporated something very similar to this patch, soDoug Barton2003-04-071-27/+0
| | | | | | | it's no longer necessary. Notes: svn path=/head/; revision=78466
* * Fix the problem of uninstall wiping out the local.cf fileDoug Barton2003-03-102-67/+75
| | | | | | | | | | | | * Add two missing man pages * Switch to SITE_PERL in the Makefile, and SITE_PERL and DOCSDIR in the plist. Hopefully a cleaner workspace will prevent future mistakes. * While I'm doing major surgery anyway, sort the plist. Approved by: kris Notes: svn path=/head/; revision=77079
* Argh. Actually install USAGE too.Doug Barton2003-03-062-1/+2
| | | | Notes: svn path=/head/; revision=77025
* Actually install the INSTALL file that I tell people to read.Doug Barton2003-03-062-1/+2
| | | | | | | Submitted by: Brian B. <brian@bbdab.org> Notes: svn path=/head/; revision=77022
* Fix a problem with sa-learn when called with the --single option.Doug Barton2003-02-282-0/+31
| | | | Notes: svn path=/head/; revision=76612
* The PodParser update is only needed if we're not working with PerlDoug Barton2003-02-211-1/+5
| | | | | | | | | | 5.6.1 or later. PR: ports/48349 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> Notes: svn path=/head/; revision=76026
* Switch to Makefile COMMENTDoug Barton2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76023
* Upgrade to the long awaited 2.50. This version contains the BayesianDoug Barton2003-02-213-28/+45
| | | | | | | | filtering enhancements, and several other improvements. Make sure to heed pkg-message, especially if upgrading. Notes: svn path=/head/; revision=76022
* This patch is no longer needed. The authors have included aDoug Barton2003-02-211-93/+0
| | | | | | | use_dcc option. Notes: svn path=/head/; revision=76020
* Warn users to read the docsDoug Barton2003-02-211-0/+13
| | | | Notes: svn path=/head/; revision=76019
* Upgrade to version 2.44. Minor fixes only.Doug Barton2003-02-013-2/+5
| | | | Notes: svn path=/head/; revision=74412
* Restore SpamAssassin port. No real harm done. It got removed becauseBrian Feldman2003-01-257-0/+248
| | | | | | | | somehow my p5-Mail-SpamAssassin-devel CVS Repository files are specifying p5-Mail-SpamAssassin instead. Notes: svn path=/head/; revision=73972
* Remove skeletons.Brian Feldman2003-01-257-248/+0
| | | | Notes: svn path=/head/; revision=73970
* SURPRISE!Alan Eldridge2002-11-061-1/+1
| | | | | | | | | | Changed MAINTAINER to dougb, who made the last upgrade when I was busy and must have missed it. Doug, if you don't want it, do what you will with it. Notes: svn path=/head/; revision=69574
* Upgrade to 2.43, which has some nice bug fixes, most significantlyDoug Barton2002-11-053-36/+36
| | | | | | | | | | | | | | | | | to the auto-whitelist feature, and some core-dump problems that could cause a user to lose mail if spamd was down. Regenerate my usedcc patches. Fix the problem of the port using /etc/mail for its config files. This is the patch I submitted on 10/17, but never got a response from MAINTAINER. PR: ports/44105 Notes: svn path=/head/; revision=69518
* Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizeAlan Eldridge2002-11-011-1/+1
| | | | | | | | mail's case insensitive and will try to type that. Sorry folks, purely a cosmetic change here, nothing to see, move along, move along.... Notes: svn path=/head/; revision=69249
* Changed MAINTAINER to my FreeBSD address.Alan Eldridge2002-11-011-1/+1
| | | | Notes: svn path=/head/; revision=69236
* Fix build on 4-STABLE with system perl only (not port); fix error inAlan Eldridge2002-09-212-9/+5
| | | | | | | | | pkg-plist causing spurious errors on deinstall. PR: 43156 Notes: svn path=/head/; revision=67005
* Added dep on p5-HTML-Parser.Alan Eldridge2002-09-211-0/+1
| | | | Notes: svn path=/head/; revision=66970
* Update to 2.41 so razor works.Alan Eldridge2002-09-203-41/+40
| | | | | | | Submitted by: Michael Harding(?) (I deleted the mail accidentally.) Notes: svn path=/head/; revision=66878
* Add ${PKGNAMEPREFIX} to ${DOCSDIR}. Fix breakage that will be caused whenAlan Eldridge2002-09-032-16/+18
| | | | | | | a bsd.port.mk patch is committed in near future. Notes: svn path=/head/; revision=65568
* Change file to look for to check for razor agents, as Client.pm isn'tAlan Eldridge2002-08-171-1/+1
| | | | | | | there in the new version. Notes: svn path=/head/; revision=64607
* Unbreak this port... for some reason, ${PERL_VERSION} isn't defined whenPete Fritchman2002-08-111-1/+1
| | | | | | | | | | | the test takes place and that's a fatal error for make. I'm not quite sure why it's undefined, but this will allow people to build the port for now.. Submitted by: Dan Lagille <dan@langille.org> Noticed by: http://www.freshports.org Notes: svn path=/head/; revision=64359
* Forgot to bump portrevision, since the previous change affects installingAlan Eldridge2002-08-101-0/+1
| | | | | | | dependency packages, and we want to force this one out. Notes: svn path=/head/; revision=64351
* The port of PodParser doesn't work with 5.8. The internal 5.8 code is newer.Alan Eldridge2002-08-101-1/+4
| | | | | | | | | | | So, don't use it or install it (it will break installing all subsequent ports) if we're using perl 5.8. This is not the best test, but it'll do until I (or someone) figures out a way to do a < comparison instead of a != comparison. Notes: svn path=/head/; revision=64350
* Use INSTALL_SCRIPT to install spamd.shPatrick Li2002-07-281-1/+1
| | | | | | | | PR: ports/41044 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=63647
* Update to 2.31. It passes all tests here for me, too.Alan Eldridge2002-07-152-2/+2
| | | | | | | | PR: 40568 Submitted by: Edwin Woudt <edwin@woudt.nl> Notes: svn path=/head/; revision=62960
* Optimize the install a little.David E. O'Brien2002-06-181-4/+4
| | | | Notes: svn path=/head/; revision=61464