--- On Sun, 3/24/13, James Curtis <[email protected]> wrote: > >> # yea, I know that the DNSBL is more effecient in > sendmail, but I want to know how many blocked for what user > by blacklist. > >> if ($result = (relay_is_blacklisted($RelayAddr, "zen.spamhaus.org"))) { > >> md_graphdefang_log('spamhaus', $hits, $RelayAddr); ... > >> # the reject works, but graphdefang log shows the > Subject instead of Relay address
Is the variable $hits empty at this point? That would explain why the subject (which is the field which follows the relay address) is being read instead of the address. The empty field may cause an omitted comma. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

