Activity for DSPAM

  • VVD VVD posted a comment on ticket #174

    Also need this patch: --- configure.orig 2012-04-23 17:53:49 UTC +++ configure @@ -13614,6 +13614,13 @@ main () { int is_ok = 0; +#if defined(MARIADB_PACKAGE_VERSION) && defined(MARIADB_PACKAGE_VERSION_ID) && MARIADB_PACKAGE_VERSION_ID >= 30000 + size_t version; + if (mariadb_get_infov(NULL, MARIADB_CLIENT_VERSION_ID, &version) != 0) + version = mysql_get_client_version(); + if (version >= 50000) + is_ok = 1; +#else const char *info = mysql_get_client_info(); char *i = strdup(info); char *m = strtok(i,...

  • Eric Broch Eric Broch posted a comment on ticket #149

    --- ./src/dspam.c 2012-04-11 12:48:33.000000000 -0600 +++ ./src/dspam.new.c 2021-04-12 13:21:58.919951576 -0600 @@ -103,6 +103,40 @@ #define USE_SMTP (_ds_read_attribute(agent_config, "DeliveryProto") && !strcmp(_ds_read_attribute(agent_config, "DeliveryProto"), "SMTP")) #define LOOKUP(A, B) ((_ds_pref_val(A, "localStore")[0]) ? _ds_pref_val(A, "localStore") : B) +buffer * stuff_dot(char * message); +/ + buffer * stuff_dot(char * message); + + DESCRIPTION + Stuff '.' where necessary for SMTP Protocol...

  • David Reagan David Reagan created ticket #175

    Compiling with PostgreSQL Driver fails due to syntax error when checking PostgreSQL version

  • Vikash Badal Vikash Badal created ticket #174

    configure fails with MariaDB 10.x: error: Unsupported version of MySQL (Missing CR_ERROR_FIRST)

  • Sergey Kazurov Sergey Kazurov posted a comment on ticket #149

    Faced a similar problem. We use dspam (3.10.2_3 freebsd version) together with exim. Checking messages is as follows command = "/usr/local/bin/dspam --innocent --user $local_part@domain -- %u" Some clients send us messages with attachments from the Outlook 2010 and when the message comes out of the dspam it turns out to be cut off because of the dot symbol at line 3794. Those, the byte stuffing is not applied correctly. As a result, the recipient does not help to open the letter correctly. The source...

  • Stevan Bajic Stevan Bajic committed [f53478]

    The dspam sqlite3_drv runs in auto_commit mode,...

  • panda panda posted a comment on ticket #72

    Thirded.

  • salva_savia salva_savia created ticket #173

    DSPAM mark non-spam mail as SPAM. Why ?

  • James Cloos James Cloos posted a comment on ticket #149

    Argh. I failed to read every reply. Edwin’s patch looks good, but to get it to work...

  • James Cloos James Cloos posted a comment on ticket #149

    I just noticed this, too. When the daemon sends the body back to the client, it does...

  • Aleksey Volkov Aleksey Volkov posted a comment on ticket #73

    Duplicate for https://sourceforge.net/p/dspam/bug-tracker/159/

  • Aleksey Volkov Aleksey Volkov posted a comment on ticket #73

    Little memory leak fix in patch

  • Aleksey Volkov Aleksey Volkov modified a comment on ticket #35

    These problem not solve on web-ui and perl side. For correct solve these we must...

  • Aleksey Volkov Aleksey Volkov posted a comment on ticket #35

    These problem not solve on web-ui and perl side. For correct solve these we must...

  • Aleksey Volkov Aleksey Volkov created ticket #73

    UTF-8 encoding for decoded from base64

  • Thomas Preud'homme Thomas Preud'homme created ticket #172

    Respect --rcpt-to parameter for dspam client to daemon

  • Stevan Bajic Stevan Bajic posted a comment on ticket #171

    The answer is simple: no one has taken the time to contribute code to include into...

  • Josef Kufner Josef Kufner created ticket #171

    Simple milter setup

  • Tom Hendrikx Tom Hendrikx posted a comment on ticket #161

    Stevan: you accepted the bug. Any updates on this?

  • Tom Hendrikx Tom Hendrikx modified ticket #162

    problem with email retraining

  • Tom Hendrikx Tom Hendrikx posted a comment on ticket #162

    status: open --> closed

  • Tom Hendrikx Tom Hendrikx posted a comment on ticket #162

    Original problem seems resolved, so closing. @David: maybe you need to add the running...

  • Tom Hendrikx Tom Hendrikx modified ticket #167

    Confusing preference handling

  • Tom Hendrikx Tom Hendrikx posted a comment on ticket #167

    status: open --> closed-wont-fix

  • Tom Hendrikx Tom Hendrikx posted a comment on ticket #167

    While I do agree with you that the order ad applicability of the different storage...

  • Tom Hendrikx Tom Hendrikx modified ticket #169

    WCONTINUED not defined on Hurd

  • Tom Hendrikx Tom Hendrikx posted a comment on ticket #169

    status: open --> closed-accepted

  • Tom Hendrikx Tom Hendrikx modified ticket #170

    cssclean: may read past the end of css files when corrupted

  • Tom Hendrikx Tom Hendrikx posted a comment on ticket #170

    status: open --> closed-accepted

  • Tom Hendrikx Tom Hendrikx committed [2cf2f2]

    don't read past the end of css files

  • Tom Hendrikx Tom Hendrikx committed [08d001]

    Define WCONTINUED and WIFCONTINUED if not defined

  • devurandom devurandom posted a comment on ticket #72

    I would also like to see this feature.

  • Thomas Preud'homme Thomas Preud'homme posted a comment on ticket #141

    My bad, the E prefix is indeed not necessary. PQescapeStringConn and PQescapeByteaConn...

1