I'm trying to add some more RBL tests to SA's config.  How are the
arguments to check_rbl() used?  I'm not getting any hits with these
tests on messages that should trigger :

body        DMANS_DNSBL     eval:check_rbl('relay', 'dnsbl.dman.ddts.net.')
description DMANS_DNSBL     Found in dman's DNSBL
score       DMANS_DNSBL     1.0
body        DMANS_DNSBL2    eval:check_rbl('rfci', 'dnsbl.dman.ddts.net.')
description DMANS_DNSBL2    Found in dman's domain-based DNSBL
score       DMANS_DNSBL2    1.0

body        SPAMCOP         eval:check_rbl('relay', 'bl.spamcop.net.')
description SPAMCOP         Found in bl.spamcop.net
score       SPAMCOP         1.0


I also just got a message (only scored 4.2) that originated at
Received: from nobody by bootup.trouble-free.net with local (Exim 3.34 #1)
 id 16rCIk-0004MI-00; Sat, 30 Mar 2002 01:25:22 -0500

Note that no IP is included in the header, since it came from a local
pipe.  However, the IP that name resolves to is listed in spamcop (and
has no reverse lookup).  (it was relayed to me from school so I can't
use any rbl settings at the smtp level for some of those)

It would be nice if SA would/could extract the hostname and check it
too.  (as far as parsing the headers go, most exim installations use
the same sort of structure as the above)

-D

-- 

Religion that God our Father accepts as pure and faultless is this: to
look after orphans and widows in their distress and to keep oneself from
being polluted by the world.
        James 1:27


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to