Giampaolo Tomassoni wrote:
> No answer to this?
> 
> Is this the wrong list to ask code details?

I thought I saw an answer to this already....maybe I was mistaken.

> 
> Thanks,
> 
> giampaolo
> 
> From: Giampaolo Tomassoni [mailto:[EMAIL PROTECTED]
>> What is $self->_userid in seen_put() and the like?

_userid is a private variable, generally anything that starts with an
underscore is a private variable.

>>
>> The uid of the process running SpamAssassing (i.e.: amavis) or 
>> the message destinating user?
>>
>> If the first, how can I get the message destinating user from 
>> subclasses of BayesStore/SQL.pm? I mean, in many SQL.pm functions 
>> it seems to me that the context about the message under process 
>> is not available. I would need to get the destinating mailbox 
>> (thereby the destinating user). Is there any way to obtain this?
>>

The internal userid value for BayesStore/SQL implementations is either
a) the username that spamassassin is currently running as or b) the
value of the bayes_sql_override_username if set.

The username value is set either at SpamAssassin object creation time or
if you are running spamd/spamc whatever is passed via -u in spamc.

Michael

>> Thanks,
>>
>> -----------------------------------
>> Giampaolo Tomassoni - IT Consultant
>> Piazza VIII Aprile 1948, 4
>> I-53044 Chiusi (SI) - Italy
>> Ph: +39-0578-21100
>>
>> MAI inviare una e-mail a:
>> NEVER send an e-mail to:
>>  [EMAIL PROTECTED]
>>
> 

Reply via email to