summaryrefslogtreecommitdiffstats
path: root/bin/rmail
Commit message (Collapse)AuthorAgeFilesLines
* #include <err.h> for err(3) call and replace extern reference to errnosteve1997-08-071-8/+6
| | | | with #include <errno.h>.
* Remove lines inside #ifdef 0/#endif.charnier1997-06-301-34/+1
|
* Err(3) was locally defined (for portability reasons). Use #ifdef 0/#endifcharnier1997-06-061-1/+5
| | | | to hide this so libc is kept instead.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
| | | | | | | | 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.
* Cleanup man page and -Wall cleaning.steve1996-12-142-10/+21
|
* If mail is received with no from address, invoke sendmail withpst1995-09-161-1/+3
| | | | | | | | | /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>
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
| | | | Reviewed by: phk
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-191-1/+3
| | | | | | | | | /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)
* Use `interactive' (foreground) delivery by default. The old behaviourjoerg1995-03-052-2/+10
| | | | | | | | 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).
* Added $Id$dg1994-09-243-0/+4
|
* Fix makefiles for our macros.wollman1994-08-051-1/+1
|
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-263-0/+436
OpenPOWER on IntegriCloud