~ubuntu-branches/ubuntu/vivid/postfix/vivid-proposed

« back to all changes in this revision

Viewing changes to src/postscreen/postscreen_dnsbl.c

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2012-03-20 13:47:16 UTC
  • mfrom: (1.1.33)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: package-import@ubuntu.com-20120320134716-v7ab94fmor2z9pvp
Tags: upstream-2.9.1
ImportĀ upstreamĀ versionĀ 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
        if (psc_dnsbl_reply == 0
262
262
         || (head->safe_dnsbl = dict_get(psc_dnsbl_reply, saved_site)) == 0)
263
263
            head->safe_dnsbl = ht->key;
 
264
        if (psc_dnsbl_reply && psc_dnsbl_reply->error)
 
265
            msg_fatal("%s:%s lookup error", psc_dnsbl_reply->type,
 
266
                      psc_dnsbl_reply->name);
264
267
        head->first = 0;
265
268
    }
266
269