Topic: LuxCal 5.3.4 - Problem with email addresses with a sub domain
When using an email address with a sub domain, like John@Dowd.co.uk, the last part (.uk) of the email address was lost.
This can be solved by editing the file "common/toolbox.php" and replacing line 13:
$rxEML = "~(^|\s)([\w!#$%&'*+/=`{|}\^\~\-\.]{1,64})@([a-z0-9-]{2,50})\.(\w{2,6})(?:\s*\[([^<>\[]*?)\])?(\.|\s|<|$)~imu"; //jd@skyweb.com [title]by
$rxEML = "~(^|\s)([\w!#$%&'*+/=`{|}\^\~\-\.]{1,64})@([a-z0-9-]{2,50})\.([\w.]{2,8})(?:\s*\[([^<>\[]*?)\])?(\.|\s|<|$)~imu"; //jd@skyweb.com [title]Use cut and paste ![]()