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,...
--- ./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...
Compiling with PostgreSQL Driver fails due to syntax error when checking PostgreSQL version
configure fails with MariaDB 10.x: error: Unsupported version of MySQL (Missing CR_ERROR_FIRST)
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...
The dspam sqlite3_drv runs in auto_commit mode,...
Thirded.
DSPAM mark non-spam mail as SPAM. Why ?
Argh. I failed to read every reply. Edwin’s patch looks good, but to get it to work...
I just noticed this, too. When the daemon sends the body back to the client, it does...
Duplicate for https://sourceforge.net/p/dspam/bug-tracker/159/
Little memory leak fix in patch
These problem not solve on web-ui and perl side. For correct solve these we must...
These problem not solve on web-ui and perl side. For correct solve these we must...
UTF-8 encoding for decoded from base64
Respect --rcpt-to parameter for dspam client to daemon
The answer is simple: no one has taken the time to contribute code to include into...
Simple milter setup
Stevan: you accepted the bug. Any updates on this?
problem with email retraining
status: open --> closed
Original problem seems resolved, so closing. @David: maybe you need to add the running...
Confusing preference handling
status: open --> closed-wont-fix
While I do agree with you that the order ad applicability of the different storage...
WCONTINUED not defined on Hurd
status: open --> closed-accepted
cssclean: may read past the end of css files when corrupted
status: open --> closed-accepted
don't read past the end of css files
Define WCONTINUED and WIFCONTINUED if not defined
I would also like to see this feature.
My bad, the E prefix is indeed not necessary. PQescapeStringConn and PQescapeByteaConn...