Page 1 of 1

Anonymous remailer function?

Posted: Fri Oct 13, 2006 6:11 pm
by amir
I am trying to create an anonymous remailer for my site. Basically, I want it to perform like Craigslist anonymous remailer function, where a reply is addressed to a random address via Craigslist, but is still sent to the poster. I'm new to PHP & MySQL, but I just can't think of a logical way to perform this.

The site will be written in PHP with a MySQL db.

Posted: Fri Oct 13, 2006 7:19 pm
by feyd
  • Set a catch all account on the server
  • have php check said account often (via cron, probably)
  • using the devised format, filter all the emails and notify parties as appropriate
  • decide what to do with the remaining emails (trash)