3 messages in net.sourceforge.lists.courier-maildrop[maildropl] Maildrop TO expression
FromSent OnAttachments
Jeremiah MillayMay 12, 2008 8:14 am 
Jay LeeMay 12, 2008 8:23 am 
Jeremiah MillayMay 12, 2008 8:27 am 
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] Maildrop TO expressionActions...
From:Jeremiah Millay (mil@sover.net)
Date:May 12, 2008 8:14:00 am
List:net.sourceforge.lists.courier-maildrop

Hello,

I'm trying to get a .mailfilter recipe to send mail to a maildir destination with a space in the name. For example:

MAILDIR = $HOME/Maildir

if (/^From:.some@somedomain.com/) { to $MAILDIR/.Test Folder/ }

The above does not seem to work. I have also tried:

if (/^From:.some@somedomain.com/) { to $MAILDIR/.Test\ Folder/ }

which results in a syntax error. Is there a character that I must use to substitute in place of the space in the destination maildir name? I've checked all the documentation and man pages with no mention of this. I'm running: maildrop-2.0.4 postfix-2.3.13

on FreeBSD 6.2-RELEASE-p11

Any help or suggestions would be greatly appreciated. Jeremiah