Electronics-Related.com
Forums

OT: Emailer from website

Started by Jim Thompson July 19, 2017
The trollers are constantly picking up an E-mail address from my
website, forcing me to periodically change the address.

How are these E-mail "forms" done on websites?  No addresses are
shown, just fill in the blanks and press "send".

I'm looking for something simple that I (a non-Eunuchs-experienced
person ;-) can install without much grief.

Suggestions?
		
                                        ...Jim Thompson
-- 
| James E.Thompson                                 |    mens     |
| Analog Innovations                               |     et      |
| Analog/Mixed-Signal ASIC's and Discrete Systems  |    manus    |
| STV, Queen Creek, AZ 85142    Skype: skypeanalog |             |
| Voice:(480)460-2350  Fax: Available upon request |  Brass Rat  |
| E-mail Icon at http://www.analog-innovations.com |    1962     |

             I'm looking for work... see my website.

Thinking outside the box...producing elegant & economic solutions.
On 2017/07/19 4:05 PM, Jim Thompson wrote:
> The trollers are constantly picking up an E-mail address from my > website, forcing me to periodically change the address. > > How are these E-mail "forms" done on websites? No addresses are > shown, just fill in the blanks and press "send". > > I'm looking for something simple that I (a non-Eunuchs-experienced > person ;-) can install without much grief. > > Suggestions? > > ...Jim Thompson >
Jim, read up on MUNGING your email address. Using Escape characters or other unexpected methods (which still display properly on HTML readers) works for me and many other folks. Looks like this in raw code: mailto:service@flipp.... This looks like a good site with options to protect your email. http://perso.crans.org/~raffo/email-munging.php John
On 7/19/2017 4:05 PM, Jim Thompson wrote:
> The trollers are constantly picking up an E-mail address from my > website, forcing me to periodically change the address. > > How are these E-mail "forms" done on websites? No addresses are > shown, just fill in the blanks and press "send". > > I'm looking for something simple that I (a non-Eunuchs-experienced > person ;-) can install without much grief. > > Suggestions? > > ...Jim Thompson >
It can be done using Javascript. Here is a code generator: http://www.email-obfuscator.com/ It can also be done using CSS: https://www.labnol.org/internet/hide-email-address-web-pages/28364/ If you have a CMS such as Drupal there will be obfuscation plugins. For example: https://www.google.com/#q=drupal+email+obfuscation Regarding spam you already get this application will be of interest: http://www.mailwasher.net/ This deletes spam before being downloaded from the mail server, and it can automate SpamCop complaints. -- To respond to me directly remove sj. from the my email address's domain name. This is a spam jammer.
On 07/20/2017 01:05 AM, Jim Thompson wrote:
> The trollers are constantly picking up an E-mail address from my > website, forcing me to periodically change the address. > > How are these E-mail "forms" done on websites? No addresses are > shown, just fill in the blanks and press "send". > > I'm looking for something simple that I (a non-Eunuchs-experienced > person ;-) can install without much grief. > > Suggestions? > > ...Jim Thompson >
<https://en.wikipedia.org/wiki/Common_Gateway_Interface> (It's the <form> tag.) What runs behind the scenes is up to you. but may be limited by your choice of hosting and security concerns.
On 20/07/2017 00:05, Jim Thompson wrote:
> The trollers are constantly picking up an E-mail address from my > website, forcing me to periodically change the address. > > How are these E-mail "forms" done on websites? No addresses are > shown, just fill in the blanks and press "send". > > I'm looking for something simple that I (a non-Eunuchs-experienced > person ;-) can install without much grief. > > Suggestions?
Your hosting provider should provide some basic scripts and examples of how to use them on their platform. You need to find out what they provide. It might be as simple as drag and drop the right item onto a reply form page or click a button in the admin section somewhere. FormMail.pl is a script that more or less does what you want provided that you are allowed to use scripts on your hosting platform. http://www.scriptarchive.com/formmail.html It may already be provided in the default ISP provided scripts. Failing that if you must expose an email address for simplicity increment a tag number on the end of it periodically and only accept the current one bouncing all else. This was the first fix used during the Swenfest when people still exposed their true email address online. My own odd looking Usenet address is legal and works provided that it is not modified in any way. Spamming engines can't resist removing "spam" from it and I don't see anything sent to '''new''' at all. It is a special form of munging where the apparent modifications are essential for the email to reach its destination. It might also do what you want. It was even better when my ISP accepted the special character "|" in email addresses. It has a special meaning of pipe in Unix and messed up some of the simpler spammers scripts. Better ones substituted another character to avoid crashing themselves (but never put it back). -- Regards, Martin Brown
Martin Brown <'''newspam'''@nezumi.demon.co.uk> wrote:

