Hello everybody,
I am trying to use the function dspam_create() to create a user whithin a group
example:
...
dspam_create (user, "shared", NULL, DSM_PROCESS, DSF_NOISE);
OR
dspam_create (user, "INOCULATION", NULL, DSM_PROCESS, DSF_NOISE);
...
but when I send an e-mail to the user,
the user is not created in the database,
but the group is.
is there a way to create both user and group in the database?
and the user have its own dictionary and also use the group dictionary?
---
Luis Fernando Felippe