3 messages in net.sourceforge.lists.courier-maildrop[maildropl] Maildir filename
FromSent OnAttachments
novitiateOct 8, 2003 9:15 am 
Erik BourgetOct 8, 2003 10:30 am 
novitiateOct 8, 2003 5:26 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] Maildir filenameActions...
From:novitiate (novi@perlmonk.org)
Date:Oct 8, 2003 9:15:41 am
List:net.sourceforge.lists.courier-maildrop

Is there a way to return the message's Maildir filename and capture it in a variable ? I am trying to create a db of messages and would like to do something like:

xfilter "perlscript $MESG_FILE_NAME $To $From $Subject" to Maildir/.folder

where perlscript would simply input these parameters into some SQL code. The end goal is to have an application the can use the SQL info to forward messages by referencing the filename -- this way I don't have to process message info twice (maildrop will do it once) and i get a unique key and file reference all at the same time.