Hi there,

I'm building an email server to make antispam/virus gateway.
It catches the message to filter and send to another server(imap).

My configuration is something like that:
[mx postfix] ---> [dspam] ---> [mx postfix] ---> [imap server]

Follow the configuration files:

dspam.conf: http://dpaste.com/1056373/
postfix/master.cf: http://dpaste.com/1056380/

I know that a new dspam implementation all of messages is tagged with 
"X-DSPAM-Result: Innocent", but I've seen in most howtos asking to put in 
postfix master.cf:
flags=Ru user=dspam argv=/usr/bin/dspam --deliver=innocent ...
So if I recieve an older trained spam message? Will It tagged with Innocente 
again? Is it correct? When dspam will tag with spam?

I'd like to configure every report in the same user, but with this 
configuration I have a lot of users and only one user to retrain: 
s...@mydomain.com.
How dspam works when the message comes to each user and the report false 
positive and fasle negative to another user?

ro...@mydomain.com
    TP:     0 TN:    13 FP:     0 FN:     0 SC:     0 NC:     0
ron...@anotherdomain.com
    TP:     0 TN:     2 FP:     0 FN:     0 SC:     0 NC:     0
s...@anotherdomain.com
    TP:     0 TN:     2 FP:     0 FN:     0 SC:     0 NC:     0
sa...@anotherdomain.com
    TP:     0 TN:     1 FP:     0 FN:     0 SC:     0 NC:     0
s...@mydomain.com
    TP:     0 TN:     8 FP:     0 FN:     0 SC:     0 NC:     0
she_w...@anotherdomain.com
    TP:     0 TN:     8 FP:     0 FN:     0 SC:     0 NC:     0
s...@mydomain.com
    TP:    32 TN:     0 FP:     0 FN:     7 SC:     0 NC:     0
s...@anotherdomain.com
    TP:   398 TN:     0 FP:     0 FN:     7 SC:     0 NC:     0
spamt...@mydomain.com
    TP:     0 TN:    28 FP:     0 FN:     0 SC:     0 NC:     0
sch...@mydomain.com
    TP:     0 TN:     4 FP:     0 FN:     0 SC:     0 NC:     0
supp...@mydomain.com
    TP:     0 TN:    76 FP:     0 FN:     0 SC:     0 NC:     0
supp...@anotherdomain.com
    TP:     0 TN:     2 FP:     0 FN:     0 SC:     0 NC:     0
sy...@mydomain.com
    TP:     0 TN:    86 FP:     0 FN:     0 SC:     0 NC:     0
t...@mydomain.com
    TP:     0 TN:    12 FP:     0 FN:     0 SC:     0 NC:     0

Best regards,

Alfredo

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to