Hello all,
After I cleaned all data in DB using following method i really saw
that data started to collect from beginning. But all good messages are
now marked as [SPAM]for this user. I use dspam 3.6.0. Where mite be a
problem?
Please help.
>>
>> How to "reset" all data for a specific user, so his learning will
>> start from beginning?
>>
>> I use MySQL, for data storage.
>>
>> Will this be correct?
>>
>> mysql> show tables;
>> +------------------------+
>> | Tables_in_dspam |
>> +------------------------+
>> | dspam_neural_data |
>> | dspam_neural_decisions |
>> | dspam_preferences |
>> | dspam_signature_data |
>> | dspam_stats |
>> | dspam_token_data |
>> | dspam_virtual_uids |
>> +------------------------+
>> 7 rows in set (0.00 sec)
>>
>>
>> mysql> select * from dspam_virtual_uids where username='glynyana';
>> +-----+----------+
>> | uid | username |
>> +-----+----------+
>> | 37 | glynyana |
>> +-----+----------+
>> 1 row in set (0.00 sec)
>>
>>
>> then for each table
>> mysql> delete from dspam_neural_data where uid='37';
>>
>>
>> right ?
>> + rm -r /var/dspam/data/$username
Tnx
-- Best regards. Mazaj. mailto:rassylkaformazaj@ukr.netReceived on Tue Nov 15 13:13:34 2005
This archive was generated by hypermail 2.1.8 : Wed Nov 16 2005 - 00:00:00 EST