Displaying 1 result from an estimated 1 matches for "hcdggtzh8xpowkkbsvolow".
2011 Oct 19
0
Email Anonymization
...eive method.
Now, the idea is to first check that the sender''s email address is in the
database (if not: return), then anonymize/mask it; so if jdoe-/K3FCmxHHlvQT0dZR+AlfA@public.gmane.org is
the sender and user 24 has that email address, change the sender''s address
to user-24-hcDgGtZH8xPowKkBSvOlow@public.gmane.org Then, parse the recipient''s email address and unmask
it (change user-23-hcDgGtZH8xNBDgjK7y7TUQ@public.gmane.org to user 23''s real email address) so it can be
delivered properly.
The thing is, I''m not an expert at email/email headers. What''s th...