Scott,

On Wednesday, December 3, 2003, 7:07:54 PM, you wrote:

SW> Try running "ubqtous@@ubqtous.com" through and see. That was what my issue
SW> was yesterday - emails with two @'s in'em (sometimes together, sometimes
SW> not).

Ah-ha, MX does error out with @@ in the TO field:

<cfmail to="ubqtous@@ubqtous.com" from="ubqtous" subject="test">TEST</cfmail>

Error: The value of the attribute to, which is currently
"ubqtous@@ubqtous.com", is invalid.

However, MX doesn't care if "ubqtous@@ubqtous.com" is in the FROM
field:

<cfmail to="ubqtous" from="ubqtous@@ubqtous.com" subject="test">TEST</cfmail>

or if the TO field has an address with no TLD:

<cfmail to="[EMAIL PROTECTED]" from="ubqtous" subject="test">TEST</cfmail>

Not sure what else MX doesn't like... CF5 didn't throw errors on any
of the above.

~ Ubqtous ~
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to