dspam-commit Mailing List for DSPAM
Brought to you by:
paulcockings,
sbajic
You can subscribe to this list here.
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(59) |
Jun
(59) |
Jul
(24) |
Aug
(42) |
Sep
(7) |
Oct
(44) |
Nov
(28) |
Dec
(58) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2010 |
Jan
(27) |
Feb
(5) |
Mar
(6) |
Apr
(33) |
May
(19) |
Jun
(4) |
Jul
(10) |
Aug
(27) |
Sep
|
Oct
|
Nov
(3) |
Dec
(1) |
| 2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
(6) |
Jun
(8) |
Jul
(24) |
Aug
(34) |
Sep
(4) |
Oct
(3) |
Nov
(13) |
Dec
(2) |
| 2012 |
Jan
|
Feb
(5) |
Mar
|
Apr
(12) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Stevan B. <sb...@us...> - 2015-02-23 10:16:37
|
- Log -----------------------------------------------------------------
commit f53478286089caaa7fb21489550273ff35c6f442
Author: Stuart D Gathman <st...@bm...>
Date: Mon Feb 23 11:15:49 2015 +0100
The dspam sqlite3_drv runs in auto_commit mode, resulting in 1000s of transactions on a single email - rendering it unusably slow. Further, it crashes on sql errors (include expected failures such as with _ds_verify_signature) because it uses the system free() on the error message from sqlite3, instead of sqlite3_free().
-----------------------------------------------------------------------
Summary of changes:
src/sqlite3_drv.c | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2014-01-02 14:32:38
|
- Log -----------------------------------------------------------------
commit 2cf2f28429c8734f4cff6ad584bdce11ecd9cf1b
Author: Thomas Preud'homme <ro...@ce...>
Date: Thu Jan 2 15:17:48 2014 +0100
don't read past the end of css files
Currently, dspam's code assumes css files are well formed. It will thus
check wether a record exist or not by comparing its position against
the maximum number of records stored in the header. In the case of a
corrupted header, that check could return true and the code access data
beyond the end of the file, leading to a segmentation fault. This patch
enhance cssclean to fix this kind of corruption.
Origin: vendor
Bug: https://sourceforge.net/p/dspam/bug-tracker/170/
Bug-Debian: http://bugs.debian.org/722485
Last-Update: 2013-11-26
commit 08d001c46fbfcb17bdf3fbf0aaf1285d9bd12cba
Author: Thomas Preud'homme <ro...@ce...>
Date: Sat Sep 7 20:52:23 2013 +0200
Define WCONTINUED and WIFCONTINUED if not defined
WCONTINUED and WIFCONTINUED are Linux-specific macros to the wait system
call. Thus, these macros might not be defined for other operating
systems such as Hurd. This patch define WCONTINUED and WIFCONTINUED in
such case so that the case of a child process receiving a SIGCONT is
simply not notified.
Bug-Reported-By: Thomas Preud'homme <ro...@ce...>
-----------------------------------------------------------------------
Summary of changes:
src/external_lookup.c | 6 ++++++
src/tools.hash_drv/cssclean.c | 10 ++++++++--
2 files changed, 14 insertions(+), 2 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-08-24 19:17:13
|
- Log -----------------------------------------------------------------
commit f6c5008357248cf357b6666c7a6a4618fcf52d89
Author: Tom Hendrikx <to...@wh...>
Date: Fri Aug 24 21:12:52 2012 +0200
Fix minor inconsistency in return value of dspam_addattribute
All return values in libdspam that indicate memory allocation errors are
EUNKNOWN, except this one. While looking through the rest of the source
code, there doesn't seem to be any place where the actual return value of
dspam_addattribute is checked for something else than 'not 0'.
MFM: 7 days
Bug-ID: None
Bug-Reported-By: None
Security: None
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
src/libdspam.c | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-08-24 18:59:08
|
- Log -----------------------------------------------------------------
commit ac10946c3f94f81b3e42afe614e711a7b4381a66
Author: Tom Hendrikx <to...@wh...>
Date: Fri Aug 24 20:31:36 2012 +0200
Include 'auto-config.h' in 'make install'
commit e0f6a193a01bd32e878b0c1668f0e27b8644fbb5
Author: Tom Hendrikx <to...@wh...>
Date: Fri Aug 24 20:16:05 2012 +0200
Removed some references to DSR_ISWHITELISTED which has been removed in 2005, according to CHANGELOG.
MFM: 0 day
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 6 +++++-
man/libdspam.3 | 3 +--
src/Makefile.am | 2 +-
src/libdspam_objects.h | 2 +-
4 files changed, 8 insertions(+), 5 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2012-08-02 19:16:29
|
- Log -----------------------------------------------------------------
commit e515570c74b0e48e714c5b45f11de2a5b3482459
Author: Kenneth Marshall <kt...@ri...>
Date: Thu Aug 2 21:15:24 2012 +0200
Update documentation for Exim integration.
MFM: 0 days
Bug-ID: none
Bug-Reported-By: Kenneth Marshall <kt...@ri...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
doc/exim.txt | 16 +++++++++++-----
src/dspam.conf.in | 4 ++--
3 files changed, 15 insertions(+), 7 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2012-06-28 08:13:15
|
- Log -----------------------------------------------------------------
commit 9d9ebfc7dff20c14b2bb017f2d27de6a8a103a26
Author: Andreas Schneider <as...@cr...>
Date: Thu Jun 28 10:11:54 2012 +0200
suid binaries in Linux require to be built with -fPIE CFLAGS and -pie
LDFLAGS. This allows it to specify them for the configure script.
SUID_CFLAGS=-fPIE SUID_LDFLAGS=-pie ./configure ...
MFM: 7 days
Bug-ID: none
Bug-Reported-By: Andreas Schneider <as...@cr...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
src/Makefile.am | 7 +++++--
2 files changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2012-05-10 21:08:33
|
- Log -----------------------------------------------------------------
commit cbed19764df8ecc1469f739ca33eb92aa3f67584
Author: Allan Ievers <aim...@re...>
Date: Thu May 10 23:07:30 2012 +0200
Fix recipient corrpution when releasing a message from quarantine
MFM: 1 day
Bug-ID: none
Bug-Reported-By: Allan Ievers <aim...@re...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
src/dspam.c | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2012-04-24 21:37:35
|
- Log -----------------------------------------------------------------
commit 0fee2f95025e6111d6f785e2ed762e5e1106253f
Author: Stevan Bajic <st...@ba...>
Date: Tue Apr 24 23:37:00 2012 +0200
Change dspam.conf defaults to use TOE and OSB by default
MFM: 1 day
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
src/dspam.conf.in | 12 ++++++------
2 files changed, 8 insertions(+), 6 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-04-23 19:34:40
|
- Log -----------------------------------------------------------------
commit 87c1689539567b8af0e4e11df251d974cdd8c9e5
Author: Tom Hendrikx <to...@wh...>
Date: Mon Apr 23 21:17:34 2012 +0200
Revert "Ensure that all data sharing between webui and dspam is utf-8, so it can be displayed on the webui pages without issues."
This reverts commit 2169b243927712edbb22b51d7f61b97d79de9103.
MFM: 7 days
Bug-ID: 3137120
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 +
src/decode.c | 90 +++------------------------------------------------------
src/decode.h | 5 +--
3 files changed, 9 insertions(+), 88 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-04-23 18:43:09
|
- Log -----------------------------------------------------------------
commit 00adc7cdb096942058990ef1d953d9747252cf24
Author: Tom Hendrikx <to...@wh...>
Date: Mon Apr 23 19:52:58 2012 +0200
Update version string to 3.10.2
-----------------------------------------------------------------------
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-04-23 18:43:08
|
- Log -----------------------------------------------------------------
commit 00adc7cdb096942058990ef1d953d9747252cf24
Author: Tom Hendrikx <to...@wh...>
Date: Mon Apr 23 19:52:58 2012 +0200
Update version string to 3.10.2
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-04-11 19:06:30
|
- Log -----------------------------------------------------------------
commit 5d01cc7eda61bdf58919aecdb4174a51d05646f9
Author: Tom Hendrikx <to...@wh...>
Date: Tue Apr 3 00:28:44 2012 +0200
Set version to 3.10.2-RC1
-----------------------------------------------------------------------
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-04-11 19:06:27
|
- Log -----------------------------------------------------------------
commit 5d01cc7eda61bdf58919aecdb4174a51d05646f9
Author: Tom Hendrikx <to...@wh...>
Date: Tue Apr 3 00:28:44 2012 +0200
Set version to 3.10.2-RC1
-----------------------------------------------------------------------
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-04-02 22:08:54
|
- Log -----------------------------------------------------------------
commit 7d0560ff42259bcaf8527bbefb150f36f97ae733
Merge: 65421bc 9ee8e0f
Author: Tom Hendrikx <to...@wh...>
Date: Mon Apr 2 23:57:25 2012 +0200
Merge branch 'RELENG_3' into RELENG_3_10
(A bit messy changelog because of the earlier unneeded cherrypicks but nothing seems broken)
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 6 ++++--
README | 6 +++---
RELEASE.NOTES | 2 ++
configure.ac | 2 +-
doc/mysql_drv.txt | 2 +-
doc/pgsql_drv.txt | 2 +-
doc/sqlite_drv.txt | 2 +-
man/dspam.1 | 4 ++--
man/dspam_admin.1 | 4 ++--
man/dspam_clean.1 | 4 ++--
man/dspam_crc.1 | 4 ++--
man/dspam_dump.1 | 4 ++--
man/dspam_logrotate.1 | 4 ++--
man/dspam_merge.1 | 4 ++--
man/dspam_stats.1 | 4 ++--
man/dspam_train.1 | 4 ++--
man/libdspam.3 | 4 ++--
src/agent_shared.c | 4 ++--
src/agent_shared.h | 2 +-
src/base64.c | 2 +-
src/base64.h | 2 +-
src/bnr.c | 2 +-
src/bnr.h | 2 +-
src/buffer.c | 2 +-
src/buffer.h | 2 +-
src/client.c | 2 +-
src/client.h | 2 +-
src/config.h | 2 +-
src/config_api.c | 2 +-
src/config_api.h | 2 +-
src/config_shared.c | 2 +-
src/config_shared.h | 2 +-
src/daemon.c | 2 +-
src/daemon.h | 2 +-
src/decode.c | 2 +-
src/decode.h | 2 +-
src/diction.c | 2 +-
src/diction.h | 2 +-
src/dspam.c | 6 +++---
src/dspam.conf.in | 5 +++++
src/dspam.h | 2 +-
src/dspamc.c | 2 +-
src/dspamc.h | 2 +-
src/error.c | 2 +-
src/error.h | 2 +-
src/example.c | 2 +-
src/hash.c | 2 +-
src/hash.h | 2 +-
src/hash_drv.c | 2 +-
src/hash_drv.h | 2 +-
src/heap.c | 2 +-
src/heap.h | 2 +-
src/language.h | 2 +-
src/libdspam.c | 2 +-
src/libdspam.h | 2 +-
src/libdspam_objects.h | 2 +-
src/list.c | 2 +-
src/list.h | 2 +-
src/mysql_drv.c | 2 +-
src/mysql_drv.h | 2 +-
src/nodetree.c | 2 +-
src/nodetree.h | 2 +-
src/pgsql_drv.c | 2 +-
src/pgsql_drv.h | 2 +-
src/pref.c | 2 +-
src/pref.h | 2 +-
src/read_config.c | 2 +-
src/read_config.h | 2 +-
src/sqlite3_drv.c | 2 +-
src/sqlite3_drv.h | 2 +-
src/sqlite_drv.c | 2 +-
src/sqlite_drv.h | 2 +-
src/storage_driver.c | 2 +-
src/storage_driver.h | 2 +-
src/tokenizer.c | 2 +-
src/tokenizer.h | 2 +-
src/tools.hash_drv/cssclean.c | 2 +-
src/tools.hash_drv/csscompress.c | 2 +-
src/tools.hash_drv/cssconvert.c | 2 +-
src/tools.hash_drv/cssstat.c | 2 +-
src/tools.pgsql_drv/dspam_pg2int8.c | 2 +-
src/tools/dspam_2sql.c | 2 +-
src/tools/dspam_admin.c | 2 +-
src/tools/dspam_clean.c | 2 +-
src/tools/dspam_crc.c | 2 +-
src/tools/dspam_dump.c | 2 +-
src/tools/dspam_merge.c | 2 +-
src/tools/dspam_stats.c | 2 +-
src/util.c | 2 +-
src/util.h | 2 +-
webui/cgi-bin/admin.cgi | 2 +-
webui/cgi-bin/admingraph.cgi | 2 +-
webui/cgi-bin/configure.pl.in | 2 +-
webui/cgi-bin/dspam.cgi | 2 +-
webui/cgi-bin/graph.cgi | 2 +-
webui/cgi-bin/htmlize.pl | 2 +-
webui/cgi-bin/templates/cs/strings.pl | 2 +-
webui/cgi-bin/templates/de/strings.pl | 2 +-
webui/cgi-bin/templates/es-es/strings.pl | 2 +-
webui/cgi-bin/templates/fr/strings.pl | 2 +-
webui/cgi-bin/templates/he/strings.pl | 2 +-
webui/cgi-bin/templates/pt-br/strings.pl | 2 +-
webui/cgi-bin/templates/ru/strings.pl | 2 +-
webui/cgi-bin/templates/strings.pl | 2 +-
104 files changed, 127 insertions(+), 118 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-04-02 22:08:51
|
- Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 6 ++++-- README | 6 +++--- RELEASE.NOTES | 2 ++ configure.ac | 2 +- doc/mysql_drv.txt | 2 +- doc/pgsql_drv.txt | 2 +- doc/sqlite_drv.txt | 2 +- man/dspam.1 | 4 ++-- man/dspam_admin.1 | 4 ++-- man/dspam_clean.1 | 4 ++-- man/dspam_crc.1 | 4 ++-- man/dspam_dump.1 | 4 ++-- man/dspam_logrotate.1 | 4 ++-- man/dspam_merge.1 | 4 ++-- man/dspam_stats.1 | 4 ++-- man/dspam_train.1 | 4 ++-- man/libdspam.3 | 4 ++-- src/agent_shared.c | 4 ++-- src/agent_shared.h | 2 +- src/base64.c | 2 +- src/base64.h | 2 +- src/bnr.c | 2 +- src/bnr.h | 2 +- src/buffer.c | 2 +- src/buffer.h | 2 +- src/client.c | 2 +- src/client.h | 2 +- src/config.h | 2 +- src/config_api.c | 2 +- src/config_api.h | 2 +- src/config_shared.c | 2 +- src/config_shared.h | 2 +- src/daemon.c | 2 +- src/daemon.h | 2 +- src/decode.c | 2 +- src/decode.h | 2 +- src/diction.c | 2 +- src/diction.h | 2 +- src/dspam.c | 6 +++--- src/dspam.conf.in | 5 +++++ src/dspam.h | 2 +- src/dspamc.c | 2 +- src/dspamc.h | 2 +- src/error.c | 2 +- src/error.h | 2 +- src/example.c | 2 +- src/hash.c | 2 +- src/hash.h | 2 +- src/hash_drv.c | 2 +- src/hash_drv.h | 2 +- src/heap.c | 2 +- src/heap.h | 2 +- src/language.h | 2 +- src/libdspam.c | 2 +- src/libdspam.h | 2 +- src/libdspam_objects.h | 2 +- src/list.c | 2 +- src/list.h | 2 +- src/mysql_drv.c | 2 +- src/mysql_drv.h | 2 +- src/nodetree.c | 2 +- src/nodetree.h | 2 +- src/pgsql_drv.c | 2 +- src/pgsql_drv.h | 2 +- src/pref.c | 2 +- src/pref.h | 2 +- src/read_config.c | 2 +- src/read_config.h | 2 +- src/sqlite3_drv.c | 2 +- src/sqlite3_drv.h | 2 +- src/sqlite_drv.c | 2 +- src/sqlite_drv.h | 2 +- src/storage_driver.c | 2 +- src/storage_driver.h | 2 +- src/tokenizer.c | 2 +- src/tokenizer.h | 2 +- src/tools.hash_drv/cssclean.c | 2 +- src/tools.hash_drv/csscompress.c | 2 +- src/tools.hash_drv/cssconvert.c | 2 +- src/tools.hash_drv/cssstat.c | 2 +- src/tools.pgsql_drv/dspam_pg2int8.c | 2 +- src/tools/dspam_2sql.c | 2 +- src/tools/dspam_admin.c | 2 +- src/tools/dspam_clean.c | 2 +- src/tools/dspam_crc.c | 2 +- src/tools/dspam_dump.c | 2 +- src/tools/dspam_merge.c | 2 +- src/tools/dspam_stats.c | 2 +- src/util.c | 2 +- src/util.h | 2 +- webui/cgi-bin/admin.cgi | 2 +- webui/cgi-bin/admingraph.cgi | 2 +- webui/cgi-bin/configure.pl.in | 2 +- webui/cgi-bin/dspam.cgi | 2 +- webui/cgi-bin/graph.cgi | 2 +- webui/cgi-bin/htmlize.pl | 2 +- webui/cgi-bin/templates/cs/strings.pl | 2 +- webui/cgi-bin/templates/de/strings.pl | 2 +- webui/cgi-bin/templates/es-es/strings.pl | 2 +- webui/cgi-bin/templates/fr/strings.pl | 2 +- webui/cgi-bin/templates/he/strings.pl | 2 +- webui/cgi-bin/templates/pt-br/strings.pl | 2 +- webui/cgi-bin/templates/ru/strings.pl | 2 +- webui/cgi-bin/templates/strings.pl | 2 +- 104 files changed, 127 insertions(+), 118 deletions(-) hooks/post-receive -- dspam |
|
From: Tom H. <tom...@us...> - 2012-04-02 21:10:02
|
- Log -----------------------------------------------------------------
commit 733cbc92809b51b3c0564402492d98b393782177
Author: Tom Hendrikx <to...@wh...>
Date: Mon Apr 2 22:55:21 2012 +0200
Update documentation for new bugfixes available in upcoming 3.10.2 release
commit 582a8addae198c7e9ad80f51e5603eadea11a691
Author: Tom Hendrikx <to...@wh...>
Date: Mon Apr 2 22:50:32 2012 +0200
Updated copyright year
MFM: 0days
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 6 +++---
README | 2 +-
RELEASE.NOTES | 2 ++
configure.ac | 2 +-
doc/mysql_drv.txt | 2 +-
doc/pgsql_drv.txt | 2 +-
doc/sqlite_drv.txt | 2 +-
man/dspam.1 | 4 ++--
man/dspam_admin.1 | 4 ++--
man/dspam_clean.1 | 4 ++--
man/dspam_crc.1 | 4 ++--
man/dspam_dump.1 | 4 ++--
man/dspam_logrotate.1 | 4 ++--
man/dspam_merge.1 | 4 ++--
man/dspam_stats.1 | 4 ++--
man/dspam_train.1 | 4 ++--
man/libdspam.3 | 4 ++--
src/agent_shared.c | 4 ++--
src/agent_shared.h | 2 +-
src/base64.c | 2 +-
src/base64.h | 2 +-
src/bnr.c | 2 +-
src/bnr.h | 2 +-
src/buffer.c | 2 +-
src/buffer.h | 2 +-
src/client.c | 2 +-
src/client.h | 2 +-
src/config.h | 2 +-
src/config_api.c | 2 +-
src/config_api.h | 2 +-
src/config_shared.c | 2 +-
src/config_shared.h | 2 +-
src/daemon.c | 2 +-
src/daemon.h | 2 +-
src/decode.c | 2 +-
src/decode.h | 2 +-
src/diction.c | 2 +-
src/diction.h | 2 +-
src/dspam.c | 2 +-
src/dspam.h | 2 +-
src/dspamc.c | 2 +-
src/dspamc.h | 2 +-
src/error.c | 2 +-
src/error.h | 2 +-
src/example.c | 2 +-
src/hash.c | 2 +-
src/hash.h | 2 +-
src/hash_drv.c | 2 +-
src/hash_drv.h | 2 +-
src/heap.c | 2 +-
src/heap.h | 2 +-
src/language.h | 2 +-
src/libdspam.c | 2 +-
src/libdspam.h | 2 +-
src/libdspam_objects.h | 2 +-
src/list.c | 2 +-
src/list.h | 2 +-
src/mysql_drv.c | 2 +-
src/mysql_drv.h | 2 +-
src/nodetree.c | 2 +-
src/nodetree.h | 2 +-
src/pgsql_drv.c | 2 +-
src/pgsql_drv.h | 2 +-
src/pref.c | 2 +-
src/pref.h | 2 +-
src/read_config.c | 2 +-
src/read_config.h | 2 +-
src/sqlite3_drv.c | 2 +-
src/sqlite3_drv.h | 2 +-
src/sqlite_drv.c | 2 +-
src/sqlite_drv.h | 2 +-
src/storage_driver.c | 2 +-
src/storage_driver.h | 2 +-
src/tokenizer.c | 2 +-
src/tokenizer.h | 2 +-
src/tools.hash_drv/cssclean.c | 2 +-
src/tools.hash_drv/csscompress.c | 2 +-
src/tools.hash_drv/cssconvert.c | 2 +-
src/tools.hash_drv/cssstat.c | 2 +-
src/tools.pgsql_drv/dspam_pg2int8.c | 2 +-
src/tools/dspam_2sql.c | 2 +-
src/tools/dspam_admin.c | 2 +-
src/tools/dspam_clean.c | 2 +-
src/tools/dspam_crc.c | 2 +-
src/tools/dspam_dump.c | 2 +-
src/tools/dspam_merge.c | 2 +-
src/tools/dspam_stats.c | 2 +-
src/util.c | 2 +-
src/util.h | 2 +-
webui/cgi-bin/admin.cgi | 2 +-
webui/cgi-bin/admingraph.cgi | 2 +-
webui/cgi-bin/configure.pl.in | 2 +-
webui/cgi-bin/dspam.cgi | 2 +-
webui/cgi-bin/graph.cgi | 2 +-
webui/cgi-bin/htmlize.pl | 2 +-
webui/cgi-bin/templates/cs/strings.pl | 2 +-
webui/cgi-bin/templates/de/strings.pl | 2 +-
webui/cgi-bin/templates/es-es/strings.pl | 2 +-
webui/cgi-bin/templates/fr/strings.pl | 2 +-
webui/cgi-bin/templates/he/strings.pl | 2 +-
webui/cgi-bin/templates/pt-br/strings.pl | 2 +-
webui/cgi-bin/templates/ru/strings.pl | 2 +-
webui/cgi-bin/templates/strings.pl | 2 +-
103 files changed, 117 insertions(+), 115 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-04-02 20:09:30
|
- Log -----------------------------------------------------------------
commit 65421bc4afa53ee6d04ccf763b07479ca0373ca7
Author: Stevan Bajic <st...@ba...>
Date: Thu Feb 9 22:20:05 2012 +0100
Fix bug in RSET handling during LHLO phase (daemon mode).
MFM: 7 days
Bug-ID: 3485694
Bug-Reported-By: Steve Freegard <smf...@us...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
src/daemon.c | 36 ++++++++++++++++++++----------------
2 files changed, 22 insertions(+), 16 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-04-02 20:09:16
|
- Log -----------------------------------------------------------------
commit 41e61009a68d6cfce8ff1d2fbccbf99ce7e66977
Author: Stevan Bajic <st...@ba...>
Date: Thu Feb 9 22:20:05 2012 +0100
Fix bug in RSET handling during LHLO phase (daemon mode).
MFM: 7 days
Bug-ID: 3485694
Bug-Reported-By: Steve Freegard <smf...@us...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
src/daemon.c | 36 ++++++++++++++++++++----------------
2 files changed, 22 insertions(+), 16 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-04-02 19:42:18
|
- Log -----------------------------------------------------------------
commit 330fad55f276ef615b01a31fdbcb4480f9b82355
Author: Tom Hendrikx <to...@wh...>
Date: Mon Apr 2 20:33:47 2012 +0200
Make location of group configuration file available in dspam.conf.
This completes an earlier commit that enables the user to specify a different
location for the 'txt' directory inside DSPAM home. Using both, the user can
move all configuration settings to /etc.
MFM: 3 days
Bug-ID: 3392092
Bug-Reported-By: Tom Hendrikx <to...@wh...>
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
README | 4 ++--
src/dspam.c | 4 ++--
src/dspam.conf.in | 5 +++++
4 files changed, 11 insertions(+), 4 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-02-22 21:12:40
|
- Log -----------------------------------------------------------------
commit 9b6ea9ca67ca0675992c26f005f00952fbdedbf9
Author: Tom Hendrikx <to...@wh...>
Date: Wed Feb 22 21:17:05 2012 +0100
Fix broken redirects in webui.
Redirects in the webui were broken, after I applied some reformatting to URLs used to display links in the ui.
Some of these are also used for http redirects, which does not like query strings that use & in stead of &.
MFM: 7 days
Bug-ID: 3438211
Bug-Reported-By: Flavio Stanchina <fst...@us...,net>, Paul Cockings <ds...@cy...>
-----------------------------------------------------------------------
Summary of changes:
webui/cgi-bin/dspam.cgi | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-02-22 21:12:37
|
- Log -----------------------------------------------------------------
commit eb288a3d705d58eefb242676e2b3132b93d1bae3
Author: Tom Hendrikx <to...@wh...>
Date: Wed Feb 22 21:17:05 2012 +0100
Fix broken redirects in webui.
Redirects in the webui were broken, after I applied some reformatting to URLs used to display links in the ui.
Some of these are also used for http redirects, which does not like query strings that use & in stead of &.
MFM: 7 days
Bug-ID: 3438211
Bug-Reported-By: Flavio Stanchina <fst...@us...,net>, Paul Cockings <ds...@cy...>
-----------------------------------------------------------------------
Summary of changes:
webui/cgi-bin/dspam.cgi | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-02-22 20:29:27
|
- Log -----------------------------------------------------------------
commit 0c6f22143593e25cabdf9ef07a9d53e951b2d819
Author: Tom Hendrikx <to...@wh...>
Date: Wed Feb 22 21:17:05 2012 +0100
Fix broken redirects in webui.
Redirects in the webui were broken, after I applied some reformatting to URLs used to display links in the ui.
Some of these are also used for http redirects, which does not like query strings that use & in stead of &.
MFM: 7 days
Bug-ID: 3438211
Bug-Reported-By: Flavio Stanchina <fst...@us...,net>, Paul Cockings <ds...@cy...>
-----------------------------------------------------------------------
Summary of changes:
webui/cgi-bin/dspam.cgi | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2012-02-22 19:42:42
|
- Log -----------------------------------------------------------------
commit f99c10a0dba152ba8291905807f541c24bf3c342
Author: Tom Hendrikx <to...@wh...>
Date: Wed Feb 22 20:37:31 2012 +0100
Fix display issue in webui history tab, triggered when storeFragments and HISTORY_HTMLIZE are both enabled.
MFM: 1 day
Bug-ID: None
Bug-Reported-By: Paul Cockings <ds...@cy...>
-----------------------------------------------------------------------
Summary of changes:
webui/cgi-bin/dspam.cgi | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2012-02-09 21:21:44
|
- Log -----------------------------------------------------------------
commit 6c6c9583411b27dfd2545375c9414e576e198cdf
Author: Stevan Bajic <st...@ba...>
Date: Thu Feb 9 22:20:05 2012 +0100
Fix bug in RSET handling during LHLO phase (daemon mode).
MFM: 7 days
Bug-ID: 3485694
Bug-Reported-By: Steve Freegard <smf...@us...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
src/daemon.c | 36 ++++++++++++++++++++----------------
2 files changed, 22 insertions(+), 16 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Tom H. <tom...@us...> - 2011-12-02 20:33:10
|
- Log -----------------------------------------------------------------
commit 5dc04a0df8beb5e72e2fdd72bcd7182e60260ae0
Author: Tom Hendrikx <to...@wh...>
Date: Wed Nov 30 16:11:56 2011 +0100
Update version of DSPAM to 3.10.2 in documentation
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 3 +++
README | 4 ++--
RELEASE.NOTES | 10 ++++++++++
3 files changed, 15 insertions(+), 2 deletions(-)
hooks/post-receive
--
dspam
|