Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / miscellany / audit / Suggestions
1 Date: Mon, 30 Mar 92 08:07:45 PST
2 From: David Vezie <dv@cc-mac.nbn.com>
3
4     That is, that the Received: lines might be useful.  For the person who
5     wanted to avoid infinite loops, the problem could be solved by your
6     package if you enabled the individual Received: lines to be parsed.
7     He could, for example do:
8
9         rcvdist("myself@siteB") if ( ! grep (/siteB/, @received));
10
11     (If there is no Received: line for siteB, he would forward it to siteB,
12     thus preventing infinite loops).  The mirror system would be on siteB for
13     siteA.
14
15     (Actually, I could do the same thing!  I have the same (or a similar)
16     problem).
17
18 Completed: 3/31/92
19