3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Syntax problem
FromSent OnAttachments
Igor StrohOct 11, 2002 7:14 am 
Alexander LazicOct 11, 2002 7:36 am 
Igor StrohOct 11, 2002 7:59 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] Syntax problemActions...
From:Igor Stroh (str@scan-plus.de)
Date:Oct 11, 2002 7:59:41 am
List:net.sourceforge.lists.courier-maildrop

On Fre, 2002-10-11 at 16:36, Alexander Lazic wrote:

On Fre 11.10.2002 16:11, Igor Stroh wrote:

cc "!us@somehost.net"

try:

cc !us@somehost.net #without '"'

when I specify <expression> without quotes then maildrop writes to an mbox file called '0' in $HOME containing the matched mail, pretty strange :)

The message was definately _not_ delivered to the address specified after cc. Any ideas?

[ manual excerpt ]

yeah, I know :)

Anyway, I solved the problem. Apparently the $SHELL var was not set, so no external programs could be executed. I tried `to "cat - > foo"` and it didn't work either, so I got suspicious and set SHELL=/bin/sh which solved the issue...

greetings, Igor