4 messages in net.sourceforge.lists.courier-maildrop[maildropl] Is this Possible
FromSent OnAttachments
Jim GiffordFeb 28, 2004 11:10 pm 
Thorsten HaudeFeb 29, 2004 12:25 am 
Jeremy KitchenFeb 29, 2004 3:19 pm 
Thorsten HaudeMar 1, 2004 1:56 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Is this PossibleActions...
From:Jim Gifford (mail@jg555.com)
Date:Feb 28, 2004 11:10:39 pm
List:net.sourceforge.lists.courier-maildrop

What I'm think of trying to create is a maildrop script that does the following. I will try to draw out the flow

new email * does the email address match what is in the text file at $HOME/confirmed or $HOME/outstanding Yes No * * Accept the Email Send an email asking to confirm the address the email was sent from creates $HOME/outstanding

So if an email comes into the system and the address is not confirmed, it will send a email to confirm the intent of the email. If the reply comes back and the information in the email is correct, it would get added to the confirmed list and email's could then be accepted.

In the confirmation email, it would have a step saying please change the subject to CONFIRMED, to make sure it was an automated process.

The only thing I'm not sure on is how to get maildrop to read a text file and parse the information from it or would a small database be better, it maildrop can handle it.