aboutsummaryrefslogtreecommitdiff
path: root/libexec/mail.local
Commit message (Collapse)AuthorAgeFilesLines
* style(9) nitsWarner Losh1997-12-261-2/+3
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=32009
* Be extra paranoid about the length of data returned from gethostbyaddr orWarner Losh1997-12-241-2/+2
| | | | | | | | gethostbyname. Submitted by: Julian Assange Notes: svn path=/head/; revision=31977
* Switch the effective uid to that of the user when writing mail files,Alexander Langer1997-11-131-3/+27
| | | | | | | | | | allowing quotas to be enforced on mail spools. PR: 1111 Submitted by: Charles Henrich <henrich@crh.cl.msu.edu> Notes: svn path=/head/; revision=31164
* Store temporary files in /var/tmp instead /tmp. This should avoidWolfram Schneider1997-10-112-4/+4
| | | | | | | | a possible disk overflow for enormous large mails. Submitted by: grog Notes: svn path=/head/; revision=30313
* Makefile.dist is a non-bmaked version of Makefile. We don't want it.Bruce Evans1997-08-021-14/+0
| | | | Notes: svn path=/head/; revision=27849
* This commit was generated by cvs2svn to compensate for changes in r27847,Bruce Evans1997-08-021-0/+14
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=27848
| * Import Lite2's src/libexec, except for makekey (which was spammedBruce Evans1997-08-022-0/+882
| | | | | | | | | by a repository copy from 1.1.5 and patched back to Lite1) and rbootd/bootdir/SYSHPBSD (which is binary). All changed files have already left the vendor branch. Notes: svn path=/vendor/CSRG/dist/; revision=27847
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24349
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Totally botched ths patch...revert back to Rev 1.7, and request aMarc G. Fournier1996-10-231-31/+1
| | | | | | | proper context diff from the submitter... Notes: svn path=/head/; revision=19118
* Last time I trust 'sucess's on a non-context diff...Marc G. Fournier1996-10-221-22/+23
| | | | | | | Pointed out by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=19114
* Fixes:Marc G. Fournier1996-10-221-1/+30
| | | | | | | | | | | | | | | >Description: /usr/libexec/mail.local runs as root. As such is can fill up a mailbox on a quota'd filesystem, and keep going... Makes quota's almost useless in an ISP environment. Closes: PR#bin/1111 Submitted by: Charles Henrich <henrich@crh.cl.msu.edu> Notes: svn path=/head/; revision=19107
* add forgotten $Id$Wolfram Schneider1996-09-223-0/+4
| | | | Notes: svn path=/head/; revision=18471
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-1/+1
| | | | | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong. Notes: svn path=/head/; revision=18286
* Introduce a -b option for sites who are not interested in the old biffJoerg Wunsch1996-04-132-11/+24
| | | | | | | service. (Avoid a ``in_vain'' warning...) Notes: svn path=/head/; revision=15235
* Another round of various man page cleanups.Mike Pritchard1996-02-091-1/+0
| | | | Notes: svn path=/head/; revision=14004
* Revert fsync ifdef behaviour and name, now default variant acts likeAndrey A. Chernov1995-10-312-2/+4
| | | | | | | | original one. Suggested by: peter Notes: svn path=/head/; revision=11952
* Put fsync under #ifdef EXTRA_SANITY and turn it off by default.Andrey A. Chernov1995-10-312-5/+8
| | | | | | | | fsync here cause real disk trashing when large UUCP mail chanks parsed. Notes: svn path=/head/; revision=11950
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8870
* Update to new make macros and disable Kerberos because we haven't got itGarrett Wollman1994-08-051-1/+1
| | | | | | | set up right yet. Notes: svn path=/head/; revision=1875
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-274-0/+662
Notes: svn path=/vendor/CSRG/dist/; revision=1592