benningm / mtpolicyd

a modular policy daemon for postfix
21 stars 3 forks source link

Equivalent of RBLAction for DBL #34

Open seanlynch opened 5 years ago

seanlynch commented 5 years ago

DKIMwl.org crams a bunch of information into its responses and acts as both a whitelist and a blacklist. There doesn't seem to be an obvious way in mtpolicyd to take different actions depending on the response that comes back, so I can't use dkimwl.org with mtpolicyd.

An equivalent to RBLAction called DBLAction seems like the cleanest way to handle something like this; just allow specification of the scores for the different domains in DBLAction along with the regular expression, and change the default scores to empty in the DBL plugin.

Thanks!

https://www.dkimwl.org/usage

benningm commented 5 years ago

This sounds intresting and should be easy to implement.

Regarding dkimwl.org: There is no info who is behind this service and what community is maintaining the list. Also no way how i can get my own domains categorized.