In message <9505191406.AA23284@hawksbill.sprintmrn.com>, Paul Ferguson writes:
Is there a document or reference available that spells out the proper way to delegate in-addr authority?
Thanks
Brian
D. Brian Kimmel Kimbro, Inc. Voice 937-8381
Make it stop!
This is. like, the 10th message duplicate I've recieved from this guy. Time to add him to my filter-list, I suppose.
- paul
_____________________________________________________________________________ __ Paul Ferguson US Sprint tel: 703.689.6828 Managed Network Engineering internet: paul@hawk.sprintmrn.c om Reston, Virginia USA http://www.sprintmrn.com
For mh users: #!/bin/sh if [ -z "$1" ] ; then folder else folder +$1 fi msgs=`scan -format '%{Message-Id} %(msg)' \ | sort | awk '{if(prev==$1){print $2;}prev=$1;}'` if [ ! -z "$msgs" ] ; then rmm $msgs ; fi sortm folder Curtis