-
For the fix of the RBL Lookup you mean something like that here:
--- src/dspam.c 2006-12-12 16:33:45.000000000 +0100
+++ src/dspam.new.c 2007-12-04 00:46:24.873748650 +0100
@@ -3713,7 +3713,7 @@
while(ptr != NULL && i>=0 && i
2009-03-19 00:39:43 UTC in dspam
-
Add multiple RBL/RHBL and/or RWL/RHWL lookups to DSPAM. It would be great if one could group them together and give each lookup or a group of lookups some weighting. Perfect would be as well to allow different results to be evaluated (aka: 127.0.0.1, 127.0.0.2, etc.. and each of them with different weighting).
2009-01-22 01:34:49 UTC in dspam
-
Currently DSPAM allows to have negative statistical data. Aka: negative TP, TN, FP, FN, SC, NC and TL values. This should be fixed and if possible extended to use unsigned long or even bigger.
2009-01-22 00:25:01 UTC in dspam
-
Currently DSPAM uses signed integer for maintaining UID's of users. This limits DSPAM to +/- 32K users. It would be better to change that to a higher number. Even using unsigned integer would be better but I would prefer if we could push that to unsigned long or even higher.
2009-01-22 00:23:07 UTC in dspam
-
Would be perfect if we would have a switch or option to let DSPAM learn a message as ham or inoculate the message as ham. Could be used on a MTA where every OUTBOUND message coming from user A should flow into DSPAM and learned/inoculated as ham if needed.
For example:
user A sends message to user B,C and D --[message goes into MTA]--> MTA --[message goes into DSPAM]--> DSPAM --[DSPAM checks...
2009-01-22 00:02:50 UTC in dspam
-
Add option to allow DSPAM to learn a whitelisted message as ham.
- Message would be whitelisted in DSPAM for a user A (because the sender of the message is whitelisted)
- User A or a global option is set to learn whitelisted messages as ham if the message would be normally classified as spam
Ideal would be if such a option could be turned on/off on user level and on a global level (in...
2009-01-21 23:56:21 UTC in dspam
-
Add ignoreRBLLookups with on/off flags as an user preference.
2009-01-21 23:51:06 UTC in dspam
-
Add RBLInoculate with on/off flags as an user preference.
2009-01-21 23:50:25 UTC in dspam
-
Hallo all
I have on one system Postfix.Admin 2.1.0 with a bunch of own made patches. Anyway... I saw the new version of Postfix.Admin and give it a try. It looks nice but I miss one thing I had in 2.1.0. I miss the possibility to define something like "smtp:[127.0.0.1:10025]" or "smtp:other.domain.tld" as transport. The new version just allows me to select from a...
2009-01-08 20:36:03 UTC in Postfix Admin
-
The fix would be to change file src/gui/i18n/German.lng and
change:
FRAGMENTED = defragmentiert
to:
FRAGMENTED = fragmentiert.
2008-12-27 23:05:18 UTC in UltraDefrag