> On 20/07/2017 00:05, Jim Thompson wrote: >> The trollers are constantly picking up an E-mail address from my >> website, forcing me to periodically change the address. >> >> How are these E-mail "forms" done on websites? No addresses are >> shown, just fill in the blanks and press "send". >> >> I'm looking for something simple that I (a non-Eunuchs-experienced >> person ;-) can install without much grief. >> >> Suggestions? > > Your hosting provider should provide some basic scripts and examples of > how to use them on their platform. You need to find out what they > provide. It might be as simple as drag and drop the right item onto a > reply form page or click a button in the admin section somewhere.
> FormMail.pl is a script that more or less does what you want provided > that you are allowed to use scripts on your hosting platform.
> http://www.scriptarchive.com/formmail.html
> It may already be provided in the default ISP provided scripts.
> Failing that if you must expose an email address for simplicity > increment a tag number on the end of it periodically and only accept the > current one bouncing all else. This was the first fix used during the > Swenfest when people still exposed their true email address online.
> My own odd looking Usenet address is legal and works provided that it is > not modified in any way. Spamming engines can't resist removing "spam" > from it and I don't see anything sent to '''new''' at all. It is a > special form of munging where the apparent modifications are essential > for the email to reach its destination. It might also do what you want.
> It was even better when my ISP accepted the special character "|" in > email addresses. It has a special meaning of pipe in Unix and messed up > some of the simpler spammers scripts. Better ones substituted another > character to avoid crashing themselves (but never put it back).
No need for fancy footwork. Just convert the characters to numeric. I have been using this technique for fifteen years and have never got a single spam from my web addresses. Here's how to do it: 1. get a new disposable address. http://www.e4ward.com/ is a good one. 2. Go to http://www.fingerlakesbmw.org/main/flobfuscate.php 3. Enter the desired email address. I use newspam@nezumi.demon.co.uk for an example. 4. Here is the result. Spambots cannot be bothered to decode it. Paste it in your web page and sit back and relax. <a href='&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#110;&#101;&#119;&#115;&# 112;&#97;&#109;&#64;&#110;&#101;&#122;&#117;&#109;&#105;&#46;&#100;&#101;&# 109;&#111;&#110;&#46;&#99;&#111;&#46;&#117;&#107;'>&#110;&#101;&#119;&#115; &#112;&#97;&#109;&#64;&#110;&#101;&#122;&#117;&#109;&#105;&#46;&#100;&#101; &#109;&#111;&#110;&#46;&#99;&#111;&#46;&#117;&#107;</a>
On 20/07/2017 08:50, Steve Wilson wrote:
> Martin Brown <'''newspam'''@nezumi.demon.co.uk> wrote: > >> Failing that if you must expose an email address for simplicity >> increment a tag number on the end of it periodically and only accept the >> current one bouncing all else. This was the first fix used during the >> Swenfest when people still exposed their true email address online. > >> My own odd looking Usenet address is legal and works provided that it is >> not modified in any way. Spamming engines can't resist removing "spam" >> from it and I don't see anything sent to '''new''' at all. It is a >> special form of munging where the apparent modifications are essential >> for the email to reach its destination. It might also do what you want. > >> It was even better when my ISP accepted the special character "|" in >> email addresses. It has a special meaning of pipe in Unix and messed up >> some of the simpler spammers scripts. Better ones substituted another >> character to avoid crashing themselves (but never put it back). > > No need for fancy footwork. Just convert the characters to numeric. I have > been using this technique for fifteen years and have never got a single > spam from my web addresses. Here's how to do it: > > 1. get a new disposable address. http://www.e4ward.com/ is a good one. > > 2. Go to http://www.fingerlakesbmw.org/main/flobfuscate.php > > 3. Enter the desired email address. I use newspam@nezumi.demon.co.uk for an > example. > > 4. Here is the result. Spambots cannot be bothered to decode it. Paste it > in your web page and sit back and relax. > > <a href='&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#110;&#101;&#119;&#115;&# > 112;&#97;&#109;&#64;&#110;&#101;&#122;&#117;&#109;&#105;&#46;&#100;&#101;&# > 109;&#111;&#110;&#46;&#99;&#111;&#46;&#117;&#107;'>&#110;&#101;&#119;&#115; > &#112;&#97;&#109;&#64;&#110;&#101;&#122;&#117;&#109;&#105;&#46;&#100;&#101; > &#109;&#111;&#110;&#46;&#99;&#111;&#46;&#117;&#107;</a>
Thanks! Interesting take on it and on a web page it will render it OK. I will give it a try with a sacrificial moniker and see how well it performs. <a href='&#110;&#101;&#119;&#115;&#112;&#97;&#109;@nezumi.demon.co.uk'>; </a> Is probable secure enough. Kill rule on "To:" begins with "&". One slight snag with your suggestion is that many WYSIWYG web editors convert the obfuscated numerical form into text on saving. So the relevant page would need to be edited manually in a dumb editor. Antispam measures at my ISP seem to work well enough these days. -- Regards, Martin Brown
Martin Brown <'''newspam'''@nezumi.demon.co.uk> wrote:

