listproc. sourceforge. net ListProc is an automated information distribution and retrieval system for electronic mailing lists and file archives ListProc is intended to be easy to maintain, support and use
listproc. sourceforge. net # SCCS file: usr SCCS home server listproc s welcome global # #! bin sh # Global welcome file for subscription to a list # When a new subscription is entered, this script is executed and the output # is sent to the new subscriber The user's request is piped to stdin, and # the following arguments will be passed: # # $1: The list's name
listproc. sourceforge. net #! usr bin sh # Search the ListProc subscriber ignored owners files # Created by David Rosenthal and Meir Green # Created Dec 15, 1997 # Ver 1 20 # Mar 1 1998 LPDIR=" var listproc" USAGE="Usage: list user find [-t] [listname] -t Two word search term (ie firstname lastname)" if [ "$1" = "" ]; then echo "$USAGE" exit 1 fi
listproc. sourceforge. net $log_fh = new IO::File("$LPDIR account log", O_WRONLY|O_APPEND|O_EXLOCK|O_CREAT);