Hello, as mentioned in an earlier posting, I'm setting up some mailservers to use dspam, with mysql as backend.
I'm using one shared group, with the "global" user as parent, like this: global:shared:* I've set the learning mode in dspam.conf to toe, and these are the preferences for the users: | mysql> select * from dspam_preferences; | +-----+--------------+-------+ | | uid | preference | value | | +-----+--------------+-------+ | | 11 | optin | on | | | 11 | trainingMode | toe | | | 13 | optin | on | | +-----+--------------+-------+ | 3 rows in set (0.00 sec) (uid 11 is the global user, and the other one is the one I'm sending ham/spam to) I've done some initial training of the global user, and dspam seems to work as expected when sending mail to myself (uid 13). My problem is that when dspam misses spam, and I want to notify dspam about the errors, it does not work. This is the command I am using: ~# dspam --user global --class=spam --source=error --signature=11,45ffaeec41871548770753 I see no change in dspam_stats, and I cannot see any improvement in how dspam filters the spam messages, either. Anyone on the list who could offer some tips? -- Erland Nylend
