backlog etc...

D.psych36%berkeley at ucscc.UUCP D.psych36%berkeley at ucscc.UUCP
Fri Jun 17 08:55:13 AEST 1983


It might cut down on volume somewhat if you filtered out most of
the message headers before retransmission (and package it up in
perhaps 10kb digest sized chunks)... Here is a little filter I
use to clean up arpa mailings:
-------------------------------------------------------------
#! /bin/awk -f
!/^From daemon/ && !/^Via:/ && !/^>From/ && !/^Article-I.D.:/ && !
/^Sender:/ && !/^Cc:/ && !/^Reply-To:/ && !/^To:/ && !/Mail-From:/
 && !/^Message-Id:/ && !/^From C:daemon/ && !/id A0/ && !/id AA/ &&
 !/^In-Reply/ && !/^Remailed-/ && !/^Return-Path:/ && !/^Received:/ {print}

(note: delete \n from lines 2 and 3)

Michael M. Cohen
ucscc!psych36 at berkeley



More information about the Comp.unix.wizards mailing list