We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625f9a5 commit 30fe6f9Copy full SHA for 30fe6f9
src/operators/rbl.h
@@ -71,9 +71,9 @@ class Rbl : public Operator {
71
m_demandsPassword = true;
72
m_provider = RblProvider::httpbl;
73
} else if (m_service.find("uribl.com") != std::string::npos) {
74
- m_provider = RblProvider::httpbl;
+ m_provider = RblProvider::uribl;
75
} else if (m_service.find("spamhaus.org") != std::string::npos) {
76
+ m_provider = RblProvider::spamhaus;
77
}
78
79
bool evaluate(Transaction *transaction, RuleWithActions *rule,
0 commit comments