/***********************************************************************1* *2* This software is part of the BSD package *3*Copyright (c) 1978-2012 The Regents of the University of California an*4* *5* Redistribution and use in source and binary forms, with or *6* without modification, are permitted provided that the following *7* conditions are met: *8* *9* 1. Redistributions of source code must retain the above *10* copyright notice, this list of conditions and the *11* following disclaimer. *12* *13* 2. Redistributions in binary form must reproduce the above *14* copyright notice, this list of conditions and the *15* following disclaimer in the documentation and/or other *16* materials provided with the distribution. *17* *18* 3. Neither the name of The Regents of the University of California*19* names of its contributors may be used to endorse or *20* promote products derived from this software without *21* specific prior written permission. *22* *23* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND *24* CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, *25* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF *26* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE *27* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS *28* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *29* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED *30* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, *31* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON *32* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, *33* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY *34* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE *35* POSSIBILITY OF SUCH DAMAGE. *36* *37* Redistribution and use in source and binary forms, with or without *38* modification, are permitted provided that the following conditions *39* are met: *40* 1. Redistributions of source code must retain the above copyright *41* notice, this list of conditions and the following disclaimer. *42* 2. Redistributions in binary form must reproduce the above copyright *43* notice, this list of conditions and the following disclaimer in *44* the documentation and/or other materials provided with the *45* distribution. *46* 3. Neither the name of the University nor the names of its *47* contributors may be used to endorse or promote products derived *48* from this software without specific prior written permission. *49* *50* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" *51* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *52* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *53* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS *54* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, *55* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT *56* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF *57* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND *58* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, *59* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT *60* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF *61* SUCH DAMAGE. *62* *63* Kurt Shoens (UCB) *64* gsf *65* *66***********************************************************************/67/*68* mailx version stamp69*/7071#define YEAR "2012"72#define STAMP "\n@(#)$Id: mailx (AT&T/BSD) 9.9 2012-02-29 $\n"737475