procmail
[Top] [All Lists]

Re: [autoresponder] testing existence of requested file

1999-12-04 15:25:44
Rejo wrote,

| Another thing i came across was this 'a' flag on the recipe that will
| log all requests to a second logfile:
| 
|   :0ah:
|   | echo $TO_LOG  >> $LOGDIR/bot
| 
| That shouldn't be a 'a', as all requests should be logged, not only
| those that have been successfull. I have removed that 'a' now.

The action line of that recipe won't read any text from the message, so in
case the header is very long, it may fill more than one buffer.  Therefore
you need the `i' flag there.  In fact, you don't really need `h'.