Forum Moderators: phranque
thanks
[edited by: Beagle at 2:31 am (utc) on Feb. 5, 2007]
It shouldn't take long to program. This is what you need:
A server with mail that can be checked with IMAP
A scripting language that has IMAP functions
A a scheduling program (apache comes with CRON)
A database (say, msql).
You set an address, say, my_list@myserver.com.
You check the address with a CRON job every 3 minutes or so.
You set up special cases for subject=subscribe/unsubscribe, in which case you add/remove the email in the body of the message to the DB.
In the rest of the cases, you send the email to everyone in the DB for that list. Piece o cake.