$Id: README,v 1.1 2002/04/23 12:37:25 lha Exp $ mail-forward * compile If you are using the cvs-version, regenerate the auto-foo files with the shell script regen.sh. To compile you need libroken. Libroken is part of the following packages: arla, heimdal, kth-krb. Its also distributed with FreeBSD and NetBSD. If roken.h or libroken.{a,so} in installed in non standard paths, give the argument(s) (one or more) to configure --with-roken=dir (will use -I$dir/include and -L$dir/lib) --with-roken-include=dir (will use -I$dir) --with-roken-lib=dir (will use -L$dir) The two later override the first. * use : lha@nutcracker ; /afs/stacken.kth.se/usr/local/bin/mail-forward --help Usage: mail-forward [--debug] [-d] [--subject=string] [--to=string] [--from=string] [--reply-to=string] [--version] [--help] [sendmail arguments] For more infomation, read the manpage. Example usage : lha@nutcracker ; grep -e '^mail-forward' /afs/stacken.kth.se/src/SourceRepository/CVSROOT/loginfo mail-forward (echo ""; echo $USER; echo %s; date; cat) | /afs/stacken.kth.se/usr/local/bin/mail-forward --subject=mail-forward --to=mail-forward-commit@stacken.kth.se