X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=example%2Fpostlicyd.conf;h=d70a771566a0702ac42f08a55c41a9c19489824f;hb=ddf3e587c41536baad71de4008eafd64b8c00d58;hp=0fc5953bcf4bc20e25d1ede1d77a0ef50677aa03;hpb=8f968cb4add434c8eaf82c0d0891d5336ba4c93e;p=apps%2Fpfixtools.git diff --git a/example/postlicyd.conf b/example/postlicyd.conf index 0fc5953..d70a771 100644 --- a/example/postlicyd.conf +++ b/example/postlicyd.conf @@ -66,7 +66,7 @@ # Current defined filter types are: # - iplist: match the client_address against one or more blacklist files from a rbl # Parameters: -# - file: (non)?lock:weight:filename +# - file: (no)?lock:weight:filename # declare a file to load. If lock is given, the klist is locked into the # RAM. The weight is a number giving the weight of this blaclist file in the # score of the IP @@ -101,7 +101,7 @@ spamhaus_and_abuseat { # - strlist: match strings from the query against a list of list. # Parameters: -# - file: (non)?lock:(pre|suf)fix:weight:filename +# - file: (no)?lock:(pre|suf)fix:weight:filename # declare a file to load. If lock is given, the list is locked into the # RAM. Prefix/Suffix is a parameter to tell the matcher which is the most # efficient storage order. The strings are internally stored into a trie that @@ -121,6 +121,7 @@ spamhaus_and_abuseat { # are available in the protocol state you want to use this filter for. # * hostname fields: helo_name, client_name, reverse_client_name # * email fields: sender, recipient +# No space is allowed in this parameter. # Return value: # The score of a query is the sum of the weight of the list it matched. # - If the score is strictly greater >= than hard_threshold, returns hard_match