As part of my job as Technical Architect, I try to introduce our developers into parts of development which they won't really get involved in with their normal development activities, out of the topics...
I have recently been getting lots of legitimate emails from companies using my email address for someone who isn't me, showing me companies aren't verifying emails before setting them up on their mailing...
Since I couldn't find a single example, this is a few examples put together into one working example, thought it'd be useful if I put it on the web
Here's a link to the Gist and below is the code https://gist.github.com/Sarkie/9138396
Server.java
import java.net.InetSocketAddress;
import java.nio.channels.ServerSocketChannel;
import...