3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] how to test if a mail...
FromSent OnAttachments
Jukka SalmiJan 29, 2003 7:54 am 
Roman NeuhauserJan 29, 2003 8:20 am 
Jukka SalmiJan 29, 2003 9:11 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] how to test if a maildir existsActions...
From:Jukka Salmi (salm@gmx.net)
Date:Jan 29, 2003 9:11:42 am
List:net.sourceforge.lists.courier-maildrop

Roman Neuhauser wrote:

[...] RETURNCODE [...]

let's see if i understood what you meant:

TRASH="$DEFAULT" `test -d "${DEFAULT}.Trash"` if ($RETURNCODE == 0) { TRASH="${DEFAULT}.Trash/" } if (...) { to "$TRASH" }

legally execute a president: exec $(echo 'george w. bush' | sed 's/^.* \(.\)u/\/\1in\//')

nice :) this would make it a bit more readable (I don't know it that's feasible :)

sed -E 's;^.* (.)u;/\1in/;'

it doesn't matter whether it's readable or not as long as he's dead afterwards... ;-)

regards, jukka