11 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Maildrop script request
FromSent OnAttachments
rob...@digitalphx.comDec 23, 2005 1:58 pm 
juanmiDec 23, 2005 2:02 pm 
rob...@digitalphx.comDec 23, 2005 2:04 pm 
Thorsten HaudeDec 23, 2005 2:10 pm 
juanmiDec 23, 2005 2:15 pm 
juanmiDec 23, 2005 2:23 pm 
juanmiDec 23, 2005 2:26 pm 
rob...@digitalphx.comDec 23, 2005 2:28 pm 
PollywogDec 23, 2005 2:28 pm 
Robert BartlettDec 26, 2005 10:08 am 
Rodrigo CamposDec 26, 2005 1:54 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:Re: [maildropl] Maildrop script requestActions...
From:Rodrigo Campos (camp@gmail.com)
Date:Dec 26, 2005 1:54:39 pm
List:net.sourceforge.lists.courier-maildrop

I'd do it this way:

MBOXPATH="$HOME/$DEFAULT" FOLDER="Spam" FULLPATH="$MBOXPATH.$FOLDER"

`if [ ! -d "$FULLPATH" ]; then maildirmake -f "$FOLDER" "$MBOXPATH"; fi` exception { to "$DEFAULT.$FOLDER" } to "$DEFAULT"

On 12/26/05, Robert Bartlett <rob@digitalphx.com> wrote:

So will the script Juanmi work with just replacing mkdir with maildirmake? Or is there a different script that will work?

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net] On Behalf Of Pollywog Sent: Friday, December 23, 2005 3:28 PM To: cour@lists.sourceforge.net Subject: Re: [maildropl] Maildrop script request

On 12/23/2005 10:25 pm, juanmi wrote:

Thats wrong: test -d $HOME/Maildir/.Spam && mkdir $HOME/Maildir/.Spam

Sorry, i try other form a i will send you

mkdir? Don't you mean the maildirmake command? I don't think that mkdir will work for this.

8)