procmail
[Top] [All Lists]

procmail problem

1996-10-04 16:12:16

Following is a section of my .procmailrc file. I am trying to have the
mail message placed in the path $SEASONDIR/$THISWEEK/$KEYWORD and then
a verification script will be run. If the first recipe is omitted the
verification runs fine. If the first recipe is included the
verification does not get run. Is there something wrong with this
syntax?

Tim


:0
* ^[    ]*Subject:.*NFL-season
{
  DUMMY=`test -f $SEASONDIR/$THISWEEK/$KEYWORD && /bin/rm 
$SEASONDIR/$THISWEEK/$KEYWORD`

  :0:
  $SEASONDIR/$THISWEEK/$KEYWORD

  :0
  | /home/jennings/bin/season_verify $FROM $THISWEEK $KEYWORD
}

<Prev in Thread] Current Thread [Next in Thread>