Artashes
04-08-2003, 10:15 PM
OK, it has come to a point when I start every morning with downloading 70 to 100 spam e-mails into my Outlook. Good 30% of them bugs and viruses.
Those who have their own sites and manage them through CPanel, have an AntiSpam filter that does not work anyway.
So, if you using your domain name's e-mail account, is there anything that you do to stop it spam or at least decrease the number of junk?
Just want to learn your ways of fighting it.
In the meantime, here is the script that I've found a few months back that I started to use on brand-new online sites and so far - NOT ONE SPAM E-MAIL!
Considering that most spam arrives because spam robots browse your web pages for a "mailto:" HTML code and send junk there, this script is the best protection!
Its incredibly easy and it works. And its a real find for those who are directly involved in e-Business. You don't even have to pay companies for antispam services.
[SIZE=1]STEP ONE: Insert this code into the <HEAD> </HEAD> tags of your HTML page. Leave it unchanged.[/SIZE]
[SIZE=1]<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var user;
var domain;
var suffix;
function jemail(user, domain, suffix){
document.write('<a href="' + 'mailto:' + user + '@' + domain + '.' + suffix + '">' + user + '@' + domain + '.' + suffix + '</a>');
}
//-->
// End -->
</script>[/SIZE]
[SIZE=1]STEP TWO: Insert this code with certain changes to username (ex: sales), domainname and suffix (ex: com, net, org, ws, cc, info, biz, etc.) where you'd like to display your e-mail address.[/SIZE]
[SIZE=1]<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
jemail("user", "yourdomain", "suffix");
// End -->
</script>[/SIZE]
I wish I knew who to credit for this script, but I found it by accident myself. I hope this helps your business, too.
Best,
Those who have their own sites and manage them through CPanel, have an AntiSpam filter that does not work anyway.
So, if you using your domain name's e-mail account, is there anything that you do to stop it spam or at least decrease the number of junk?
Just want to learn your ways of fighting it.
In the meantime, here is the script that I've found a few months back that I started to use on brand-new online sites and so far - NOT ONE SPAM E-MAIL!
Considering that most spam arrives because spam robots browse your web pages for a "mailto:" HTML code and send junk there, this script is the best protection!
Its incredibly easy and it works. And its a real find for those who are directly involved in e-Business. You don't even have to pay companies for antispam services.
[SIZE=1]STEP ONE: Insert this code into the <HEAD> </HEAD> tags of your HTML page. Leave it unchanged.[/SIZE]
[SIZE=1]<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var user;
var domain;
var suffix;
function jemail(user, domain, suffix){
document.write('<a href="' + 'mailto:' + user + '@' + domain + '.' + suffix + '">' + user + '@' + domain + '.' + suffix + '</a>');
}
//-->
// End -->
</script>[/SIZE]
[SIZE=1]STEP TWO: Insert this code with certain changes to username (ex: sales), domainname and suffix (ex: com, net, org, ws, cc, info, biz, etc.) where you'd like to display your e-mail address.[/SIZE]
[SIZE=1]<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
jemail("user", "yourdomain", "suffix");
// End -->
</script>[/SIZE]
I wish I knew who to credit for this script, but I found it by accident myself. I hope this helps your business, too.
Best,