4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] deliver to different ...
FromSent OnAttachments
Stefano SibiliaSep 27, 2004 8:08 am 
Tony EarnshawSep 27, 2004 5:03 pm 
Stefano SibiliaSep 28, 2004 12:33 am 
Jeremy KitchenSep 29, 2004 2:26 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:Re: [maildropl] deliver to different folders with maildrop with qmail and vpopmailActions...
From:Jeremy Kitchen (kitc@scriptkitchen.com)
Date:Sep 29, 2004 2:26:33 am
List:net.sourceforge.lists.courier-maildrop

On Monday 27 September 2004 06:56 pm, Tony Earnshaw wrote:

man, 27.09.2004 kl. 17.02 skrev Stefano Sibilia:

VPOP="| /home/cust/vpopmail/bin/vdelivermail '' bounce-no-mailbox"

Is ' within " possible? My ksh book (O'Reilly) says not, so I never use it ...

Irrelevant. This is maildrop syntax, not ksh. Even though the shell that maildrop will execute to run this command may be zsh, it doesn't pass the double qoutes to the shell, they're just there to make it easier for maildrop to parse.

However, in most languages, yes, single quotes within double quotes (and vice-versa) are valid syntax.

-Jeremy