> On 20/07/2017 08:50, Steve Wilson wrote: >> >> 4. Here is the result. Spambots cannot be bothered to decode it. Paste >> it in your web page and sit back and relax. >> >> <a >> href='&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#110;&#101;&#119;&#115;&# >> 112;&#97;&#109;&#64;&#110;&#101;&#122;&#117;&#109;&#105;&#46;&#100;&#101 >> ;&# >> 109;&#111;&#110;&#46;&#99;&#111;&#46;&#117;&#107;'>&#110;&#101;&#119;&#1 >> 15; >> &#112;&#97;&#109;&#64;&#110;&#101;&#122;&#117;&#109;&#105;&#46;&#100;&#1 >> 01; &#109;&#111;&#110;&#46;&#99;&#111;&#46;&#117;&#107;</a> > > Thanks! > > Interesting take on it and on a web page it will render it OK. I will > give it a try with a sacrificial moniker and see how well it performs. > > <a href='&#110;&#101;&#119;&#115;&#112;&#97;&#109;@nezumi.demon.co.uk'>; > </a>
You probably need to add "mailto:" in front of the email address. That is the section at the beginning of the link: <a href=&#109;&#97;&#105;&#108;&#116;&#111;&#58; Note that it is missing in the second section.
Jim Thompson wrote:

> The trollers are constantly picking up an E-mail address from my > website, forcing me to periodically change the address. > > How are these E-mail "forms" done on websites? No addresses are > shown, just fill in the blanks and press "send". > > I'm looking for something simple that I (a non-Eunuchs-experienced > person ;-) can install without much grief. > > Suggestions? > > ...Jim Thompson
Go to the form where you send the email, and hit ctrl/u (this shows html source on many browsers), and see if your email addr is in the source. I'm guessing it is right there in plain text. Yup, mailto:webmaster@xxx, right there in the html! The only way to fix it is to have the user send the email text back to the web server for mailing, rather than sending it directly through the user's browser. That way, there would be no reason for the email addr to be in the html. This will require your html server to run a script language for php or something like that. I'm pretty sure my web store software does it that way, but don't ask me how. It has some 10,000 .php files! WAYYY too complicated for mortals to understand more than one TINY part of the code at a time. Jon
On Thu, 20 Jul 2017 13:56:37 -0500, Jon Elson <jmelson@wustl.edu>
wrote:

>Jim Thompson wrote: > >> The trollers are constantly picking up an E-mail address from my >> website, forcing me to periodically change the address. >> >> How are these E-mail "forms" done on websites? No addresses are >> shown, just fill in the blanks and press "send". >> >> I'm looking for something simple that I (a non-Eunuchs-experienced >> person ;-) can install without much grief. >> >> Suggestions? >> >> ...Jim Thompson >Go to the form where you send the email, and hit ctrl/u (this shows html >source on many browsers), and see if your email addr is in the source. I'm >guessing it is right there in plain text. > >Yup, mailto:webmaster@xxx, right there in the html! > >The only way to fix it is to have the user send the email text back to the >web server for mailing, rather than sending it directly through the user's >browser. That way, there would be no reason for the email addr to be in the >html. This will require your html server to run a script language for php >or something like that. > >I'm pretty sure my web store software does it that way, but don't ask me >how. It has some 10,000 .php files! WAYYY too complicated for mortals to >understand more than one TINY part of the code at a time. > >Jon
Good idea! It's probably already available via my website provider, but I didn't know to ask ;-) ...Jim Thompson -- | James E.Thompson | mens | | Analog Innovations | et | | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | | STV, Queen Creek, AZ 85142 Skype: skypeanalog | | | Voice:(480)460-2350 Fax: Available upon request | Brass Rat | | E-mail Icon at http://www.analog-innovations.com | 1962 | I'm looking for work... see my website. Thinking outside the box...producing elegant & economic solutions.