As I see, abuse_tot must change so SENDER_THROTTLE_AUTOBLACKLIST could 
work...

....

atol(mysqlchar_array[fd][14]), /* abuse_tot */

....

if(SENDER_THROTTLE_AUTOBLACKLIST == 1)
{
if(atol(mysqlchar_array[fd][14]) >= 
SENDER_THROTTLE_AUTOBLACKLIST_NUMBER-1) /* _abuse_tot */
{
int expire=0;



Cami Sardinha ?????:
> Artem Bokhan wrote:
>   
>> Quota works but  _abuse_tot doen't change.
>>     
>
> It does change.
>
>   
>> Can somebody point me the reason of such behavior?
>>     
>
> _abuse_tot counts the number of times a specific
> email address / domain has been blacklisted.
>
> This is used for internal Policyd use only.
>
> Cami
>
> -------------------------------------------------------------------------
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services
> for just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> policyd-users mailing list
> policyd-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/policyd-users
>   


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to