I'd like to set up a specific email address that intercepts an email (maybe a procmail setup?) and send it to a perl script. The perl script would then parse the file and insert relevant fields into a database.
My biggest question is the email -> procmail -> perl script part. Anyone have examples or tips on how one can set this up?
Thanks.