Re: [Exim] Filter-question

Top Page
Delete this message
Reply to this message
Author: Tamas TEVESZ
Date:  
To: Patrick von der Hagen
CC: exim-users
Subject: Re: [Exim] Filter-question
On Wed, 19 Sep 2001, Patrick von der Hagen wrote:

 >    pipe "/opt/bin/gawk \'BEGIN {x=0} x==1 {print $0} NF==0 {x=1} \'
 >    >> /var/pp/logs.bak/$h_subject: .\`/bin/date +%y-%m\`"


wild wild guess

pipe "...logs.bak/"${h_subject} "..."

dunno how exim exec's the pipe_command, this does the trick in
shellish environments (although you have to be very careful, this is
essentially a shell account to any malicious party -- if it works at
all)

--
[-]