• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

"[at]" and "[dot]". is used instead of "@" and "."

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was testing the email feature of the forum.

So I go to a member's profile page who's email is visible and click on the email button. Then my outlook express shows up with something like this at the To: field



The "[at]" and "[dot]". is used instead of "@" and ".". So I have to manually change it to the latter.

Is this a bug?

Thanks and regards,
James Yong
[originally posted on jforum.net by jamesyong]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, it is not a but, but indeed an incomplete feature, that I'll need to improve.

I don't want to write the user's email in the regular form, because spammers may use robots to steal the email address and use it to send spam.

What I have in mind is to use a bit of javascript to display the correct email. For example, something like



or something like that.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it is now at JIRA as a feature request
[originally posted on jforum.net by jamesyong]
 
reply
    Bookmark Topic Watch Topic
  • New Topic