Re[2]: [dspam-users] Problem with training when Dspam used as a Postfix content_filter

From: <rassylkaformazaj@ukr.net>
Date: Tue Oct 25 2005 - 04:36:58 EDT

>>
>> mysql> use dspam;
>> mysql> insert into dspam_virtual_uids values (0,'root');

AG> It doesn't need anything to do with the root user. If I read the docs
AG> well, Dspam "switches" users after detecting the signature.

yes but turn on debugging mode on dspam and mysql. you will see that
dspam first do select for root... and only after this - switching the
user.

AG> From the README:
AG> ---cut---
AG> The 'root' user represents any existing user on the system. It is
AG> necessary to supply a username on the commandline or DSPAM will bail on
AG> an error, however the user will be changed internally once the signature
AG> is read.
AG> ---cut---

AG> According to the logs, Dspam detects the signature but somehow it still
AG> tries to fetch data for user root.

AG> Gabor

JUST TRY TO DO!!!

mysql> use dspam;
mysql> insert into dspam_virtual_uids values (0,'root');

I have this working properly. if you'll continue having problems show
all you logs here.

-- 
Best regards. Mazaj.
mailto:rassylkaformazaj@ukr.net
Received on Tue Oct 25 04:38:58 2005

This archive was generated by hypermail 2.1.8 : Wed Oct 26 2005 - 00:00:01 EDT