[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Administrivia
From: |
Henry Nelson |
Subject: |
Re: lynx-dev Administrivia |
Date: |
Mon, 8 May 2000 19:32:21 +0900 (JST) |
> ... your scenario seems unrealistic & a bit paranoid.
It is neither. We are guests; whatever Bob and sig.net says, goes.
> does anyone else have opinions?
Well, if one little line of insurance is too much for you, write
a filter to remove it as the mail comes in. That goes for the
"lynx-dev" in the Subject line as well. If you don't mind awk,
# from "filterLynxDevCruft" - v1.03 by Will Mengarini
{if( $0 ~ /^Subject: +([Rr][Ee]: +)*((LYNX-DEV)|(lynx-dev)):? / ){
sub( /((LYNX-DEV)|(lynx-dev)):? +/, "" )
sub( /[Rr][Ee]: +([Rr][Ee]: +)+/, "Re: " ) } }
{junk = /========================,,======================================/ ||
/SUPPORT ___________\/\/___, Philip Webb : address@hidden/ ||
/ELECTRIC \/] [] [] [] [] []| Centre for Urban & Community Studies/ ||
/TRANSIT `-O----------O---' University of Toronto/ ||
/; To UN.*: Send "un.* lynx-dev" to address@hidden/ }
! junk
should do.
__Henry
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden