Home
last modified time | relevance | path

Searched refs:SENDER_THROTTLE_AUTOBLACKLIST_NUMBER (Results 1 – 5 of 5) sorted by relevance

/dports/mail/postfix-policyd-sf/policyd-1.82/
H A Dpolicyd.conf748 SENDER_THROTTLE_AUTOBLACKLIST_NUMBER=3
H A Dpolicyd.h158 int SENDER_THROTTLE_AUTOBLACKLIST_NUMBER; variable
H A Dthrottle_host.c193 if(atol(mysqlchar_array[fd][14]) >= SENDER_THROTTLE_AUTOBLACKLIST_NUMBER-1) /* _abuse_tot */ in throttle_host()
H A Dthrottle_from.c193 if(atol(mysqlchar_array[fd][14]) >= SENDER_THROTTLE_AUTOBLACKLIST_NUMBER-1) /* _abuse_tot */ in throttle_from()
H A Dgeneric.c427 SENDER_THROTTLE_AUTOBLACKLIST_NUMBER=atol(extract_array[0]); in read_conf()
794 …essage("config: sender throttle autoblacklist number> %d\n", SENDER_THROTTLE_AUTOBLACKLIST_NUMBER); in read_conf()