Hi
Another Problem wher I found when I migrate to Spamassasin-4.x
spamassassin -V
SpamAssassin version 4.0.0
running on Perl version 5.36.0
many times in log I get:
Feb 13 11:48:14 amavis5 amavis[934307]: (934307-01) SA info: async:
aborting after 4.815 s, deadline shrunk: URIBL,
A/kra20at.cc.multi.surbl.org, rules: URIBL_ABUSE_SURBL, URIBL_CR_SURBL,
URIBL_MW_SURBL, URIBL_DM_SURBL, URIBL_PH_SURBL, SURBL_BLOCKED,
URIBL_CT_SURBL
and other
or:
Feb 13 11:50:40 amavis5 amavis[939452]: (939452-01) _WARN: check:
dns_block_rule RCVD_IN_VALIDITY_CERTIFIED_BLOCKED hit, creating
/var/amavis/var/.spamassassin/dnsblock_sa-trusted.bondedsender.org (This
means DNSBL blocked you due to too many queries. Set all affected rules
score to 0, or use "dns_query_restriction deny
sa-trusted.bondedsender.org" to disable queries)
Feb 13 11:50:40 amavis5 amavis[939452]: (939452-01) _WARN: check:
dns_block_rule RCVD_IN_VALIDITY_RPBL_BLOCKED hit, creating
/var/amavis/var/.spamassassin/dnsblock_bl.score.senderscore.com (This
means DNSBL blocked you due to too many queries. Set all affected rules
score to 0, or use "dns_query_restriction deny bl.score.senderscore.com"
to disable queries)
Feb 13 11:50:40 amavis5 amavis[939452]: (939452-01) _WARN: check:
dns_block_rule RCVD_IN_DNSWL_BLOCKED hit, creating
/var/amavis/var/.spamassassin/dnsblock_list.dnswl.org (This means DNSBL
blocked you due to too many queries. Set all affected rules score to 0,
or use "dns_query_restriction deny list.dnswl.org" to disable queries)
Feb 13 11:50:40 amavis5 amavis[939452]: (939452-01) _WARN: check:
dns_block_rule RCVD_IN_VALIDITY_SAFE_BLOCKED hit, creating
/var/amavis/var/.spamassassin/dnsblock_sa-accredit.habeas.com (This
means DNSBL blocked you due to too many queries. Set all affected rules
score to 0, or use "dns_query_restriction deny sa-accredit.habeas.com"
to disable queries)
If it continues like this I'll have to turn everything off ....
local.cf:
...
score URIBL_BLOCKED 1
score SURBL_BLOCKED 1
score URI_WP_HACKED 5
score MISSING_DATE 4
score T_SPF_PERMERROR 4
#spamhouse
dns_query_restriction deny zen.spamhaus.org
dns_query_restriction deny dbl.spamhaus.org
dns_query_restriction deny spamhaus.org
dns_query_restriction deny multi.surbl.org
dns_query_restriction deny dnsblock_sa-trusted.bondedsender.org
dns_query_restriction deny dnsblock_bl.score.senderscore.com
dns_query_restriction deny dnsblock_list.dnswl.org
dns_query_restriction deny dnsblock_sa-accredit.habeas.com
score RCVD_IN_ZEN 0
score RCVD_IN_XBL 0
score RCVD_IN_PBL 0
score RCVD_IN_SBL_CSS 0
score RCVD_IN_ZEN_BLOCKED_OPENDNS 0
score RCVD_IN_ZEN_BLOCKED 0
In Spamassasin 3.x I dont get it problem
spamassassin -V
SpamAssassin version 3.4.6
running on Perl version 5.32.1
My steup is:
4 external spamassasin 3.x
1 external spamassasin 4.x
Spamasaasin4.x gets less traffic than others.
--