procmail
[Top] [All Lists]

Re: LOGFILE

1998-03-04 14:19:48
I wrote,

| Actually, it's going to be more like this ... and Terry would have to do it
| for EVERY delivering recipe:
| 
|    :0c:
|    * other conditions
|    * ^\/From: .*
|    folder
|     :0A
|     { LOG="$MATCH
| "
|       LOGABSTRACT=off
| 
|      :0h
|      /dev/null
|     }

Oops.  Assuming Terry had no more rcfiles named on the command line, this
would work, of course:

   :0c:
   * other conditions
   * ^\/From: .*
   folder
    :0A
    { LOG="$MATCH
"  LOGABSTRACT=off  HOST }

but I would still prefer to take care of it in TRAP rather than with extra
code for each recipe.

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