]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
do send http post to dnsbl now
authordgl <redacted>
Thu, 31 Oct 2002 17:08:03 +0000 (17:08 +0000)
committerdgl <redacted>
Thu, 31 Oct 2002 17:08:03 +0000 (17:08 +0000)
src/dnsbl.c

index 32166723e844df0c64d37600786b766c683afb5b..d2b5ad906ef9bbbcd169b7918a2570affa1a1d23 100644 (file)
@@ -167,10 +167,6 @@ void dnsbl_report(struct scan_struct *ss)
        if (!ss || !ss->addr)
                return;
 
-       /* XXX: Don't report HTTP Post */
-       if(strcmp(ss->protocol->type, "HTTP Post"))
-           return;
-
        snprintf(cmdbuf, sizeof(cmdbuf), "%s -t", CONF_SENDMAIL);
        snprintf(buf, sizeof(buf),
            "From: %s <%s>\n"