On 2011-08-11 21:20, dar...@chaosreigns.com wrote:
On 08/11, Axb wrote:
score DKIMDOMAIN_IN_DWL 0
score DKIMDOMAIN_IN_DWL_UNKNOWN 0
score RCVD_IN_CSS 0
score RCVD_IN_PBL 0
score RCVD_IN_SBL 0
score RCVD_IN_XBL 0
score URIBL_DBL_ERROR 0
score URIBL_DBL_SPAM 0
score URIBL_SBL 0
Geez, we kind of have their stuff all over the place, don't we?
what about?
score __RCVD_IN_ZEN 0
The __ means it's a meta rule - a rule that doesn't actually have a score
and is only used as part of other rules. So you need to make sure all
rules that use it have a score of 0, which I tried to do. Turned out it's
not actually used (just the sub rules like RCVD_IN_SBL).
hmmm...
__RCVD_IN_ZEN does the query
header __RCVD_IN_ZEN eval:check_rbl('zen', 'zen.spamhaus.org.')
header RCVD_IN_SBL eval:check_rbl_sub('zen', '127.0.0.2')
evaluates the reponse
.... or maybe need some more coffee