if (!rdns || rdns === 'Unknown' || rdns === 'DNSERROR') {
        connection.results.add(this, {fail: 'big_co(rDNS)'});
        if (this.cfg.reject.big_company) {
            return next(DENY, "Big company w/o rDNS? Unlikely.");
        }