Up to [cvs.netbsd.org] / pkgsrc / mail / dspam
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.68 / (download) - annotate - [select for diffs], Fri Apr 27 12:31:53 2012 UTC (4 weeks ago) by obache
Branch: MAIN
CVS Tags: HEAD
Changes since 1.67: +2 -2
lines
Diff to previous 1.67 (colored)
Recursive bump from icu shlib major bumped to 49.
Revision 1.67 / (download) - annotate - [select for diffs], Fri Jun 10 21:57:08 2011 UTC (11 months, 2 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.66: +2 -2
lines
Diff to previous 1.66 (colored)
recursive bump from icu shlib major bump.
Revision 1.66 / (download) - annotate - [select for diffs], Wed Mar 10 13:43:38 2010 UTC (2 years, 2 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.65: +16 -14
lines
Diff to previous 1.65 (colored)
Some pkglint -Wall fixes.
Revision 1.65 / (download) - annotate - [select for diffs], Thu Feb 4 02:00:36 2010 UTC (2 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.64: +23 -22
lines
Diff to previous 1.64 (colored)
DESTDIR support
Revision 1.64 / (download) - annotate - [select for diffs], Tue Dec 15 21:54:17 2009 UTC (2 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.63: +2 -2
lines
Diff to previous 1.63 (colored)
Recursive bump for libltdl
Revision 1.63 / (download) - annotate - [select for diffs], Mon Aug 17 19:09:13 2009 UTC (2 years, 9 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.62: +2 -2
lines
Diff to previous 1.62 (colored)
Updated p5-GD-Graph3d dependency.
Revision 1.62 / (download) - annotate - [select for diffs], Tue May 12 08:27:09 2009 UTC (3 years ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.61: +5 -2
lines
Diff to previous 1.61 (colored)
Fix install on platforms not using pax tar. Bump PKGREVISION.
Revision 1.61 / (download) - annotate - [select for diffs], Fri Apr 3 19:52:38 2009 UTC (3 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.60: +3 -3
lines
Diff to previous 1.60 (colored)
Do not preserve 0777 permissions from the distfile when copying to the
final destination in ${PREFIX}.
Revision 1.60 / (download) - annotate - [select for diffs], Mon Mar 16 18:13:34 2009 UTC (3 years, 2 months ago) by adrianp
Branch: MAIN
Changes since 1.59: +4 -2
lines
Diff to previous 1.59 (colored)
Add two new patches to DSPAM: 1) Fix a bug when using SMTP/LMTP which can cause the mbox to be written with trailing ^M's which causes the www interface to stop working. 2) Add a custom configuration option in dspam.conf of "StripRcptDomain" which, if selected, strips the RCPT TO domain from email processed through DSPAM. This is off by default. PKGREVISION++
Revision 1.59 / (download) - annotate - [select for diffs], Fri Mar 13 10:11:14 2009 UTC (3 years, 2 months ago) by roy
Branch: MAIN
Changes since 1.58: +2 -1
lines
Diff to previous 1.58 (colored)
Fix postgresql driver to escape strings properly. Fix a tiny pkglint warning. Bump revision.
Revision 1.58 / (download) - annotate - [select for diffs], Mon May 26 02:13:21 2008 UTC (4 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.57: +5 -5
lines
Diff to previous 1.57 (colored)
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
Revision 1.57 / (download) - annotate - [select for diffs], Wed Jul 4 20:54:42 2007 UTC (4 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.56: +5 -4
lines
Diff to previous 1.56 (colored)
Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user. This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.
(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
unprivileged.mk. These two variables are lists of other bmake
variables that define package-specific users and groups. Packages
that have user-settable variables for users and groups, e.g. apache
and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
and ${UNPRIVILEGED_GROUP}.
(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
Revision 1.56 / (download) - annotate - [select for diffs], Mon May 7 09:29:54 2007 UTC (5 years ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.55: +29 -25
lines
Diff to previous 1.55 (colored)
Update to 3.8.0 pkglintification Remove bdb option (this has been removed from src) Rename some options as they are (currently) DSPAM specific Change MASTER_SITES Fix permissions on installed files Thanks to xtraeme@ for reviewing the changes * jonz: removed depricated oracle driver * jonz: fix for dynamic storage drivers api * jonz: added connect check for pgsql * jonz: fix for segfault on undefined DeliveryHost or ClientHost * jonz: fix for segfault in vsyslog() * jonz: fix for segfault in dlopen() failure * jonz: added OSB tokenizer * jonz: fix for segfault on log write err * jonz: segfault fix for UIDInSignature See the CHANGELOG for all the details: http://dspam.nuclearelephant.com/text/CHANGELOG-3.8.0.txt
Revision 1.55 / (download) - annotate - [select for diffs], Sun Dec 10 04:36:30 2006 UTC (5 years, 5 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.54: +2 -2
lines
Diff to previous 1.54 (colored)
Fix PLIST and don't install unwanted files when option backend database is pgsql, close PR 34230.
Revision 1.52.4.2 / (download) - annotate - [select for diffs], Tue Dec 5 13:48:23 2006 UTC (5 years, 5 months ago) by ghen
Branch: pkgsrc-2006Q3
Changes since 1.52.4.1: +3 -2
lines
Diff to previous 1.52.4.1 (colored) to branchpoint 1.52 (colored) next main 1.53 (colored)
Pullup ticket 1936 - requested by obache runtime fix for dspam - pkgsrc/mail/dspam/Makefile 1.54 Module Name: pkgsrc Committed By: obache Date: Tue Dec 5 13:16:35 UTC 2006 Modified Files: pkgsrc/mail/dspam: Makefile Log Message: And also add src/tools/dspam_logrotate to REPLACE_PERL. Bump PKGREVISION.
Revision 1.54 / (download) - annotate - [select for diffs], Tue Dec 5 13:16:35 2006 UTC (5 years, 5 months ago) by obache
Branch: MAIN
Changes since 1.53: +3 -2
lines
Diff to previous 1.53 (colored)
And also add src/tools/dspam_logrotate to REPLACE_PERL. Bump PKGREVISION.
Revision 1.52.4.1 / (download) - annotate - [select for diffs], Tue Dec 5 08:07:06 2006 UTC (5 years, 5 months ago) by ghen
Branch: pkgsrc-2006Q3
Changes since 1.52: +3 -3
lines
Diff to previous 1.52 (colored)
Pullup ticket 1933 - requested by obache runtime fix for dspam - pkgsrc/mail/dspam/Makefile 1.53 Module Name: pkgsrc Committed By: obache Date: Mon Dec 4 11:32:10 UTC 2006 Modified Files: pkgsrc/mail/dspam: Makefile Log Message: Add src/tools/dspam_train.in to REPLACE_PERL, pointed out in PR 35180, and also remove inexistent tools. Bump PKGREVISION.
Revision 1.53 / (download) - annotate - [select for diffs], Mon Dec 4 11:32:10 2006 UTC (5 years, 5 months ago) by obache
Branch: MAIN
Changes since 1.52: +3 -3
lines
Diff to previous 1.52 (colored)
Add src/tools/dspam_train.in to REPLACE_PERL, pointed out in PR 35180, and also remove inexistent tools. Bump PKGREVISION.
Revision 1.52 / (download) - annotate - [select for diffs], Sun Jun 18 08:29:00 2006 UTC (5 years, 11 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Branch point for: pkgsrc-2006Q3
Changes since 1.51: +2 -2
lines
Diff to previous 1.51 (colored)
Update to 3.6.8: BUGFIX: PostgreSQL fails to connect (always) BUGFIX: LDAP client will not build due to header missing from makefile
Revision 1.51 / (download) - annotate - [select for diffs], Mon Jun 5 15:49:05 2006 UTC (5 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.50: +2 -2
lines
Diff to previous 1.50 (colored)
Update to 3.6.7: 3.6.7 is a maintenance release BUGFIX: Using UIDInSignature, wrong UID is written to message when using groups BUGFIX: PostgreSQL driver does not reconnect on failure in daemon mode BUGFIX: X-DSPAM-Probability sometimes misreported when multiple algorithms used BUGFIX: Agent segfaults when DeliveryHost or ClientHost not specified, --client BUGFIX: Agent segfaults on some systems when syslog is used BUGFIX: Agent segfaults when dlopen() to storage library fails BUGFIX: Infinite loop created when deleting preference, not using extensions BUGFIX: ATX (agent context) does not hold enough bits for 'flags' variable 3.6.6 is a maintenance release MAINT: Phased out deprecated Berkeley DB drivers MAINT: Phased out legacy tools (dspam_corpus, dspam_genaliases) BUGFIX: When using logfile, write errors result in segfault BUGFIX: Compiler warnings with sqlite_drv and sqlite3_drv BUGFIX: MySQLUIDInSignature causes segfault on retrain BUGFIX: trainPristine preference "off" does not override default
Revision 1.50 / (download) - annotate - [select for diffs], Sat May 6 08:36:10 2006 UTC (6 years ago) by xtraeme
Branch: MAIN
Changes since 1.49: +6 -4
lines
Diff to previous 1.49 (colored)
Update to 3.6.5 (provided by Unex in PR pkg/33427): RELEASE 3.6.5-STABLE MAINT: PgSQL SQL tuning MAINT: WebUI aesthetic and functional fixes MAINT: Added --disable-syslog and --with-logfile= configuration flags MAINT: Added -t flag for dspam_stats to total stats MAINT: Markov result used as X-DSPAM-Confidence when Markov used MAINT: Support for separate read/write servers to be used with mysql_drv BUGFIX: Spam are quarantined when --deliver=summary BUGFIX: Admin graphs malformatted when subject contains newline character BUGFIX: WebUI does not use MAX_COL_LEN BUGFIX: Output for dspam_admin aggr pref incorrect BUGFIX: Flat-file preference writes fail on some systems BUGFIX: Failure to connect to ClamAV causes segmentation fault BUGFIX: NULL username in system causes segmentation fault BUGFIX: ClamAV processing and cleanup issues BUGFIX: Fragment files overwritten on retrain BUGFIX: Miscellaneous invalid read / segmentation fault bugs BUGFIX: If TrainingMode not specified in dspam.conf or passed in, segmentation fault BUGFIX: No output returned when using --deliver=summary with dspamc RELEASE 3.6.4-STABLE DOC: Documented user preferences in README MAINT: Added dspam_train tool, replacing most functions of dspam_corpus MAINT: Code cleanup and performance improvements MAINT: Significant improvements in accuracy, specifically reduced false pos. MAINT: Removed experimental neural collaboration functions MAINT: Added ClassAlias configuration directive to dspam.conf MAINT: Added undo option for retraining via WebUI MAINT: Added storeFragments support to WebUI MAINT: Added mass-retraining support to WebUI BUGFIX: DSPAM segfaults when invalid UID specified using UIDInSignature BUGFIX: No output when using --classify with --client BUGFIX: dspam_corpus overrides default dspam.conf settings BUGFIX: Multi-driver builds fail when preferences-extension is not supported
Revision 1.49 / (download) - annotate - [select for diffs], Sat Apr 22 09:22:10 2006 UTC (6 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.48: +3 -3
lines
Diff to previous 1.48 (colored)
Removed the superfluous "quotes" and 'quotes' from variables that don't need them, for example RESTRICTED and SUBST_MESSAGE.*.
Revision 1.48 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:59 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.47: +2 -2
lines
Diff to previous 1.47 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 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.
Revision 1.47 / (download) - annotate - [select for diffs], Sun Feb 12 15:24:15 2006 UTC (6 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.46: +2 -2
lines
Diff to previous 1.46 (colored)
ENOTIME to mantain these packages, feel free to pick it up if you are insterested.
Revision 1.46 / (download) - annotate - [select for diffs], Wed Jan 18 21:26:33 2006 UTC (6 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.45: +2 -3
lines
Diff to previous 1.45 (colored)
Update to 3.6.3: MAINT: Modest performance improvements MAINT: Significant improvements in accuracy (from scratch-testing anyway) BUGFIX: "No TrustedDeliveryAgent" error occurs erroneously in some cases BUGFIX: ChangeUserOnParse can format incorrectly BUGFIX: The dspam_logrotate tool does not support multiple mailboxes BUGFIX: Memory leak in Bayesian Noise Reduction BUGFIX: LDAP calls fail to close connection to server BUGFIX: Bayesian database is created even on LDAP user verification failure
Revision 1.45 / (download) - annotate - [select for diffs], Sun Jan 8 18:35:09 2006 UTC (6 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.44: +2 -1
lines
Diff to previous 1.44 (colored)
Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql pkg has been changed to 5.x). Reminded by wiz... thanks.
Revision 1.44 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:48 2005 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.43: +1 -2
lines
Diff to previous 1.43 (colored)
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Revision 1.43 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:10 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.42: +10 -10
lines
Diff to previous 1.42 (colored)
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS.
Revision 1.42 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:29 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.41: +4 -4
lines
Diff to previous 1.41 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.41 / (download) - annotate - [select for diffs], Fri Dec 2 08:10:24 2005 UTC (6 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.40: +3 -3
lines
Diff to previous 1.40 (colored)
Update to 3.6.2: BUGFIX: Token values incorrectly calculated, cause false positives BUGFIX: Daemon mode + hash_drv results in crashes without HashConcurrentUser BUGFIX: Invalid call to calloc() in hash_drv can lead to crashes
Revision 1.40 / (download) - annotate - [select for diffs], Sat Nov 12 16:53:19 2005 UTC (6 years, 6 months ago) by adrianp
Branch: MAIN
Changes since 1.39: +10 -8
lines
Diff to previous 1.39 (colored)
Update to dspam 3.6.1 ok'ed xtraeme@
Package changes:
- Add DSPAM_WWWUSER and DSPAM_WWWGROUP as BUILD_DEFS
(not everyone uses apache)
- Change group ownership on dspam.conf to ${DSPAM_WWWGROUP}
Pointed out in tech-pkg@ by matt (at) bodgit-n-scarper.com
- Remove patch-ac as that's been applied upstream
- PLIST fixes for css* tools installed with hash driver
From DSPAM RELEASE_NOTES:
BUGFIX: ParseToHeaders can segfault on malformatted To header
BUGFIX: TrackSources does not correctly parse messages when used with QMail
BUGFIX: Missing check for existing strcasestr
BUGFIX: X-DSPAM-Reclassified heading appears blank
BUGFIX: Plused-Detail support does not work with domains
BUGFIX: Hash databases are not 8-byte aligned (do not work with 64-bit systems)
BUGFIX: Certain daemon-mode operations append a trailing period
BUGFIX: DataSource 'document' option causes improper processing
BUGFIX: Segfaults occur on malformed Content-Type header
BUGFIX: History appears blank in dspam.cgi
Revision 1.39 / (download) - annotate - [select for diffs], Thu Oct 20 08:33:13 2005 UTC (6 years, 7 months ago) by adrianp
Branch: MAIN
Changes since 1.38: +33 -28
lines
Diff to previous 1.38 (colored)
Update to dspam 3.60 ok'ed xtraeme@ From the RELEASE file: Automatic Whitelisting Improvements Dynamically Loadable Storage Driver Support PostgreSQL Performance Enhancements LDAP Verification Unified Spam Alias / UID in Signature Support Domain Based Delivery Hosts Integrated Clam A/V Support Markovian Discrimination Self-Contained Hash Driver Fallback Domain-Based User Support Improved, Unified Logging Activity logging has also been improved Plused Detail Support Message Fragments Support Domain Blocklisting Support User preferences made case-insensitive LMTP error codes now include messages from relay host RBLInoculate option allows RBL'd emails to be quarantined or learned as spam MySQL and PgSQL object creation scripts updated to improve performance Added 'date' to quarantine display and sorted most recent at top Significant code cleanup and audit Domain-based groups changed from @domain.tld to *@domain.tld X-DSPAM-Result expanded to support Virus, Blacklisted, and Blocklisted results DSPAM WebUI now supports history paging Rewritten documentation for ease of installation
Revision 1.38 / (download) - annotate - [select for diffs], Wed Aug 10 20:56:19 2005 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.37: +2 -3
lines
Diff to previous 1.37 (colored)
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
Revision 1.37 / (download) - annotate - [select for diffs], Mon Aug 8 11:10:15 2005 UTC (6 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
Update to 3.4.9 Changes: BUGFIX: File descriptor leaks when connection to delivery host fails BUGFIX: Decoding NUL characters causes message truncation BUGFIX: Many files not written to group directory when using managed groups BUGFIX: Some LDAs/MTAs truncate message when single dots not properly quoted BUGFIX: 7BIT encoding contains 8BIT characters BUGFIX: Messages to multiple local recipients may fail to decode completely
Revision 1.36 / (download) - annotate - [select for diffs], Thu Jul 21 16:29:52 2005 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Change path from devel/pkgconfig to devel/pkg-config. No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
Revision 1.35 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:12 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
Revision 1.34 / (download) - annotate - [select for diffs], Wed Jun 15 16:26:36 2005 UTC (6 years, 11 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
Update to 3.4.8, bugfix release. Changes: BUGFIX: File descriptor leaks when connection to delivery host fails BUGFIX: Decoding NUL characters causes message truncation BUGFIX: Many files not written to group directory when using managed groups BUGFIX: Some LDAs/MTAs truncate message when single dots not properly quoted BUGFIX: 7BIT encoding contains 8BIT characters BUGFIX: Messages to multiple local recipients may fail to decode completely
Revision 1.33 / (download) - annotate - [select for diffs], Tue Jun 7 02:47:33 2005 UTC (6 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.32: +2 -3
lines
Diff to previous 1.32 (colored)
Update to 3.4.7 that fixes some critical bugs. Changes: BUGFIX: Delivery of false positives fails in managed groups BUGFIX: LMTP/SMTP delivery fails on non-250 2xx response code BUGFIX: Messages missing a terminating boundary fail to receive a signature
Revision 1.32 / (download) - annotate - [select for diffs], Wed May 25 15:36:06 2005 UTC (7 years ago) by cube
Branch: MAIN
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored)
o Fix PKG_SUPPORTED_OPTIONS to list all possible options [hi xtraeme!], otherwise whatever the user provides in PKG_OPTIONS_VAR gets silently ignored [hi dillo!]. o Fix PLIST which was missing a header file. PKGREVISION++.
Revision 1.31 / (download) - annotate - [select for diffs], Mon May 9 11:10:54 2005 UTC (7 years ago) by xtraeme
Branch: MAIN
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Update to 3.4.6. Changes: BUGFIX: segfault can occur when loose signature provided without space delimiter
Revision 1.30 / (download) - annotate - [select for diffs], Tue Apr 26 08:49:46 2005 UTC (7 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.29: +2 -3
lines
Diff to previous 1.29 (colored)
Update to 3.4.5 Version 3.4.5-STABLE This version is a maintenance release and contains bug fixes only BUGFIX: First run / first spam notifications don't send for users in groups BUGFIX: Permissions on dspam.sock are wrong mode BUGFIX: Bogus signature retrieval errors in logs BUGFIX: LMTP error codes reporting permanent errors for temporary failures BUGFIX: ParseToHeaders' notspam- alias fails to change user correctly
Revision 1.29 / (download) - annotate - [select for diffs], Thu Apr 14 20:39:59 2005 UTC (7 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.28: +7 -5
lines
Diff to previous 1.28 (colored)
* Replace hardcoded www user/group with APACHE_{USER,GROUP}.
* Modify permissions for DSPAM_HOME, it should be
${DSPAM_USER}:${APACHE_GROUP}, so that the CGI interface works
correctly without modifications.
Bump PKGREVISION.
Revision 1.28 / (download) - annotate - [select for diffs], Thu Apr 14 05:32:37 2005 UTC (7 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.27: +8 -4
lines
Diff to previous 1.27 (colored)
* Enable support for sqlite3 storage driver. * Don't enable daemon mode globally, only for mysql/pgsql.
Revision 1.27 / (download) - annotate - [select for diffs], Thu Apr 14 04:59:14 2005 UTC (7 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Update to 3.4.4. Version 3.4.4-STABLE This version if a maintenance release and contains bug fixes only BUGFIX: Message-based signatures do not appear in quoted-printable/base64 parts RELEASE 3.4.3-STABLE This version is a maintenance release and contains bug fixes only BUGFIX: When using LMTP/SMTP delivery, QuarantineAgent is ignored BUGFIX: Domain-scale uses wrong data path in admin script BUGFIX: DSPAM fails to build on Cygwin BUGFIX: optIn does not work when using preferences extensions BUGFIX: showFactors does not set/unset properly in user preferences BUGFIX: Supplying an empty spamSubject raises errors in user preferences BUGFIX: Signature-related errors are not reported (except to debug) BUGFIX: Formatting bug in system.log
Revision 1.26 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:18 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.25: +1 -2
lines
Diff to previous 1.25 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 6 17:52:36 2005 UTC (7 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Update to 3.4.2. Changes: BUGFIX: Minior memory leaks in multi-word tokenizer BUGFIX: When using --classify, the system/user log is appended to BUGFIX: Using signatureLocation=headers should prefer signature in headers BUGFIX: History-based training only works for admins BUGFIX: Long usernames malformatted in dspam_stats BUGFIX: Daemon connection deadlocks when NULL characters are sent BUGFIX: Other minor memory leaks BUGFIX: PostgreSQL connections stay open in daemon mode
Revision 1.24 / (download) - annotate - [select for diffs], Mon Mar 21 21:35:52 2005 UTC (7 years, 2 months ago) by xtraeme
Branch: MAIN
Changes since 1.23: +45 -14
lines
Diff to previous 1.23 (colored)
Update to 3.4.1. Changes: o Accuracy Enhancements o Bayesian Noise Reduction v2.0 o TUM-Mode Enhancements o Library Performance Enhancements o PostgreSQL Storage Driver Enhancements o SQLite3 Storage Driver Support o Daemonized LMTP Server o LMTP Delivery And more... more info in the RELEASE.NOTES file. pkgsrc changes: o Add a dspam rc.d script to start the daemon. o The cgi configuration files were modified to support CONF_FILES and PKG_SYSCONFDIR. When using a NetBSD system, mount_umap(8) will be useful to mount the cgi directory with www permissions, and you won't need to modify any file in there! yay.
Revision 1.23 / (download) - annotate - [select for diffs], Mon Mar 7 21:00:20 2005 UTC (7 years, 2 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Update to 3.2.8 (bugfix release). Changes: BUGFIX: TOE Training mode breaks automatic whitelisting
Revision 1.22 / (download) - annotate - [select for diffs], Sun Feb 20 00:05:51 2005 UTC (7 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Update to 3.2.7. BUGFIX: Signature not written to some email, making them untrainable. BUGFIX: DSPAM Segfaults if dspam_process() fails after loading a signature.
Revision 1.21 / (download) - annotate - [select for diffs], Wed Jan 19 22:33:59 2005 UTC (7 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Update to 3.2.6 RELEASE 3.2.6-STABLE BUGFIX: Sedation level instantiates when not specified (should default to off) RELEASE 3.2.5-STABLE BUGFIX: statisticalSedation preference is ignored
Revision 1.20 / (download) - annotate - [select for diffs], Wed Jan 5 00:57:39 2005 UTC (7 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Update to 3.2.4. Changes: BUGFIX: MIME boundaries using broken RFC are misread BUGFIX: Tools will not build when CFLAGS is provided BUGFIX: DSPAM misreads lines after -- as headers and fails to decode them BUGFIX: DSPAM misreads lines after -- and adds colons to them Enhancements: PostgreSQL Storage Driver Some minor fixes have been made to the PostgreSQL storage driver which may affect performance.
Revision 1.19 / (download) - annotate - [select for diffs], Mon Nov 29 07:59:53 2004 UTC (7 years, 5 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Update to 3.2.3. Version 3.2.3 is a maintenance release and contains corrections to v3.2 only. BUGFIX: DSPAM misreads boundary delimiter in signed Apple Mail messages BUGFIX: Signature is not written to multipart blocks with no content type BUGFIX: dspam_dump for a particular token fails with MySQL 4.1 BUGFIX: Bayesian Noise Reduction is never instantiated
Revision 1.18 / (download) - annotate - [select for diffs], Wed Nov 17 13:26:17 2004 UTC (7 years, 6 months ago) by xtraeme
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Define GNU_CONFIGURE before USE_LIBTOOL, so the check for _OPSYS_MAX_CMDLEN
defined in mk/platform/${OPSYS}.mk is not skipped.
Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 15 08:13:13 2004 UTC (7 years, 6 months ago) by xtraeme
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Update mail/dspam to 3.2.2.
Version 3.2.2 is a maintenance release and contains corrections
to v3.2 only.
BUGFIX: optOut preference no longer works
BUGFIX: Source address tracking doesn't work when using TOE
BUGFIX: LocalMX tag doesn't work in dspam.conf
BUGFIX: dspam.conf default permissions 0750
BUGFIX: Using SignatureLocation=headers no longer works with
fwd attachments
BUGFIX: Source address tracking is disabled by legacy #ifdef's
BUGFIX: Chi-Square cutoff is identical to default token value
BUGFIX: Tokens from lines 2+ of multi-line headers are not processed
BUGFIX: Signature scan segfaults when scanning some emails
BUGFIX: Signature encoding can cause segfault in sqlite_drv
Other Notable Changes:
CHANGE: TrackSources 'ham' token changed to 'nonspam'
CHANGE: Agent loose signature match changed from DSPAM: to
X-DSPAM-Signature:
Revision 1.16 / (download) - annotate - [select for diffs], Mon Nov 1 23:15:16 2004 UTC (7 years, 6 months ago) by xtraeme
Branch: MAIN
Changes since 1.15: +2 -3
lines
Diff to previous 1.15 (colored)
Update mail/dspam to 3.2.1. Version 3.2.1 is a maintenance release and contains bugfixes to v3.2.0 only. BUGFIX: PGP Messages cause pop3filter to hang BUGFIX: Invalid read of free()'d memory caused by parsing multi-line headers BUGFIX: SQLite driver fails to call PRAMA specified in dspam.conf BUGFIX: MySQL generates DUPLICATE KEY errors on simultaneous inserts BUGFIX: Memory leaks in dspam_clean BUGFIX: dspam_clean crashes with SQLite driver BUGFIX: Signatures include leading whitespace when in loose match BUGFIX: Some versions of PostgreSQL don't support PQfreemem() BUGFIX: Memory mishandling in PostgreSQL driver BUGFIX: Message delimiters mangled when processing a PGP signed message BUGFIX: --with-delivery-agent configure option no longer present BUGFIX: Default log directory /var/log not writable by some installs BUGFIX: Man page installation doesn't prefix with $(DESTDIR) BUGFIX: Emails ending with http:// cause invalid memory read
Revision 1.15 / (download) - annotate - [select for diffs], Thu Oct 28 10:12:47 2004 UTC (7 years, 6 months ago) by adrianp
Branch: MAIN
Changes since 1.14: +10 -5
lines
Diff to previous 1.14 (colored)
- Do a PERL_REPLACE on cgi/configure.pl.in not configure.pl.in - dspam.conf can contain sensitive information such as SQL username/password accounts. So change ownership to root:dspam and mode to 0640. - The cgi template cgi/templates/nav_performance.html contains a @yourdomain.com which should be customised on install. Added an extra BUILD_DEFS called DSPAM_DOMAIN to allow users to do this. ok'ed xtraeme@
Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 28 06:03:18 2004 UTC (7 years, 6 months ago) by xtraeme
Branch: MAIN
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
Permissions for ${DSPAM_HOME} should be 0775 not 0770 (needed to use
the CGI frontend), regen distinfo for patch-ab missed in previous.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Oct 27 23:31:57 2004 UTC (7 years, 6 months ago) by xtraeme
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
Add missing OWN_DIRS_PERMS for DSPAM_LOGDIR.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 27 23:27:00 2004 UTC (7 years, 6 months ago) by xtraeme
Branch: MAIN
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Apply patch from dspam CVS to fix some errors when using MySQL-4.1.x. Bump PKGREVISION.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Oct 22 05:43:29 2004 UTC (7 years, 7 months ago) by xtraeme
Branch: MAIN
Changes since 1.10: +31 -22
lines
Diff to previous 1.10 (colored)
Update mail/dspam to 3.2.0 (latest stable version). Version 3.2 adds many significant enhancements, these include the introduction of a dspam.conf master configuration, an aesthetically redesigned web interface, support for SQLite, support for Windows, and and many other enhancements. More information: http://www.nuclearelephant.com/projects/dspam/text/RELEASE-3.2.0.txt pkgsrc changes: * Default storage driver has been changed to SQLite, to sync with dspam's defaults. * Deprecated options has been removed totally, now you'll have to specify them via PKG_OPTIONS.dspam=foo bar baz.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 3 00:12:52 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 30 19:18:18 2004 UTC (7 years, 8 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Capitalize COMMENT and drop trailing whitespace.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Aug 9 20:14:21 2004 UTC (7 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
Avoid calling mkdir() with a trailing slash, as some systems don't support it. DSPAM now correctly creates per-user statistics files on NetBSD 1.6.2. Bump PKGREVISION.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Aug 7 18:26:25 2004 UTC (7 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
The permissions on /var/dspam should be 0770, not 0755. This affects the binary package, but ride the last PKGREVISION bump.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 7 06:12:20 2004 UTC (7 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.5: +9 -5
lines
Diff to previous 1.5 (colored)
The dspam binary must be setuid to the dspam user, so we must list
the file in SPECIAL_PERMS to ensure that when installing from a binary
package, it is automatically set to the correct ownership and file
permissions. Also manage ${DSPAM_HOME} using OWN_DIRS_PERMS since it
must exist for dspam to work properly, and must also be writable by
the dspam user.
Bump the PKGREVISION to 3.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 6 21:27:52 2004 UTC (7 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
There is no "large" subst class.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Aug 6 21:24:13 2004 UTC (7 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.3: +35 -131
lines
Diff to previous 1.3 (colored)
* Only include bdb.buildlink3.mk if we are using DB[34] as a storage driver backend. * Convert to use bsd.options.mk. DSPAM_DELIVERY_AGENT_ARGS has been deprecated -- just set DSPAM_DELIVERY_AGENT to the LDA instead of "custom". * Only install the documentation for the storage driver used by DSPAM. * Drop the default signature lifetime from 15 days to 14 days to match the DSPAM defaults. Bump the PKGREVISION to 2.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jul 24 23:06:56 2004 UTC (7 years, 10 months ago) by recht
Branch: MAIN
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
Use mk/pgsql.buildlink3.mk for choosing the PostgreSQL version to be used.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 7 15:18:34 2004 UTC (7 years, 10 months ago) by recht
Branch: MAIN
Changes since 1.1: +3 -2
lines
Diff to previous 1.1 (colored)
Fix a typo: It's user:group and not group:user. bump PKGREVISION to 1.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jun 20 19:41:23 2004 UTC (7 years, 11 months ago) by xtraeme
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of dspam-3.0.0 from pkgsrc-wip. DSPAM (as in De-Spam) is an extremely scalable, open-source statistical hybrid anti-spam filter. While most commercial solutions only provide a mere 95% accuracy (1 error in 20), a majority of DSPAM users frequently see between 99.95% (1 error in 2000) all the way up to 99.991% (2 errors in 22,786). DSPAM is currently effective as both a server-side agent for UNIX email servers and a developer's library for mail clients, other anti-spam tools, and similar projects requiring drop-in spam filtering. DSPAM has been implemented on many large and small scale systems with the largest systems being reported at about 125,000 mailboxes.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 20 19:41:23 2004 UTC (7 years, 11 months ago) by xtraeme
Branch: MAIN
Initial revision