UBB Boards have an auto parser that look for the at symbol. So, stuff like [email]here@nowhere[/email] appears to be an email address. Placing a backslash before the at symbol will prevent it. here\@nowhere.com. This backslash technique is a common syntax when working with parsers in programming.