North American Network Operators Group

Date Prev | Date Next | Date Index | Thread Index | Author Index | Historical

Re: Delegation

  • From: Curtis Villamizar
  • Date: Wed May 24 17:41:27 1995

In message <[email protected]>, 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: [email protected]
> 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