At 00:18 10/04/98 -0500, Ken Hooper wrote:
I need help from people smarter than me again. Anybody care to collaborate
on this? Karl Pinc and I were talking, and I said:
Renewal processor. Forces listees to confirm that they still want to
receive the list by returning a cookie, else it drops them. Renewals can
happen at any interval, set by the maintainer, from 1 to 365 days. Listees
have a certain number of days (set by the maintainer) to return the cookie
before they are dropped.
...etc
And he said:
0: h
* Subject:.*[ ]keepme[ ]
{ # Take the user off the kill list.
killfile \
= `formail -x "Subject:" | sed 's/.*: keepme *\([^ ]*\)\(.*\)/\1/'`
subscriber \
....etc
You guys need a translator? <g>
Ralph Henderson