FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Suggestions » mailto: ???
Show: Today's Messages :: Unread Messages :: Polls :: Message Navigator
| Subscribe to topic | Bookmark topic 
Switch to threaded view of this topic Create a new topic Submit Reply
mailto: ??? [message #734] Mon, 25 February 2002 21:57 Go to next message
seang is currently offline  seang   Australia
Messages: 5
Registered: February 2002
Location: Australia
Karma: 0
Junior Member
add to buddy list
ignore all messages by this user
Hi there,

Don't know if this is a worth while suggestion or not....but you can decide.

spammers often use mailto: to harvest email addresses.....

maybe there is an alternative using a form email or masking the mailto???

Another possiblitly would to only show mailto when they are logged in.

Regards

Sean
Re: mailto: ??? [message #735 is a reply to message #734] Mon, 25 February 2002 22:06 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
add to buddy list
ignore all messages by this user
seang wrote on Mon, 25 February 2002 9:57 PM

Hi there,

Don't know if this is a worth while suggestion or not....but you can decide.

spammers often use mailto: to harvest email addresses.....

maybe there is an alternative using a form email or masking the mailto???

Another possiblitly would to only show mailto when they are logged in.

Regards

Sean


When a user registers they may select to "hide" their email address. If that is the case their email address is no longer being displayed on their profile page. Instead when a person clicks on the email link/button they are taken to a php form that allows the person to send an email to the forum members. To use the email feature a person MUST be a forum member.


FUDforum Core Developer
Re: mailto: ??? [message #738 is a reply to message #735] Tue, 26 February 2002 00:38 Go to previous messageGo to next message
seang is currently offline  seang   Australia
Messages: 5
Registered: February 2002
Location: Australia
Karma: 0
Junior Member
add to buddy list
ignore all messages by this user
Cool...
Re: mailto: ??? [message #755 is a reply to message #738] Tue, 26 February 2002 15:22 Go to previous message
ironstorm is currently offline  ironstorm   Canada
Messages: 89
Registered: February 2002
Location: Toronto, Ontario, Canada
Karma: 0
Member
add to buddy list
ignore all messages by this user

Another means of protecting email addresses is to a javascript function, something like:

Quote:

<a href="javascript:mymail('user','domain.com');">mail user</a>

or maybe
<a href="#" onclick="javascript:mymail('user','domain.com');">mail user</a>

<script>
function mymail (user, domain)
{
window.open(... "mailto:"+user+"@"+domain ...);
}
</script>

[Updated on: Tue, 26 February 2002 15:23]

Report message to a moderator

Quick Reply
Formatting Tools:   
  Switch to threaded view of this topic Create a new topic
Previous Topic: installation suggestion
Next Topic: Email Summary
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Sep 12 14:59:42 EDT 2024

Total time taken to generate the page: 0.04083 seconds