Sorry if my question is stupid, but after reading README, may testing
and many google searches, group config still not clear for me...
I want the following behavior :
- a global classification group so new users will have a working
antispam immediatly
- individual quarantines
- training the global user with all users inoculation
I tried to put that in $DSPAM_HOME/group :
groupname:classification:*__default__
it works as expected, when a user is not old enough the user
__DEFAULT__ is used instead
now I try adding that line in $DSPAM_HOME/group for inoculation
groupinoc:inoculation:*__default__
Here's the strange thing, when I go in dspam.cgi history and change a
HAM to SPAM for user [EMAIL PROTECTED], both [EMAIL PROTECTED] and __DEFAULT__
is inoculated as expected, but if I do the opposite and change SPAM to
HAM, only [EMAIL PROTECTED] is inoculated, and nothing is done for
__DEFAULT__
Looking at dspam.debug I can see that --source=error is used, is that
normal ? How to solve this ?
fyi: I use MySQLUIDInSignature=on and a global alias for email-
inoculation, and I use version 3.6.8, maybe 3.8.0 solve this ?
Any help appreciated, thanks.