-- DNSBL reconf['DNSBL_RBL_MTA_ORG_UA_HELO'] = 'X-Warn-DNSBL=/\\d+\\.\\d+\\.\\d+\\.\\d+ is in a black list at helo\\.rbl\\.mta\\.org\\.ua/X' reconf['DNSBL_RBL_MTA_ORG_UA_RCPT'] = 'X-Warn-DNSBL=/\\d+\\.\\d+\\.\\d+\\.\\d+ is in a black list at rcpt\\.rbl\\.mta\\.org\\.ua/X' reconf['DNSBL_RBL_MTA_ORG_UA_MAIL'] = 'X-Warn-DNSBL=/\\d+\\.\\d+\\.\\d+\\.\\d+ is in a black list at mail\\.rbl\\.mta\\.org\\.ua/X' metrics['default']['DNSBL_RBL_MTA_ORG_UA_HELO'] = { weight = 8.0, description = 'rbl.mta.org.ua: sender host address is on helo blacklist' } metrics['default']['DNSBL_RBL_MTA_ORG_UA_RCPT'] = { weight = 4.0, description = 'rbl.mta.org.ua: sender host address is on rcpt blacklist' } metrics['default']['DNSBL_RBL_MTA_ORG_UA_MAIL'] = { weight = 4.0, description = 'rbl.mta.org.ua: sender host address is on mail blacklist' }