I was interested in finding out how spammers can target my Mailto link to send out spams.
mailto:foo@domain.com?subject=foo
Is it just a case of appending
?from=foo?to=victim1;victim2;victim3
to the end of the string? or would it involve something more sophisticated?
Finally, how can we prevent it?
I remember someone suggesting to use a form instead of mailto links. The way I see it, forms are still under client control and as such not an effective mitigation...(?) Am I missing something really obvious here?
