PrEmail Test Site

What is this?

PrEmail is a Greasemonkey script that will fill out "email" text fields with your email address in the format:

username+doma.in@your.doma.in

Why?

I like to see where spam is coming from, so I always sign up with email addresses in that format. A lot of mailservers will "ignore" anything behind the plus character, so it's a great way of determining the spam source (filtering is also easier). This script just helps out.

Configure

Of course I don't know your email address, so you'll have to configure this script yourself. Find these lines and alter them according to your email address:

   // Configure
   var user   = 'your username';
   var domain = 'your domainname';

Say your email is bill@microsoft.com, then you'd fill out:

   // Configure
   var user   = 'bill';
   var domain = 'microsoft.com';

Test

Once you've installed the Greasemonkey script, you will see the results here.

Email address: