[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Blacklisted hopes not blocked if listing not accompanied by a message




Hi,

So I've been continuing to play around with Zmailer, and in my sources
(zmailer-2.99.55) around line 1420 of smtpserver/policytest.c I see a
test for P_A_TestRcptDnsRBL which indicates that a blacklist entry will
only be honored if an RBL message has also been found:

        if (state->rblmsg != NULL) {
          /* Now this is cute... the source address had RBL entry,
             and the recipient domain had a request to honour the
             RBL data. */
          if (state->message != NULL) free(state->message);
          state->message = strdup(state->rblmsg);
          if (debug)
            printf("000- ... TestRcptDnsRBL has a message: '%s'\n",
                   state->rblmsg);
          return -1;

relays.osirusoft.com at least occasionally lists hosts without matching
messages. I'm curious if it's intentional that zmailer doesn't appear to
honor blacklist entries without an accompanying reason...

-- 
Brilliance and gorgeousness                        |   Mike Acar
And we tell ourselves we don't want the treasures  |   mike@trolltech.com
But we hate the glass anyway                       |
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi