Hi.

I've have a small problem with maildrop.

I'm running Courier 0.60 on Fedora 9 and when i setup an vacation messages i 
get "/bin/bash: maildrop: command not found."
I have 3 files i the users homedir.
.courier (-rw-------)
.mailfilter (-r--------)
.vacation.msg (-rw-r--r--)

The content of .courier are:
|| maildrop

The content of .mailfilter
cc $DEFAULT
xfilter "reformail -r -t"
/^To:.*/
getaddr($MATCH) =~ /^.*/;

MATCH=tolower($MATCH)
flock "vacation.lock" {
        `fgrep -iqx "$MATCH" vacation.lst 2>/dev/null || { \
                  echo "$MATCH" >>vacation.lst ; \
                  exit 1 ; \
              } `
}
if ( $RETURNCODE == 0 )
   exit
to "| ( cat - ; echo ''; cat .vacation.msg) | $SENDMAIL"

The content of .vacation.msg
Test

The funny thing are that the same thing worked on Redhat 7.3

I know that i did somthing wrong, but what ?

Kind regards

Jesper
*************************************************************************
Denne e-mail er scannet for virus og spam
*************************************************************************

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to