Hello, Version 2.5 of webmail, on the maillist.cfm BREAKS when the following value is found in MailFrom..
ANytime in the from if a "<" is put in by accident it breaks the code. Can you fix?


Marianne, Eileen, Sherri, Stephanie, Amy, Pat, Frizzell, and Tiffany <

Breaks HERE line 290?
        <cfoutput query="getmail">
        <cfset emailaddr=mailfrom>
        <cfset emailfrom=mailfrom>
        <!--- If code breaks here find the MailFrom record that has a < in it. 
--->
        <cfif find("<",emailaddr) gt 0>
                <cfset 
emailaddr=right(emailaddr,len(emailaddr)-find("<",emailaddr))>
        </cfif>

==^=======================================================
This list server is Powered by iMS  "The Swiss Army Knife of Mail Servers"
--------------------------------------------------------------------------------------
This list is provided as a free service.  Although we will try to address issues
in a timely manner, support via this list is not guaranteed.  If you require 
expedited
support then a support contract is required.  Support may be purchased from
http://www.coolfusion.com/commerce.  Details regarding support options may be 
reviewed
at: http://www.coolfusion.com/SupportOptions.cfm
--------------------------------------------------------------------------------------
To leave this list please complete the form at 
http://www.coolfusion.com/Support/
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/Developers/
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as archive_jab_org / [email protected]
==^=======================================================




Reply via email to