procmail
[Top] [All Lists]

Problem. No message and procmail seems that it doesn't work at all.

1997-05-12 06:49:00

Hi, I am trying to make my .procmailc work for a couple of weeks and
despite having attending the list and reading the manuals, I am afraid
that I can't make the procmail work. I have added a logfile in my
procmailrc, but still, there is not any message delivered or any warnings
about errors that might occur. It looks like that nothing works. :-(
Could you tell me any tips or sth I might have missed in my recipe ?

The version of procmail is :

procmail vv3.11pre6 1997/04/11 written and created by Stephen R. van den
Berg

My .forward file is :

"|IFS=' ' && exec /usr/local/bin/procmail -f- || exit 75 #george"

My .procmailrc is :

# VARIABLES
VERBOSE=yes
PATH=/bin:/usr/bin:/usr/local/bin:/usr/local/mh/bin:/usr/local/mh/lib
MAILDIR=$HOME/mail
LOGFILE=$MAILDIR/log
#LOGFILE=/dev/null
PMDIR=$HOME/.procmail
LOGFILE=$PMDIR/log
LOCKFILE=$HOME/.lockmail
MYADDR="george(_at_)dallas(_dot_)ucd(_dot_)ie"

# Autoreplies when a message is delivered and sends
# an appropriate message to the sender. The mailing
# lists are excluded.
:0 
!^FROM_DAEMON
!^FROM +george
!^FROM Campino.Informatik.RWTH-Aachen.DE
!^X-Loop: $MYADDR
{
FROM=`formail -rt -xTo:`
SUBJECT=`formail -xSubject:`
:0 hc
| (formail -rt \
-I"X-Loop: $MYADDR" \
-I"Subject: Automated Reply [Re:$SUBJECT]" \
-I"From:  <george(_at_)dallas(_dot_)ucd(_dot_)ie>" \
-I"Precedence: bulk" \ 
 echo "`date` : $FROM : $SUBJECT ... ") \
 | $SENDMAIL -oi -t
}

# MAILING LISTS & some specific individuals. Redirect the mails to
# folders.
:0 w: sak/$LOCKEXT
* ^FROM.*sak
| rcvstore +sak

# DEFAULT ACTION
:0 w: inbox/$LOCKEXT
| rcvstore +inbox

Any help would be highly appreciated.
Thank you in advance.
George.