> Dec 28 07:53:09 ns-cache-01 named[1928]: client 80.170.0.230#39784: query: > 40hetemail.com.multi.surbl.org IN A +
Sounds like ASSP isn't stripping off the "@" char before running the lookup the 40hetemail.com domain doesn't exist while hetemail.com does :) so the lookup should be issued for "hetemail.com.multi.surbl.org" - also, and since we're at DNS lookups (DNSBLs and URIBLs) I think that it may be a good idea running a lookup for "ANY" instead of "A" here's why dig 2.0.0.127.zen.spamhaus.org ANY ;; ANSWER SECTION: 2.0.0.127.zen.spamhaus.org. 900 IN A 127.0.0.4 2.0.0.127.zen.spamhaus.org. 900 IN TXT "http://www.spamhaus.org/query/bl?ip=127.0.0.2" now, it's easy to see how using ANY for the lookup will allow to retrieve BOTH the "listed/notlisted" A record (127.0.0.4 in this case) and the related TXT record which in most cases shows the reason for the listing, the latter may then be used to add a bit of detail to the 5xx SMTP reject message w/o having to issue another lookup ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
