summaryrefslogtreecommitdiff
path: root/mail/spamass-milter
AgeCommit message (Collapse)AuthorFilesLines
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.