procmail
[Top] [All Lists]

Re: filenames with a space in them

2004-02-13 21:48:16
On 12 Feb 2004, at 15:34, Christopher Possanza wrote:
   :0:
   * ^Subject:.*Move this to the right folder please
   | ${FORMAIL} -A"X-Folder: Bulk" >>${MAILDIR}/Bulk Mail

I tried:
   <snip> ... >>${MAILDIR}/Bulk\ Mail

If that doesn't work something is seriously wrong.  Try this:

VERBOSE=ON
:0
* ^Subject:.*Move this to the right folder please
{
   :0f
   | formail -A"X-Folder: Bulk"

   :0:
   $MAILDIR/Bulk\ Mail
}

and see what happens. then work towards your syntax above and keep checking the log

--
Well I've seen the Heart of Darkness/Read the writing on the wall/and the voice out in the desert/Was the voice out in the hall


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>