At 01:54 PM 3/17/97 -0500, Stan Ryckman (that's me) wrote:

[snip]

>3. Create the file "tmp.awk" with the following contents:
[snip]
>                "quiet set listname short for", $0
[...]
>                "quiet set listname short for", $0
[...]
>                print "quiet set listname short for",

Duhhh... you wanted to change short subscribers to full, so replace
"short" by "full" in the awk script (the three occurrences above).

Sorry!
Stan