summaryrefslogtreecommitdiff
path: root/mail/spamass-milter
AgeCommit message (Collapse)AuthorFilesLines
2014-12-18Update to 0.4.0.gdt5-390/+25
Several patches are dropped because they were integrated upsteam. (Approval during freeze by wiz@.) Upstream changes since 0.3.1 from https://savannah.nongnu.org/forum/forum.php?forum_id=8094 Item posted by Todd Kover <kovert> on Thu 11 Sep 2014 01:05:20 AM GMT. I am pleased to announce the release of spamass-milt version 0.4.0. This is the first of what I hope are a number of maintenance releases with the goal to eliminate the outstanding bug/patch/feature requests: The following changes are included in this release - -C option to change the default reject code - -S option to specify a path to sendmail (for the -x option) - -R option to specify the rejection message - -a option to skip messages that were authenticated - IPv6 address support - zombie process fix for the - option introduced in 0.3.2 This also includes the fix for CVE-2010-1132 that was in the unannounced but generated 0.3.2 release.
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2011-03-18Memory allocation hygiene fix from PR pkg/44704.gdt3-13/+74
spamass-milter forks, allocates memory and then execs, violating locking rules. This commit adds a patch from Juergen Hannken-Illjes that moves the allocation above the fork. TODO: upstream is recently alive again, after 5 years with no releases. Push these fixes upstream.
2010-09-10Add patch to not scan authenticated users. Originally from FreeBSDgdt4-25/+109
bug report, adapted for pkgsrc by Louis Guillaume. (spamass-milter really needs an active upstream.)
2010-06-10Add comment about patch.gdt1-2/+7
2010-06-05Store malformed received patch on netbsd.org.gdt3-72/+7
Regenerate patch for malformed received lines from upstream CVS via: cvs diff -r RELEASE_0_3_1 Store the patch on ftp.netbsd.org, rather than wrongly trying to put it in files. PKGREVISION++.
2010-06-04add patch file missing from last commitgdt1-0/+65
2010-06-03Add patch from upstream to fix formatting of synthetic Received: line.gdt2-4/+10
Take maintainership.
2010-04-17Added CVE-2010-1132 patch from:tez4-7/+233
https://bugzilla.redhat.com/attachment.cgi?id=401011
2008-06-20Add DESTDIR support.joerg1-1/+3
2006-10-12Update spamass-milter to 0.3.1, based on patch provided by Jaap Boenderobache3-61/+11
via PR 33206. 0.3.1: (2006-03-23) * Ensure wrapped headers always use LF (fix for spamassassin 3.1.1) * Mimic sendmail's Received header even better. Logs a warning to syslog if it can't fetch a sendmail macro that would help.
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-08-24Add "BEFORE: mail" to rc.d script. Sendmail is not very happy starting uptv2-3/+4
with a unix-socket connected milter, if that socket doesn't yet exist.
2005-08-23Do the same for the rc.subr case via a backflip hack to munge command_args.tv2-3/+10
Noted in private e-mail.
2005-08-23Put ${command_args} BEFORE ${spamass_milter_flags} on command line in rc.dtv2-4/+4
script, so that ${spamass_milter_flags} can contain "-- [spamc flags]" per the manpage.
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-07Update to 0.3.0nb1:wiz3-2/+66
Add a patch from Yoshitaka Tokugawa provided in PR 26806, which has also been added to the spamass CVS repository: Always use macro_b, so SA can do future/past validation. It is not a bug, but it makes SA happier. SA 2.x requires "($v/$Z)$?r with $r" part of Received: header. I don't think SA 3.x need this, but keep it for SA 2.x users. There is a bug in cmp_nocase_partial() function. Without my hack, cmp_nocase_partial("X-Spam-", "X-Spam") returns 0 which is incorrect behavior for this function.
2005-03-19Update to 0.3.0:wiz2-7/+6
0.3.0: (2005-02-03) * -M option which disables all message modifications * Fixed crash on spam with no body at all * -e option to pass full recipient email address to spamc * -x option to expand recipient list with sendmail -bv * -f truly daemonizes now, instead of simply forking * -P option to create a pidfile * Supports both Spamassassin 2.x and 3.0 X-Spam-Status: headers * Fixed possible crash when a fork() call fails Might fix PR 26806, and does fix PR 29320.
2005-03-14Revert maintainer to tech-pkg.wiz1-2/+2
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-03Update to 0.2.0:wiz2-6/+5
0.2.0: (2003-06-26) * -b/-B options to redirect tagged messages to another email address. * -i option to not run spamassassin on messages coming from specified networks. * All arguments after -- wil get passed to spamc (deprecate -D at the same time). * Envelope, remote IP, HELO, and date get sent to spamc, so the results more closely match what spamc via procmail sees. A lot of SA rules could never fire because this data was missing. You will need to add a line to your sendmail config file to enable date passing (see README). * A compatible manpage is generated on systems without mdoc macros. * Incoming messages with absolutely no headers at all now get checked correctly
2004-11-22USE_LANGUAGES= c++wiz1-2/+2
2004-04-24Convert to buildlink3.snj1-4/+4
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed1-2/+1
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-06Quickly revert previous. I didn't see that libmilter had already beentv1-2/+2
changed in a CVS merge somewhere.
2004-04-06Make libmilter a build-time dependency only (it's a static library); bumptv1-2/+2
PKGREVISION of its dependencies.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-11-07Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-09-11Add startup script, as requested in PR pkg/22724 by Chris Jones.jmmv3-4/+33
Bump PKGREVISION to 2.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-04-03Add version wildcard to DEPENDS line.wiz1-3/+3
2003-04-03A little plugin for the Sendmail Milter (Mail Filter) library that pipesmanu4-0/+29
all incoming mail (including things received by rmail/UUCP) through the SpamAssassin, a highly customizable SpamFilter.