History log of /freebsd-10-stable/bin/rmail/
Revision Date Author Comments
256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


203916 15-Feb-2010 uqs

Bump WARNS where possible.

Checked by: make universe
Approved by: ed (co-mentor)


147225 10-Jun-2005 des

Remove kludges intended to support src trees with partial obj trees.

Discussed with: ru


139112 21-Dec-2004 ru

NOSHARED -> NO_SHARED


127287 22-Mar-2004 obrien

Remove WFORMAT, style.Makefile(5).


126173 23-Feb-2004 johan

style.Makefile:
Use WARNS?= instead of WARNS=


117299 07-Jul-2003 gshapiro

Remove MAINTAINER= lines from individual Makefiles in favor of the
MAINTAINER file (which already had entries for sendmail).


90798 17-Feb-2002 gshapiro

Update build infrastructure for sendmail 8.12.


90167 04-Feb-2002 kris

Correct inadvertent style botches in previous commit.


90166 04-Feb-2002 kris

Lock down with WFORMAT=1 except those directories with unfixed warnings.
Tested on i386 and alpha.


87323 04-Dec-2001 obrien

Default to WARNS=2. Binary builds that cannot handle this must explicitly
set WARNS=0.

Reviewed by: mike


74845 27-Mar-2001 ru

MAN[1-9] -> MAN.


67660 26-Oct-2000 gshapiro

Add a MAINTAINER= line so people know who to blame


66961 11-Oct-2000 gshapiro

Style fixes


65970 17-Sep-2000 gshapiro

Give users a way to alter the sendmail (and related utilities) build
environment so they can enable functionality such as SASL, LDAP, Hesiod.


64567 12-Aug-2000 gshapiro

The rest of the changes needed to support the new version of sendmail (8.11.0).
Beyond changes to the build system, this includes fixing up the sample
freebsd.mc configuration for changes in defaults and syntax, removing
outdated documentation, and updating the release notes.


50471 27-Aug-1999 peter

$Id$ -> $FreeBSD$


38093 04-Aug-1998 peter

Use sendmail-8.9.1 rmail (with our changes).


36148 18-May-1998 charnier

Correct use of .Nm. Add section number to .Xr references.


31743 15-Dec-1997 eivind

Revert 1.15 - duplicate code (initialization).

Pointed-out-by: bde


31687 12-Dec-1997 eivind

Make this lint more cleanly

Obtained from: OpenBSD file rev 1.4 by mickey


27968 07-Aug-1997 steve

Observe precedence set by Philippe Charnier when adding an
rcsid.


27960 07-Aug-1997 steve

#include <err.h> for err(3) call and replace extern reference to errno
with #include <errno.h>.


27107 30-Jun-1997 charnier

Remove lines inside #ifdef 0/#endif.


26467 06-Jun-1997 charnier

Err(3) was locally defined (for portability reasons). Use #ifdef 0/#endif
to hide this so libc is kept instead.


24348 28-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


22988 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


20423 14-Dec-1996 steve

Cleanup man page and -Wall cleaning.


10824 16-Sep-1995 pst

If mail is received with no from address, invoke sendmail with
/usr/sbin/sendmail -f <> dest
rather than
/usr/sbin/sendmail -f dest.

Submitted by: Michael Butler <imb@scgt.oz.au>
Obtained from: Eric Allman <eric@cs.berkeley.edu>


8855 30-May-1995 rgrimes

Remove trailing whitespace.

Reviewed by: phk


7165 19-Mar-1995 joerg

You will find enclosed some changes to make gcc -Wall more happy in
/usr/src/bin. Note that some patches are still needed in that directory.

I (Joerg) finished most of Philippe's cleanup. /bin/sh will still
need *allot* of work, however.

Submitted by: charnier@lirmm.fr (Philippe Charnier)


6904 05-Mar-1995 joerg

Use `interactive' (foreground) delivery by default. The old behaviour
of queuing mails only can be restored by uncommenting a CFLAGS+= line
in the makefile, so sites that _really_ need this (perhaps some huge
mail hubs) can still have it. The majority of FreeBSD boxes is better
served with an immediate delivery (and last time i've been asking on
the list, nobody complained).


3044 24-Sep-1994 dg

Added $Id$


1864 05-Aug-1994 wollman

Fix makefiles for our macros.


1557 26-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1556,
which included commits to RCS files with non-trunk default branches.