Hi,
I've been trying to diagnose a problem where whenever I try
to reclassify a message, I always get an error that says
"Unable to find a valid signature".
I use virtual uids with mysql, and I have the uid 65534
mapped to a certain user. The reason I get the error is that
I'm passing in "--user root" instead of the correct user that
is mapped to 65534. If I pass in the correct user, then dspam
does not complain, everything works well.
Does the user "root" have a mysql uid ?
You MUST use an user that is (already) present in the dspam users table.
Dspam uses that user first, then switches to the correct user (the one
found in signature).
Great! That was it... I just needed to add 'root' to the dspam_virtual_uids.
Thanks
Ricardo