- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 95 ++++
RELEASE.NOTES | 85 ++--
contrib/README | 24 +
contrib/dspam_maintenance/README | 1 +
contrib/dspam_maintenance/dspam_maintenance.sh | 529 +++++++++++++++++++
contrib/lotus_notes/README | 1 +
contrib/lotus_notes/libDSPAMReporting.lss | 347 +++++++++++++
contrib/plugins/dspam-thunderbird-extension.xpi | Bin 0 -> 47155 bytes
contrib/plugins/thunderbird/Makefile | 9 +
contrib/plugins/thunderbird/README | 28 +
contrib/plugins/thunderbird/TODO | 2 +
contrib/plugins/thunderbird/chrome.manifest | 8 +
.../thunderbird/chrome/content/contents.rdf | 32 ++
.../plugins/thunderbird/chrome/content/dspam.js | 243 +++++++++
.../thunderbird/chrome/content/messenger.xul | 35 ++
.../plugins/thunderbird/chrome/content/options.js | 226 ++++++++
.../plugins/thunderbird/chrome/content/options.xul | 240 +++++++++
.../plugins/thunderbird/chrome/content/toolbar.xul | 7 +
.../thunderbird/chrome/locale/de-DE/contents.rdf | 18 +
.../thunderbird/chrome/locale/de-DE/dspam.dtd | 44 ++
.../chrome/locale/de-DE/dspam.properties | 37 ++
.../thunderbird/chrome/locale/en-US/contents.rdf | 18 +
.../thunderbird/chrome/locale/en-US/dspam.dtd | 44 ++
.../chrome/locale/en-US/dspam.properties | 37 ++
.../thunderbird/chrome/locale/pt-PT/contents.rdf | 18 +
.../thunderbird/chrome/locale/pt-PT/dspam.dtd | 42 ++
.../chrome/locale/pt-PT/dspam.properties | 37 ++
.../plugins/thunderbird/chrome/skin/contents.rdf | 18 +
.../chrome/skin/dspam-logo-eyes-small.gif | Bin 0 -> 3557 bytes
.../chrome/skin/dspam-logo-eyes-transp-small.png | Bin 0 -> 1533 bytes
.../thunderbird/chrome/skin/dspam-logo-eyes.gif | Bin 0 -> 30241 bytes
.../thunderbird/chrome/skin}/dspam-logo-small.gif | Bin 4792 -> 4792 bytes
.../thunderbird/chrome/skin/dspam-logo-text.gif | Bin 0 -> 4241 bytes
.../plugins/thunderbird/chrome/skin/dspam-logo.gif | Bin 4792 -> 4792 bytes
contrib/plugins/thunderbird/chrome/skin/dspam.css | 36 ++
.../thunderbird/chrome/skin/report-spam-orig.png | Bin 0 -> 5208 bytes
.../thunderbird/chrome/skin/reportham-large.png | Bin 0 -> 1268 bytes
.../thunderbird/chrome/skin/reportham-small.png | Bin 0 -> 1339 bytes
.../thunderbird/chrome/skin/reportspam-large.png | Bin 0 -> 1379 bytes
.../thunderbird/chrome/skin/reportspam-small.png | Bin 0 -> 1038 bytes
contrib/plugins/thunderbird/install.rdf | 41 ++
contrib/plugins/thunderbird/license.txt | 12 +
doc/pop3filter.txt | 6 +-
doc/postfix.txt | 45 ++
src/Makefile.am | 21 +-
src/agent_shared.c | 2 +-
src/agent_shared.h | 2 +-
src/base64.c | 8 +-
src/config_shared.c | 4 +-
src/decode.c | 110 ++--
src/decode.h | 22 +-
src/dspam.c | 542 ++++++++++----------
src/hash_drv.c | 36 +-
src/heap.c | 5 +-
src/language.h | 1 +
src/libdspam.c | 16 +-
src/libdspam.h | 4 +-
src/list.c | 4 +-
src/mysql_drv.c | 203 +++-----
src/mysql_drv.h | 6 +-
src/pgsql_drv.c | 13 +-
src/pref.c | 6 +-
src/read_config.h | 2 +-
src/tokenizer.c | 9 +-
src/tools.hash_drv/Makefile.am | 24 +-
src/tools.hash_drv/cssclean.c | 4 +-
src/tools.hash_drv/csscompress.c | 5 +-
src/tools.hash_drv/cssconvert.c | 5 +-
src/tools.pgsql_drv/dspam_pg2int8.c | 5 +-
src/util.c | 9 +-
src/util.h | 4 +-
webui/cgi-bin/admin.cgi | 131 ++++-
webui/cgi-bin/admingraph.cgi | 16 +-
webui/cgi-bin/configure.pl.in | 45 ++-
webui/cgi-bin/dspam.cgi | 33 +-
webui/cgi-bin/templates/nav_admin_status.html | 29 +-
webui/htdocs/base.css | 5 +
77 files changed, 3076 insertions(+), 620 deletions(-)
create mode 100644 contrib/README
create mode 100644 contrib/dspam_maintenance/README
create mode 100755 contrib/dspam_maintenance/dspam_maintenance.sh
create mode 100644 contrib/lotus_notes/README
create mode 100644 contrib/lotus_notes/libDSPAMReporting.lss
create mode 100644 contrib/plugins/dspam-thunderbird-extension.xpi
create mode 100644 contrib/plugins/thunderbird/Makefile
create mode 100644 contrib/plugins/thunderbird/README
create mode 100644 contrib/plugins/thunderbird/TODO
create mode 100644 contrib/plugins/thunderbird/chrome.manifest
create mode 100644 contrib/plugins/thunderbird/chrome/content/contents.rdf
create mode 100644 contrib/plugins/thunderbird/chrome/content/dspam.js
create mode 100644 contrib/plugins/thunderbird/chrome/content/messenger.xul
create mode 100644 contrib/plugins/thunderbird/chrome/content/options.js
create mode 100644 contrib/plugins/thunderbird/chrome/content/options.xul
create mode 100644 contrib/plugins/thunderbird/chrome/content/toolbar.xul
create mode 100644 contrib/plugins/thunderbird/chrome/locale/de-DE/contents.rdf
create mode 100644 contrib/plugins/thunderbird/chrome/locale/de-DE/dspam.dtd
create mode 100644 contrib/plugins/thunderbird/chrome/locale/de-DE/dspam.properties
create mode 100644 contrib/plugins/thunderbird/chrome/locale/en-US/contents.rdf
create mode 100644 contrib/plugins/thunderbird/chrome/locale/en-US/dspam.dtd
create mode 100644 contrib/plugins/thunderbird/chrome/locale/en-US/dspam.properties
create mode 100644 contrib/plugins/thunderbird/chrome/locale/pt-PT/contents.rdf
create mode 100644 contrib/plugins/thunderbird/chrome/locale/pt-PT/dspam.dtd
create mode 100644 contrib/plugins/thunderbird/chrome/locale/pt-PT/dspam.properties
create mode 100644 contrib/plugins/thunderbird/chrome/skin/contents.rdf
create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-eyes-small.gif
create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-eyes-transp-small.png
create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-eyes.gif
copy {webui/htdocs => contrib/plugins/thunderbird/chrome/skin}/dspam-logo-small.gif (100%)
mode change 100755 => 100644
create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam-logo-text.gif
copy webui/htdocs/dspam-logo-small.gif => contrib/plugins/thunderbird/chrome/skin/dspam-logo.gif (100%)
mode change 100755 => 100644
create mode 100644 contrib/plugins/thunderbird/chrome/skin/dspam.css
create mode 100644 contrib/plugins/thunderbird/chrome/skin/report-spam-orig.png
create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportham-large.png
create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportham-small.png
create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportspam-large.png
create mode 100644 contrib/plugins/thunderbird/chrome/skin/reportspam-small.png
create mode 100644 contrib/plugins/thunderbird/install.rdf
create mode 100644 contrib/plugins/thunderbird/license.txt
hooks/post-receive
--
dspam
|