b189699cfe
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
61 lines
2.2 KiB
Text
61 lines
2.2 KiB
Text
$NetBSD: patch-ad,v 1.2 2006/05/06 08:36:10 xtraeme Exp $
|
|
|
|
--- src/dspam.conf.in.orig 2006-02-15 22:06:35.000000000 +0200
|
|
+++ src/dspam.conf.in 2006-05-05 23:44:16.000000000 +0300
|
|
@@ -24,7 +24,7 @@
|
|
# this option. If you do not wish to lose all of your data, you will need to
|
|
# migrate it to the new backend before making this change.
|
|
#
|
|
-StorageDriver @libdir@/@storage_driver@
|
|
+#StorageDriver @libdir@/@storage_driver@
|
|
|
|
#
|
|
# Trusted Delivery Agent: Specifies the local delivery agent DSPAM should call
|
|
@@ -53,7 +53,7 @@
|
|
# the user DSPAM is processing mail for. This configuration parameter is only
|
|
# necessary if you plan on allowing untrusted processing.
|
|
#
|
|
-#UntrustedDeliveryAgent "/usr/bin/procmail -d %u"
|
|
+#UntrustedDeliveryAgent "@PREFIX@/bin/procmail -d %u"
|
|
|
|
#
|
|
# SMTP or LMTP Delivery: Alternatively, you may wish to use SMTP or LMTP
|
|
@@ -76,7 +76,7 @@
|
|
# a quarantine agent which will be called with all messages DSPAM thinks is
|
|
# spam. Use %u to specify the user DSPAM is processing mail for.
|
|
#
|
|
-#QuarantineAgent "/usr/bin/procmail -d spam"
|
|
+#QuarantineAgent "@PREFIX@/bin/procmail -d spam"
|
|
|
|
#
|
|
# DSPAM can optionally process "plused users" (addresses in the user+detail
|
|
@@ -264,7 +264,7 @@
|
|
# Storage driver settings: Specific to a particular storage driver. Uncomment
|
|
# the configuration specific to your installation, if applicable.
|
|
#
|
|
-#MySQLServer /var/lib/mysql/mysql.sock
|
|
+#MySQLServer /tmp/mysql.sock
|
|
#MySQLPort
|
|
#MySQLUser dspam
|
|
#MySQLPass changeme
|
|
@@ -633,9 +633,9 @@
|
|
# specified. If you want the client machine to perform delivery, use
|
|
# the --stdout option in conjunction with a local setup.
|
|
#
|
|
-#ServerPort 24
|
|
+#ServerPort 2400
|
|
#ServerQueueSize 32
|
|
-#ServerPID /var/run/dspam.pid
|
|
+#ServerPID @DSPAM_PIDDIR@/dspam.pid
|
|
|
|
#
|
|
# ServerMode specifies the type of LMTP server to start. This can be one of:
|
|
@@ -689,7 +689,7 @@
|
|
# If you are a reporting streamlined blackhole list participant, you can
|
|
# touch ip addresses within the directory the rabl_client process is watching.
|
|
#
|
|
-#RABLQueue /var/spool/rabl
|
|
+#RABLQueue @VARBASE@/spool/rabl
|
|
|
|
# DataSource: If you are using any type of data source that does not include
|
|
# email-like headers (such as documents), uncomment the line below. This
|