S. Isaac Dealey wrote:
> 
> I think we should all start adding a random line to all our <cfmail> tags
> just for the hell of it.
> 
> Choose from the following:
> 
> <cfmailparam name="X-Men" value="classified">
> <cfmailparam name="X-Chromosome" value="f-email">
> <cfmailparam name="X-Ray" value="He was a nice guy.">
> <cfmailparam name="X-Husband" value="Alimony">
> <cfmailparam name="X-Wife" value="Kill Me Now!">
> <cfmailparam name="X-Ample" value="More than just enough.">

I don't know if that is such a good idea. Maybe start with some of the 
normal headers first. Like "Organisation" and "Keywords". One 
occasionally even encounters the fields "Address", "Telephone" and 
"Telefax" in the headers (which I think is neat, but useless for the 
average reader).

<cf_plug type="bestPractice">

But DO add an X-Originating-IP and an X-Complaints-To header. It will 
save you tons of work if somebody starts to use some "Email your 
friends" form to annoy others.
<cfmailparam name="X-Originating-IP" value="#cgi.remote_addr#">
<cfmailparam name="X-Complaints-To" value="abuse@domain">

Since we enforce this with our customers (as a hosting provider) we have 
not had a single complaint being sent to us, all complaints went to the 
operators of the hosted site. There is a reason why Yahoo, Hotmail and 
the other webmail companies use these headers.

</cf_plug>

BTW, part of this is also in RFC 2822, which is sort of the twin of 2821.

Jochem

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to