# HG changeset patch # User heiko # Date 1124459361 0 # Node ID dd2a6d48b046d42af0ba6beba6b4f5e634f07a33 # Parent ce3163d69ea618f4c526fee4d7891133b953e461 Usage... diff -r ce3163d69ea6 -r dd2a6d48b046 exiacl.pl --- a/exiacl.pl Fri Aug 19 13:38:06 2005 +0000 +++ b/exiacl.pl Fri Aug 19 13:49:21 2005 +0000 @@ -3,7 +3,7 @@ # $Id$ # $URL$ use constant USAGE => << '#'; -!ME! [options] [-- exim native options] +!ME! [options] [-- exim native options] --[no]log show the log output [!$Cf->log!] --[no]debug show debug debug output [!$Cf->debug!] @@ -23,6 +23,11 @@ --[no]callout [!$Cf->callout!] + Environment used: $EXIM [!$ENV{EXIM}!] + $EXIM_CONF [!$ENV{EXIM_CONF}!] + + Data is read from STDIN unless it's connected to terminal. + $Id$ $URL$ #