Zrinity is the leader in enterprise-class email marketing
management solutions and content management solutions for marketing professionals and developers worldwide.
Anti Spam prevents spam bots (or email harvesters) from harvesting
email addresses contained on web pages. Spam bots work much like search engine spiders that index the web to let you search, however spam bots only log email addresses
found on web pages, and are used to spam. CF_ANTISPAM will write the email addresses with JavaScript in a way that it is difficulty for a spam bot to recognize as an email address.
Here's an example of how CF_ANTISPAM encodes the email address (fake@address.com) with JavaScript
Attributes
Attribute Name
Required
Data Type
Notes
TO
yes
Email Address
The email address you wish to encode
LINK
no
boolean
When set to true it generates a hyper link to the email address, default = false.
LINKTEXT
no
string
Text to be inside the type link, make sure you don't put a email address in this attribute, it will be spammable.
The default value for this attribute is the spam safe email address in the TO attribute.