Am 13.06.2011 16:37, schrieb Niamh Holding:
Hello Sebastian,
Monday, June 13, 2011, 12:30:00 PM, you wrote:
sdd> how can I test whether the spamassassin query is sent to the RBL at all.
tcpdump?
Hi,
spamassassin took a look on the rbl.
If i test the rbl by using "dig":
dig 18.151.139.61.rbl.domain.de @rbl.domain.de
the answer is 127.0.0.2
But spamassassin didn't got the answer:
Jun 13 20:31:30.901 [4595] dbg: dns: checking RBL rbl.domain.de., set
cdubitterfeld
Jun 13 20:31:30.902 [4595] dbg: dns: IPs found: full-external:
61.139.151.18, 80.171.134.80 untrusted: 61.139.151.18, 80.171.134.80
originating:
Jun 13 20:31:30.904 [4595] dbg: dns: only inspecting the following IPs:
80.171.134.80, 61.139.151.18
Jun 13 20:31:30.905 [4595] dbg: dns: launching DNS A query for
80.134.171.80.rbl.domain.de. in background
Jun 13 20:31:30.907 [4595] dbg: dns: providing a callback for id:
28920/80.134.171.80.rbl.domain.de/A/IN
Jun 13 20:31:30.909 [4595] dbg: async: starting: DNSBL-A,
dns:A:80.134.171.80.rbl.domain.de. (timeout 15.0s, min 3.0s)
Jun 13 20:31:30.910 [4595] dbg: dns: launching DNS A query for
18.151.139.61.rbl.domain.de. in background
Jun 13 20:31:30.912 [4595] dbg: dns: providing a callback for id:
5831/18.151.139.61.rbl.domain.de/A/IN
Jun 13 20:31:30.914 [4595] dbg: async: starting: DNSBL-A,
dns:A:18.151.139.61.rbl.domain.de. (timeout 15.0s, min 3.0s)
What's wrong here?
tnx