> Is there a way to ensure that the SPAMC32 weight passed to JM > doesn't go negative?
This concept is tricky if you're using the "external weight" test type, since Declude "plays dumb" with the return code and SPAMC32 does not currently have a switch to zero out negative return codes (though it's a good suggestion). I can think of a good workaround, though. If you're using -et 10 (which maxes out the positive return code at 10), this means you will have a limited number of positive conditions, so you could just define the test 10 times (Declude will only run the exe once, don't worry) as an "external <code>" test type, like so: SA1 external 1 "spamc32.exe blah blah blah" 1 0 SA2 external 2 "spamc32.exe blah blah blah" 2 0 SA3 external 3 "spamc32.exe blah blah blah" 3 0 SA4 external 4 "spamc32.exe blah blah blah" 4 0 ... SA10 external 10 "spamc32.exe blah blah blah" 10 0 The external <code> tells Declude to look for a specific return code, rather than just nonzero, so this is a way to get negatives out of the picture. There are some combinations of the SPAMC32 switches which do not work as efficiently as everyone would like (they all function as designed, mind you!), but work needs to be done to account for even more scenarios. Thanks for your patience and interest. --Sandy ------------------------------------ Sanford Whiteman, Chief Technologist Broadleaf Systems, a division of Cypress Integrated Systems, Inc. e-mail: [EMAIL PROTECTED] SpamAssassin plugs into Declude! http://www.imprimia.com/products/software/freeutils/SPAMC32/download/release/ Defuse Dictionary Attacks: Turn Exchange or IMail mailboxes into IMail Aliases! http://www.imprimia.com/products/software/freeutils/exchange2aliases/download/release/ http://www.imprimia.com/products/software/freeutils/ldap2aliases/download/release/ --- 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.
