Add TXT Query to SMTPServer QueryDNS - WeOnlyDo Discussion board

Add TXT Query to SMTPServer QueryDNS (wodSmtpServer / wodPop3Server / wodImapServer)

by Dave Waters, Wednesday, September 27, 2006, 15:23 (6420 days ago)

Any chance you can add additional DNSQueryTypes to the wodSMTPServer QueryDNS Method. Specifically, I am trying to deal with SPAM. I would like to utilize querying a DNS server for an SPF record, which is stored in DNS as a TXT record (for more info on Sender Policy Framework(SPF), you can browse to: http://www.openspf.org/ ).

If I could just have DNSResponse give me the TXT record that is returned, I could process it for SPAM - this would likely be a useful feature to all customers.

Implemented as Enumeration of DNSQueryTypes, adding QueryTXT Value=3 to send TXT query to DNS Server.

Otherwise, I will have to manually make a DNS call myself (uggg) to help stop SPAM.

Thanks!

Re: Add TXT Query to SMTPServer QueryDNS

by wodSupport, Wednesday, September 27, 2006, 16:32 (6420 days ago) @ Dave Waters

Done. It will be online later today.

In the meantime if you want to try it out send email to techsupport and we'll send it to you for test.

Kreso