You should note that it is acceptible for email servers to accept mail from a null
account like "<>" although there are many email
servers that reject this type of mail.
Regards,
Howie
----- Original Message -----
From: "Greg Silver" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Thursday, March 21, 2002 10:42 AM
Subject: RE: [iMS] ODD
> Im going to add something like this in there:
>
> <cfif find("@",SMTPto) gt 0>
> <INLOG TEXT="FOUND @ IN SMTPTO">
> <CFSET EMail = SMTPto>
> <CFSET Length = Len(EMail)>
> <CFSET Num = REFind("@", EMail)>
> <CFSET LeftCut = DecrementValue(Num)>
> <CFSET RightCut = (Length - Num)>
> <CFSET FromUserName = Left(EMail, LeftCut)>
> <CFSET FromDomain = Right(EMail, RightCut)>
> <cfelse>
> <INLOG TEXT="DID NOT FIND @ IN SMTPFROM">
> </cfif>
>
==^=======================================================
This list server is Powered by iMS
"The Swiss Army Knife of Mail Servers"
--------------------------------------
To leave this list please complete the form at
http://www.coolfusion.com/iMSSupport.cfm
Need an iMS Developer license? Sign up for a free license here:
http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [email protected]
==^=======================================================