...
Permission flag | Description |
---|---|
global_delist | Global delisting permission (can use as delisting service for visitors) |
local_delist | Local delisting permission (server can delist self) |
dnsbl_update | Standard DNSBL ability to update data in the DNSBL (dnsbl.tornevall.org and bl.fraudbl.org) |
fraudbl_update | FraudBL Extended ability to update data in the fraudcommerce databasehandle fraudbl-commerce (this is not the regular bl.fraudbl.org resolver) |
can_purge | Special ability to purge hosts instead of marking them deleted in the database |
overwrite_flags | When sending new or updated data to DNSBL, clients can only add more flags to the host. This feature makes it possible to overwrite old flags |
allow_cidr | The usage of CIDR-blocks are normally not permitted by the DNSBL API, in more functions than listing them. This permission also opens up for usage in DELETE/UPDATE cases (in our local e-mail requests where support sometimes cover CIDR-block removals, this would help a lot). However, adding data with CIDR and different flags might be a problem (this permission does not exist in the API yet) |
overwrite_flags | When sending new or updated data to DNSBL, clients can only add more flags to the host. This feature makes it possible to overwrite old flags Not yet implemented |
DNSBL Version
The DNSBL system itself is still running on 5.0, it is only the API that communicates with the system that is actually changed.
...