freefall.mc revision 28223
1160814Ssimondivert(-1)
2160814Ssimon#
3160814Ssimon# Copyright (c) 1983 Eric P. Allman
4160814Ssimon# Copyright (c) 1988, 1993
5160814Ssimon#	The Regents of the University of California.  All rights reserved.
6160814Ssimon#
7160814Ssimon# Redistribution and use in source and binary forms, with or without
8160814Ssimon# modification, are permitted provided that the following conditions
9160814Ssimon# are met:
10296465Sdelphij# 1. Redistributions of source code must retain the above copyright
11160814Ssimon#    notice, this list of conditions and the following disclaimer.
12160814Ssimon# 2. Redistributions in binary form must reproduce the above copyright
13160814Ssimon#    notice, this list of conditions and the following disclaimer in the
14160814Ssimon#    documentation and/or other materials provided with the distribution.
15160814Ssimon# 3. All advertising materials mentioning features or use of this software
16160814Ssimon#    must display the following acknowledgement:
17160814Ssimon#	This product includes software developed by the University of
18160814Ssimon#	California, Berkeley and its contributors.
19160814Ssimon# 4. Neither the name of the University nor the names of its contributors
20160814Ssimon#    may be used to endorse or promote products derived from this software
21160814Ssimon#    without specific prior written permission.
22160814Ssimon#
23160814Ssimon# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24160814Ssimon# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25160814Ssimon# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26160814Ssimon# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27160814Ssimon# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28160814Ssimon# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29160814Ssimon# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30160814Ssimon# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31160814Ssimon# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32160814Ssimon# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33160814Ssimon# SUCH DAMAGE.
34160814Ssimon#
35160814Ssimon
36160814Ssimon#
37160814Ssimon#  This the prototype for a "null client" -- that is, a client that
38160814Ssimon#  does nothing except forward all mail to a mail hub, plus an extra
39160814Ssimon#  line to make the email all appear as coming from "FreeBSD.org".
40160814Ssimon#
41160814Ssimon
42160814Ssimondivert(0)dnl
43160814SsimonVERSIONID(`$Id$')
44160814Ssimon
45160814SsimonOSTYPE(bsd4.4)
46160814SsimonFEATURE(nullclient, hub.$m)
47160814SsimonMASQUERADE_AS(FreeBSD.org)
48160814Ssimon