procmail
[Top] [All Lists]

Re: $1 $2 $3

2002-07-08 20:57:37
Homer Smith asked,

|     Would you show me quickly how to turn on verbose logging?

Right there in the procmailrc(5) man page:

 VERBOSE=on

at the point in your rcfile where you want verbose logging to start.  If you
prefer, the following will do it as well:

 VERBOSE=true
 VERBOSE=yes # or any string starting with y
 VERBOSE=1 # or any positive number

You shut it verbose logging off by setting VERBOSE to any of these:

 off
 false
 no # or any string starting with n
 0

I imagine you could also shut it off by unsetting the VERBOSE variable.





_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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