Where is $DNSBLSite Field?

I’m trying to create a view for showing the information in the $DNSBLSite field. However, in none of my reference columns in Designer do I see the $DNSBLSite field and I don’t see it in any of the forms.

Why can I not see it in my field reference information? Also, in which form and where is it located specifically in the form?

Also, I would like to test sending a SPAM message to myself to see if my agents and coding works. Does anyone know of a way to send themselves a SPAM Message at will?

FYI … I do have my Blacklist settings set to Log & Tag Blacklisted Messages.

Subject: Where is $DNSBLSite Field?

The $DNSBLSite is added to a Memo or Reply form by the mail router if the email confirms to those in the black list section of your Server Config document. The filed will contain the name of the BlackList server that considers this email to be spam.

Ensure your config doc is sect correctly…for example…

Subject: RE: Where is $DNSBLSite Field?

I see … the field doesn’t exist in the form until the mail router puts it in there.

I’d like to test my formula’s out. Does anyone know a way to send a spam message to test the formulas without actually subscribing to a spammer?

Subject: RE: Where is $DNSBLSite Field?

The $DNSBLSite is never part of the form, only of the actual email documents itself (a form is only used to display a document, regardless of whats actually stored in that document).To simulate a spammed email, simply create the $DNSBLSite “item” in a document yourself, for example via a a simple agent: FIELD RDNSBLSite := “my.spamtest.com”; this will create a new item in the document.