Policyd-1.82 -> throttle_sasl.c  -> line 191;

>       triplet_array[fd][1]);


We're using policyd solely for throttle by sasl_username. Checking through
logs for an unrelated issue I noticed;

>DEBUG: fd: 7 db_doquery(): UPDATE throttle SET _abuse_cur=1 WHERE
_from='[EMAIL PROTECTED]'
>DEBUG: fd: 6 db_doquery(): UPDATE throttle SET _abuse_cur=1 WHERE
_from='[EMAIL PROTECTED]'

There are many more like these 

This _from value doesn't exist in our table since _from is using
sasl_username not envelope from.

Am I right in thinking this should actually be set to triplet_array[fd][4]);
(sasl_username) ?

Feel free to correct me if I'm overlooking something.. 

-Jon



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to