dspam-commit Mailing List for DSPAM (Page 6)
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...> - 2010-08-25 23:36:08
|
- Log ----------------------------------------------------------------- commit a1515144402aa42c32f93abc5692996883aa0d6c Author: Stevan Bajic <st...@ba...> Date: Thu Aug 26 01:35:07 2010 +0200 Fix bug introduced in the last two commits by using static functions instead saving the values in the _mysql_drv_storage struct. MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 + src/mysql_drv.c | 279 +++++++++++++++++++++++++++++++------------------------ src/mysql_drv.h | 10 +-- 3 files changed, 159 insertions(+), 132 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-25 19:29:56
|
- Log ----------------------------------------------------------------- commit 384b4a96cf140c352bccdedfcf644d5e20b43c37 Author: Stevan Bajic <st...@ba...> Date: Wed Aug 25 21:28:36 2010 +0200 Do the same small speed improvements in the MySQL driver as in the last commit but when initializing the preference extension in _mysql_drv_init_tools() MFM: 0 days Bug-ID: none Bug-Reported-By: Matthias Kuehn <ma...@ne...>, Sebastian Toepfer <seb...@on...> Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ src/mysql_drv.c | 32 +++++++++++++++++++++++++++++++- 2 files changed, 33 insertions(+), 1 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-24 05:23:08
|
- Log ----------------------------------------------------------------- commit db6606c669fe3b085113f35abbf0c700a09bc574 Author: Stevan Bajic <st...@ba...> Date: Tue Aug 24 07:22:14 2010 +0200 Small speed improvements in the MySQL driver MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 + src/mysql_drv.c | 102 ++++++++++++++++++++---------------------------------- src/mysql_drv.h | 7 +++- 3 files changed, 46 insertions(+), 65 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-23 21:20:30
|
- Log ----------------------------------------------------------------- commit 1fef85c8d2138302a7baef5f4e61207dc9cc9c4b Author: Stevan Bajic <st...@ba...> Date: Mon Aug 23 23:19:16 2010 +0200 Reorder version check in PostgreSQL driver (for slightly speed improvement) MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none commit e460c69c23af53507e84886e2c7a001995781271 Author: Stevan Bajic <st...@ba...> Date: Mon Aug 23 23:16:07 2010 +0200 Properly escape strings in PostgreSQL driver MFM: 7 days Bug-ID: none Bug-Reported-By: none Security: none commit e570f9758d9adce3cd0d6f40013bc8f120971120 Author: Stevan Bajic <st...@ba...> Date: Mon Aug 23 21:17:46 2010 +0200 Do not allow empty delivery agent if no delivery host is specified MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 6 ++ src/agent_shared.c | 15 +++- src/pgsql_drv.c | 247 ++++++++++++++++++++++++++++++++++++++++++++++------ 3 files changed, 239 insertions(+), 29 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-22 18:06:37
|
- Log ----------------------------------------------------------------- commit 5fb9d1b16876911dcb9d96d5d8f94285d7f67f35 Author: Stevan Bajic <st...@ba...> Date: Sun Aug 22 20:04:53 2010 +0200 Change mail recipient for uid-based signatures when processing message MFM: 0 days Bug-Reported-By: Stéphane Berthelot <sbe...@us...> Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ src/dspam.c | 6 +++++- 2 files changed, 7 insertions(+), 1 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-21 08:46:28
|
- Log ----------------------------------------------------------------- commit f89ebb30c546d2abeb9fbdf2831c4d81a89583e8 Author: Stevan Bajic <st...@ba...> Date: Sat Aug 21 10:44:37 2010 +0200 Don't remove pid file when sending SIGHUP to the daemon MFM: 0 days Bug-ID: 2842529 Bug-Reported-By: Julien Valroff <ju...@ki...> Security: none commit 7230f2d199c83fddddd13d3853414a8dd8ba2f86 Author: Stevan Bajic <st...@ba...> Date: Fri Aug 20 22:32:20 2010 +0200 Fixing file descriptor leak in read_config() MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 4 ++++ src/dspam.c | 26 ++++++++++++++------------ src/read_config.c | 26 ++++++++++++++++---------- 3 files changed, 34 insertions(+), 22 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-20 12:55:35
|
- Log ----------------------------------------------------------------- commit b3bca6b173fae01ce03bfa9ea409393fc3203298 Author: Stevan Bajic <st...@ba...> Date: Fri Aug 20 14:54:38 2010 +0200 Fix segmentation fault when using split configuration and running dspam_stats and the running user has no permission to read the files/directories mentioned in the "Include" configuration option. MFM: 0 days Bug-ID: none Bug-Reported-By: Sebastian Toepfer <seb...@on...> Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ src/read_config.c | 27 +++++++++++++++++++-------- 2 files changed, 21 insertions(+), 8 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-19 22:53:18
|
- Log ----------------------------------------------------------------- commit f34b20835292111353fb6031d5cdd60f48a6331d Author: Stevan Bajic <st...@ba...> Date: Thu Aug 19 22:52:22 2010 +0200 Only allow one filesystem layout (large scale, domain scale or home dir) MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ configure.ac | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-19 04:37:59
|
- Log ----------------------------------------------------------------- commit 8d597e8de26e4dfcfadda13c62a985f395103e19 Author: Stevan Bajic <st...@ba...> Date: Thu Aug 19 00:29:43 2010 +0200 Adding missing JavaScript code to the German Web-UI templates MFM: 0 days Bug-ID: none Bug-Reported-By: Imposit.com - webmaster <web...@im...> Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ webui/cgi-bin/templates/de/nav_history.html | 1 + webui/cgi-bin/templates/de/nav_quarantine.html | 1 + 3 files changed, 4 insertions(+), 0 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-16 19:34:56
|
- Log ----------------------------------------------------------------- commit 035bd7e09fe3ba58c9451d0d2bffc1539425e3f1 Author: Stevan Bajic <st...@ba...> Date: Mon Aug 16 21:29:09 2010 +0200 Speedup HTML stripping and extract uri from invalid tags (aka: uri tags that have no " or ' around the uri) MFM: 7 days Bug-ID: none Bug-Reported-By: none Security: none commit 6a611cc1d0717b9e02fa5eea7d83f3019ef40b28 Author: Stevan Bajic <st...@ba...> Date: Mon Aug 16 21:24:34 2010 +0200 Remove undocumented and unsupported spam/ham aliases and correct firstrun.txt to mention correct spam training alias MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none commit 16dbb26487413adcd2c63e859cc0fad2b97be300 Author: Stevan Bajic <st...@ba...> Date: Mon Aug 16 21:21:24 2010 +0200 Extend SIZE extension detection to support more variants of the extension MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 6 ++++++ src/agent_shared.c | 14 ++++---------- src/client.c | 9 +++++++-- src/decode.c | 41 +++++++++++++++++++++++------------------ txt/firstrun.txt | 8 ++++---- 5 files changed, 44 insertions(+), 34 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-14 14:56:55
|
- Log ----------------------------------------------------------------- commit 8423621a3199d5e75474dff19414a2e39ba1d671 Author: Stevan Bajic <st...@ba...> Date: Sat Aug 14 16:55:37 2010 +0200 Fixing dot escaping in client/server socket protocol MFM: 0 days Bug-ID: 3018120 Bug-Reported-By: Torsten Hilbrich <my...@us...> Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ src/client.c | 43 ++++++++++++++++++++++++++++++++++++------- 2 files changed, 38 insertions(+), 7 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-14 14:07:47
|
- Log ----------------------------------------------------------------- commit 245b3b5a50890dac0c0adc4801e32bad4980d7ea Author: Stevan Bajic <st...@ba...> Date: Sat Aug 14 16:05:02 2010 +0200 Fix client to only send SIZE=n if the LMTP delivery destination has SIZE extension support MFM: 7 days Bug-ID: 3020344 Bug-Reported-By: noc4 <no...@us...> Security: none commit 645e3913ab928e46e73ed6d3f98fdf9e74d06b8e Author: Stevan Bajic <st...@ba...> Date: Sat Aug 14 13:45:50 2010 +0200 Adding new lead developer name (me) to README MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none commit ccce64e5e938f22c5c8b3b8367a3002b93c181be Author: Stevan Bajic <st...@ba...> Date: Sat Aug 14 13:44:08 2010 +0200 Documenting additional --deliver values MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 4 ++++ README | 23 ++++++++++++++++------- man/dspam.1 | 16 ++++++++++++---- src/agent_shared.h | 4 ++-- src/client.c | 49 ++++++++++++++++++++++++++++++++++++++++++++----- 5 files changed, 78 insertions(+), 18 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-12 06:47:58
|
- Log ----------------------------------------------------------------- commit ea659325f45ff00008e2d22ca359966f53020e24 Author: Stevan Bajic <st...@ba...> Date: Thu Aug 12 02:18:14 2010 +0200 Do not continue training with dspam_train if calling dspam_stats has failed MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none commit 6598defacd7fa3668827ff8f49dfd20c2359ff4a Author: Stevan Bajic <st...@ba...> Date: Thu Aug 12 01:55:37 2010 +0200 Do not allow --profile option for dspam_stats if trusted user security is active and user is not trusted MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 4 ++++ src/tools/dspam_stats.c | 10 +++++++++- src/tools/dspam_train.in | 14 +++++++++++++- 3 files changed, 26 insertions(+), 2 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-09 23:35:31
|
- Log ----------------------------------------------------------------- commit cc845b0a96ba561f1a249056bd13a5f90e405423 Author: Stevan Bajic <st...@ba...> Date: Tue Aug 10 01:34:32 2010 +0200 Print errors to stderr when using the helper tools MFM: 0 days Bug-ID: none Bug-Reported-By: Gary Funck <ga...@in...> Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ src/tools/dspam_2sql.c | 8 +++++++- src/tools/dspam_admin.c | 6 +++++- src/tools/dspam_clean.c | 8 +++++++- src/tools/dspam_dump.c | 7 ++++++- src/tools/dspam_merge.c | 9 +++++++-- src/tools/dspam_stats.c | 8 +++++++- 7 files changed, 41 insertions(+), 7 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-09 21:56:29
|
- Log ----------------------------------------------------------------- commit 4f17b4a60dc43310e61d0ced15bf32e00daa7288 Author: Stevan Bajic <st...@ba...> Date: Mon Aug 9 23:55:47 2010 +0200 Changing error message to ERR_DRV_INIT for the helper tools when there is a problem loading the storage driver MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none commit e215a6d418acf374dff00c999c2777b3915ff18f Author: Stevan Bajic <st...@ba...> Date: Mon Aug 9 23:54:31 2010 +0200 Fix hang/segmentation fault in dspam_2sql when no StorageDriver is selected AND no storage dirver is statically linked# All tags are optional. Your actual commit message goes ABOVE this line. MFM: 0 days Bug-ID: none Bug-Reported-By: Gary Funck <ga...@in...> Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 4 ++++ src/tools/dspam_2sql.c | 8 ++++++-- src/tools/dspam_admin.c | 4 ++-- src/tools/dspam_clean.c | 4 ++-- src/tools/dspam_dump.c | 4 ++-- src/tools/dspam_merge.c | 4 ++-- src/tools/dspam_stats.c | 4 ++-- 7 files changed, 20 insertions(+), 12 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-09 21:34:03
|
- Log ----------------------------------------------------------------- commit 8e54d084665083aedefc8156d35af1779c8f493e Author: Stevan Bajic <st...@ba...> Date: Mon Aug 9 23:32:52 2010 +0200 Fix hang/segmentation fault when no StorageDriver is selected AND no storage driver is statically linked MFM: 0 days Bug-ID: none Bug-Reported-By: Gary Funck <ga...@in...> Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ src/libdspam.c | 7 +++++-- src/tools/dspam_admin.c | 8 ++++++-- src/tools/dspam_clean.c | 8 ++++++-- src/tools/dspam_dump.c | 8 ++++++-- src/tools/dspam_merge.c | 8 ++++++-- src/tools/dspam_stats.c | 8 ++++++-- 7 files changed, 37 insertions(+), 12 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-06 21:38:26
|
- Log ----------------------------------------------------------------- commit 2a3d12339cc3e6ad0d3ed8c44b3e90dba1a40b5f Author: Stevan Bajic <st...@ba...> Date: Fri Aug 6 23:37:40 2010 +0200 Fix logical error/typo in last commit MFM: 7 days Bug-ID: none Bug-Reported-By: <web...@im...> Security: ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ src/dspam.c | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-06 17:30:34
|
- Log ----------------------------------------------------------------- commit 390ac1e57c130caf7467f7eceb5f2e108e242fba Author: Stevan Bajic <st...@ba...> Date: Fri Aug 6 19:24:17 2010 +0200 Fix broken appending of message (the old code removed all lines with a single \n from the message) to quarantine (mbox file) MFM: 7 days Bug-ID: none Bug-Reported-By: <web...@im...> Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ src/dspam.c | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-06 00:24:53
|
- Log ----------------------------------------------------------------- commit 2e966b15aadc480eee984f01492bb5fb20625b6a Author: Stevan Bajic <st...@ba...> Date: Fri Aug 6 01:59:00 2010 +0200 Exit dspam_admin with proper return code MFM: 0 days Bug-ID: none Bug-Reported-By: Tom Hendrikx <to...@wh...> Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 + src/tools/dspam_admin.c | 92 +++++++++++++++++++++++++---------------------- 2 files changed, 51 insertions(+), 43 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-04 22:06:23
|
- Log ----------------------------------------------------------------- commit 9611cbb2fc84f45e6c47e1139fa7edb110fa92d3 Author: Stevan Bajic <st...@ba...> Date: Thu Aug 5 00:05:55 2010 +0200 Fixing typo from last commit MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ src/pgsql_drv.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-04 21:57:29
|
- Log ----------------------------------------------------------------- commit 1e5e975eba9fd16073cb0f8f667644a6f5b7cdff Author: Stevan Bajic <st...@ba...> Date: Wed Aug 4 23:57:00 2010 +0200 Declare signature data to be escaped in PostgreSQL driver MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ src/pgsql_drv.c | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-04 21:46:19
|
- Log ----------------------------------------------------------------- commit 8a9f594f7e7b517f10b30f614cc9c8f1e0664c2a Author: Stevan Bajic <st...@ba...> Date: Wed Aug 4 23:12:29 2010 +0200 Setting query buffer size inside functions to be equal with the one used in the PostgreSQL driver MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none commit ccfbd06067ba4695e2b5738963f0f7e6110d6287 Author: Stevan Bajic <st...@ba...> Date: Wed Aug 4 23:03:03 2010 +0200 Remove useless (double) encoding/escaping and one memory allocation issue in PostgreSQL driver MFM: 7 days Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 4 ++ src/mysql_drv.c | 18 ++++---- src/pgsql_drv.c | 140 +++++++++---------------------------------------------- 3 files changed, 35 insertions(+), 127 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-04 12:24:53
|
- Log ----------------------------------------------------------------- commit b8ebed843983a3efaf9e325e38d4a2276b2c2bcf Author: Stevan Bajic <st...@ba...> Date: Wed Aug 4 14:18:55 2010 +0200 Fix a crash in the PostgreSQL driver (corrupted double-linked free) MFM: 0 days Bug-ID: 3039020 Bug-Reported-By: Tom Hendrikx <why...@us...> Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ src/pgsql_drv.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-04 09:08:58
|
- Log ----------------------------------------------------------------- commit 81837a8aabae53df78b6833e043e488a078a86f1 Author: Stevan Bajic <st...@ba...> Date: Wed Aug 4 11:06:51 2010 +0200 Use '--defaults-file' instead of '--defaults-extra-file' in maintenance script MFM: 0 days Bug-ID: 3018940 Bug-Reported-By: Vitauts Stocka <vi...@us...> Security: none commit 78eeb02bcefae4989c3b9c156e9c5c6fa253194c Author: Stéphane Berthelot <sbe...@us...> Date: Wed Aug 4 01:59:21 2010 +0200 Fixing double encoding of signature data in PostgreSQL driver MFM: 7 days Bug-ID: 3023888 Bug-Reported-By: Stéphane Berthelot <sbe...@us...> Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 4 ++++ contrib/dspam_maintenance/dspam_maintenance.sh | 4 ++-- src/pgsql_drv.c | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) hooks/post-receive -- dspam |
From: Stevan B. <sb...@us...> - 2010-08-03 11:00:00
|
- Log ----------------------------------------------------------------- commit 9dae44b44f921024f0813c337de4cf15e659ebb1 Author: Stevan Bajic <st...@ba...> Date: Tue Aug 3 12:59:22 2010 +0200 Fixing calculation of performance metric in Web-UI when using groups MFM: 0 days Bug-ID: none Bug-Reported-By: none Security: none ----------------------------------------------------------------------- Summary of changes: CHANGELOG | 2 ++ webui/cgi-bin/dspam.cgi | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) hooks/post-receive -- dspam |