Hi,
I am finally getting SpamAssassin working for my JunkMail with SPAMC32
(0.5.57) calling SPAMD from a Linux box.  With training of the Bayesian
databases well underway I am seeing significantly more SPAM being caught.
However, I'd like to verify the way the SPAMASSASSIN entry in the Declude
global.cfg works.  Here is what I had originally:

SPAMASSASSIN        external    nonzero
"c:\imail\declude\filters\spamc32\spamc32.exe -u spamd -d <IP of SPAMD
server> -cw %WEIGHT% -sw 10 -y -f" 10  0

This works fine, but the weight of 10 then assumes all SpamAssassin
identified messages are SPAM since Declude considers 10 the score for SPAM.
So I thought I'd use the -e option for SPAMC32 to pass the actual SA score
to Declude to possibly minimize false positives.

Here is the line I have now:

SPAMASSASSIN        external    nonzero
"c:\imail\declude\filters\spamc32\spamc32.exe -u spamd -d <IP of SPAMD
server> -e -cw %WEIGHT% -sw 10 -y -f"

Is this correct usage?  By using -e and dropping the weights at the end of
the command line does this then pass the SA weight for Declude to apply to
the total weight?  I think this is what's happening now, but wanted to check
with someone who has used this for a while and knows it better than I do.

Thanks,
Geoff

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.JunkMail".  The archives can be found
at http://www.mail-archive.com.

Reply via email to