2005-03-19 15:32:47 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.3.0:
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-14 15:21:06 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Revert maintainer to tech-pkg.
|
2005-02-24 10:59:30 by Alistair G. Crooks | Files touched by this commit (177) |
Log message:
Add RMD160 digests.
|
2004-12-28 03:47:52 by Jeremy C. Reed | Files touched by this commit (156) |
Log message:
The default location of the pkgsrc-installed rc.d scripts is now
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-03 13:31:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.2.0:
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-22 22:22:11 by Thomas Klausner | Files touched by this commit (1) |
Log message:
USE_LANGUAGES= c++
|
2004-04-25 01:05:46 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Convert to buildlink3.
|
2004-04-24 00:08:00 by Jeremy C. Reed | Files touched by this commit (109) |
Log message:
mk/bsd.pkg.install.mk now automatically registers
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-06 16:01:52 by Todd Vierling | Files touched by this commit (6) |
Log message:
Quickly revert previous. I didn't see that libmilter had already been
changed in a CVS merge somewhere.
|
2004-04-06 15:50:57 by Todd Vierling | Files touched by this commit (6) |
Log message:
Make libmilter a build-time dependency only (it's a static library); bump
PKGREVISION of its dependencies.
|