Hi! I have seen a couple of requests for reading the auto-whitelist file in plain text. You can use at least two database formats, but this command worked for me:
dbmmanage auto-whitelist view See man dbmmanage for more info (available in most Linux distributions). It is written to "Create and update user authentication files in DBM format". Example of output: [EMAIL PROTECTED]|ip=152.52|totscore:16.034 [EMAIL PROTECTED]|ip=219.133|totscore:7.476 [EMAIL PROTECTED]|ip=212.199:1 [EMAIL PROTECTED]|ip=203.200|totscore:22.434 [EMAIL PROTECTED]|ip=219.81|totscore:14.895 ip=219.81 means that the IP address begins with 219.81. Surely there is a better way, but nobody seems to be willing to post it... /Fredrik