Closed HansVanEijsden closed 5 years ago
I fixed this by changing
rbls {
spamhaus {
rbl = "<key>.zen.dq.spamhaus.net";
returncodes {
RBL_SPAMHAUS_ZEN = "127.0.0.";
}
}
to
rbls {
spamhaus_dq {
rbl = "<key>.zen.dq.spamhaus.net";
returncodes {
RBL_SPAMHAUS_ZEN = "127.0.0.";
}
}
It seems something else is using the spamhaus name now, and overwriting what's in local.conf
I think I need to make a pull request. Or somebody else can do it :) That should be similar to the existing surbl
-> rbl
transition done in Rspamd.
Hello everyone, I'm in the process of releasing a version compatible with 2.x branch; please have a little patience, and thanks for the tip above :)
Thank YOU @ricalfieri ! :-)
By the way, new rbl plugin supports almost any possible lookup you can do for a single message using the selectors
framework. Please do not hestitate to contact me directly (e.g. via email) if you have ideas about other useful checks that could be helpful to fight spam using your DQS service.
hello, I released a ruleset for 2.x so I'm closing this issue. let me know if everything is ok and if you find bugs please open another issue
Rspamd 2.0 has been released. The emails.conf and surbl.conf are deprecated. The changelog mentiones this:
And the upgrade notes are mentioning this:
After running
rspamadm configtest
I receive this message:What do I have to do to solve the issues? And/or migrating emails.conf and surbl.conf to rbl.conf? Thanks!