You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Jakob Lauritsen <jl...@missm.dk> on 2004/02/24 10:55:10 UTC

Problems with RBL

 

 

I am running Spamassassin 2.63 on a Redhat 9.0 system. 

I have no problems running Pyzor, Razor and DCC but I am not able to run
RBL's. I have indeed installed Net::DNS but it keeps timing out.

 

Taken from debug output:

 

debug: Using results from Razor v2.36

debug: Found Razor2 part: part=0 engine=4 ct=0 cf=40

debug: leaving helper-app run mode

debug: Razor2 results: spam? 1  highest cf score: 40

debug: running raw-body-text per-line regexp tests; score so far=7.997

debug: running uri tests; score so far=7.997

debug: uri tests: Done uriRE

debug: running full-text regexp tests; score so far=7.997

debug: Razor2 is available

debug: Current PATH is:
/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin

debug: executable for pyzor was found at /usr/bin/pyzor

debug: Pyzor is available: /usr/bin/pyzor

debug: entering helper-app run mode

debug: Pyzor: got response: 66.250.40.33:24441  (200, 'OK')     0       0

debug: leaving helper-app run mode

debug: DCCifd is not available: no r/w dccifd socket found.

debug: executable for dccproc was found at /usr/local/bin/dccproc

debug: DCC is available: /usr/local/bin/dccproc

debug: entering helper-app run mode

debug: DCC: got response: X-DCC-EATSERVER-Metrics: www.imcc.dk 1166;
Body=many Fuz1=many Fuz2=many

debug: leaving helper-app run mode

debug: DCC: Listed! BODY: 999999 of 999999 FUZ1: 999999 of 999999 FUZ2:
999999 of 999999

debug: all '*To' addrs: neo@imcc.dk

debug: DNS MX records found: 1

debug: forged-HELO: from=pacbell.net helo=192.168.2.178 by=www.imcc.dk

debug: forged-HELO: mismatch on HELO: '192.168.2.178' != 'pacbell.net'

debug: RBL: success for 0 of 11 queries

debug: RBL: timeout for njabl,njabl-notfirsthop after 13 seconds

debug: RBL: timeout for arix-df after 13 seconds

debug: RBL: timeout for sorbs,sorbs-notfirsthop after 13 seconds

debug: RBL: timeout for rfci-dsn after 13 seconds

debug: RBL: timeout for opm after 13 seconds

debug: RBL: timeout for arix-ds after 13 seconds

debug: RBL: timeout for sbl after 13 seconds

debug: RBL: timeout for bsp-firsttrusted after 13 seconds

debug: RBL: timeout for dsbl after 13 seconds

debug: RBL: timeout for rfci after 13 seconds

debug: RBL: timeout for spamcop after 13 seconds

debug: running meta tests; score so far=15.283

debug: auto-learn? ham=0.1, spam=12, body-hits=10.179, head-hits=9.058

debug: auto-learn: currently using scoreset 3.  recomputing score based on
scoreset 1.

debug: Score set 1 chosen.

debug: auto-learn: original score: 17.782, recomputed score: 12.826

debug: Score set 3 chosen.

debug: auto-learn? yes, spam (12.826 > 12)

debug: Learning Spam

 

I have tried changing timeout but that does not help at all. Any
suggestions??

 

Jakob