5 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Re: Replace functiona...
FromSent OnAttachments
Robin BowesJul 20, 2004 9:41 am 
Sam VarshavchikJul 20, 2004 5:38 pm 
Robin BowesJul 21, 2004 12:28 am 
Sam VarshavchikJul 21, 2004 4:09 am 
Robin BowesJul 21, 2004 4:38 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] Re: Replace functionality in maildrop?Actions...
From:Robin Bowes (robi@robinbowes.com)
Date:Jul 21, 2004 4:38:40 am
List:net.sourceforge.lists.courier-maildrop

On Wed, July 21, 2004 12:09, Sam Varshavchik said:

Robin Bowes writes:

First I tried using sed as follows:

LIST_FOLDER_NAME=`echo ${MATCH2}${MATCH3} | sed 's/\./\\\./g'`

This works from the command prompt:

# echo x.y.z | sed 's/\./\\\./g' x\.y\.z

...but doesn't do the business in maildrop.

Maildrop's parsing drops one level of backslashes.

Sam,

Thanks.

The following works:

LIST_FOLDER_NAME=`echo ${MATCH2}${MATCH3} | sed 's/\./\\\\\\\./g'`

R.

PS. Sorry about the flood to the list - problems with my mailserver. :( Fixed
now! :)