summaryrefslogtreecommitdiff
path: root/contrib/sendmail/rmail/rmail.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge sendmail 8.16.1 to HEAD: See contrib/sendmail/RELEASE_NOTES for detailsGregory Neil Shapiro2020-07-151-1/+1
|\ | | | | | | | | | | | | | | | | Includes build infrastructure & config updates required for changes in 8.16.1 MFC after: 5 days Notes: svn path=/head/; revision=363233
* | Merge sendmail 8.14.9 to HEADGregory Neil Shapiro2014-05-221-1/+1
|\| | | | | | | | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=266527
* | Merge sendmail 8.14.8 to HEADGregory Neil Shapiro2014-01-261-3/+3
|\| | | | | | | | | | | | | MFC after: 5 days Notes: svn path=/head/; revision=261194
* | Merge sendmail 8.14.7 to HEADGregory Neil Shapiro2013-04-211-3/+3
|\| | | | | | | | | | | | | MFC after: 4 days Notes: svn path=/head/; revision=249729
| * Stage 1 of sendmail dist tree flattening. contrib/sendmail/contribPeter Wemm2008-08-281-433/+0
| | | | | | | | | | | | | | prevents doing this in one pass. Notes: svn path=/vendor/sendmail/dist/; revision=182324
| * Import sendmail 8.12.4vendor/sendmail/8.12.4Gregory Neil Shapiro2002-06-111-1/+1
| | | | | | | | | | Notes: svn path=/vendor/sendmail/dist/; revision=98121 svn path=/vendor/sendmail/8.12.4/; revision=98123; tag=vendor/sendmail/8.12.4
| * Import of post-8.12.3 bug fixes from vendor repository.vendor/sendmail/8.12.3-20020420Gregory Neil Shapiro2002-04-201-1/+1
| | | | | | | | | | | | | | | | These are being imported for the upcoming FreeBSD 4.6 release. Notes: svn path=/vendor/sendmail/dist/; revision=95154 svn path=/vendor/sendmail/8.12.3-20020420/; revision=95156; tag=vendor/sendmail/8.12.3-20020420
| * Import sendmail 8.12.2Gregory Neil Shapiro2002-02-171-114/+72
| | | | | | | | Notes: svn path=/vendor/sendmail/dist/; revision=90792
| * Import sendmail 8.11.4Gregory Neil Shapiro2001-05-281-2/+2
| | | | | | | | Notes: svn path=/vendor/sendmail/dist/; revision=77349
| * Import sendmail 8.11.3Gregory Neil Shapiro2001-02-281-4/+4
| | | | | | | | Notes: svn path=/vendor/sendmail/dist/; revision=73188
| * Import sendmail 8.11.2Gregory Neil Shapiro2001-01-211-3/+2
| | | | | | | | Notes: svn path=/vendor/sendmail/dist/; revision=71345
| * Import of sendmail version 8.11.1 into vendor branch SENDMAIL withGregory Neil Shapiro2000-10-011-7/+17
| | | | | | | | | | | | | | | | | | release tag v8_11_1. Obtained from: ftp://ftp.sendmail.org/pub/sendmail/ Notes: svn path=/vendor/sendmail/dist/; revision=66494
| * Import of sendmail version 8.11.0 into vendor branch SENDMAIL withGregory Neil Shapiro2000-08-121-148/+184
| | | | | | | | | | | | | | | | | | release tag v8_11_0. Obtained from: ftp://ftp.sendmail.org/pub/sendmail/ Notes: svn path=/vendor/sendmail/dist/; revision=64562
| * Import sendmail-8.9.2 onto vendor branch (update from 8.9.1)Peter Wemm1999-01-121-3/+3
| | | | | | | | | | | | | | Obtained from: ftp.sendamil.org Notes: svn path=/vendor/sendmail/dist/; revision=42575
* | Move the $FreeBSD$ CVS labels far enough away from the $Id$ CVS labels soGregory Neil Shapiro2002-08-281-2/+2
| | | | | | | | | | | | | | | | | | I don't have to manually resolve conflicts on every import. Ironically, most of these files have no changes from the vendor version except the $FreeBSD$ line. Notes: svn path=/head/; revision=102533
* | Resolve conflicts from sendmail 8.12.4 importGregory Neil Shapiro2002-06-111-1/+1
| | | | | | | | Notes: svn path=/head/; revision=98125
* | Resolve conflicts from import of post-8.12.3 bug fixes.Gregory Neil Shapiro2002-04-201-1/+1
| | | | | | | | Notes: svn path=/head/; revision=95157
* | Resolve conflicts from sendmail 8.12.2 importGregory Neil Shapiro2002-02-171-114/+72
| | | | | | | | Notes: svn path=/head/; revision=90795
* | Resolve conflicts from 8.11.4 importGregory Neil Shapiro2001-05-281-2/+2
| | | | | | | | Notes: svn path=/head/; revision=77352
* | Repair 8.11.3 merge conflictsGregory Neil Shapiro2001-02-281-4/+4
| | | | | | | | Notes: svn path=/head/; revision=73191
* | Repair 8.11.2 merge conflictsGregory Neil Shapiro2001-01-211-3/+2
| | | | | | | | Notes: svn path=/head/; revision=71348
* | Fix conflicts from merge of sendmail 8.11.1Gregory Neil Shapiro2000-10-011-7/+17
| | | | | | | | Notes: svn path=/head/; revision=66497
* | Fix conflicts from merge of sendmail 8.11.0.Gregory Neil Shapiro2000-08-121-149/+185
| | | | | | | | | | | | | | PR: bin/11552 misc/18512 bin/15088 Notes: svn path=/head/; revision=64565
* | Merge sendmail 8.9.1 -> 8.9.2 changes into mainline. Some of our changesPeter Wemm1999-01-121-3/+3
| | | | | | | | | | | | | | were submitted back to sendmail.org (stage 1) and were incorporated. Notes: svn path=/head/; revision=42580
* | Copy original rev 1.2 - immediate delivery rather than queueing and -Wall.Peter Wemm1998-08-041-0/+6
| | | | | | | | Notes: svn path=/head/; revision=38080
* | Copy respective revisions from usr.sbin/sendmail/*/* - use -1 with getopt.Peter Wemm1998-08-041-1/+1
|/ | | | Notes: svn path=/head/; revision=38076
* Import sendmail-8.9.1 (slightly trimmed) onto a fresh branch undervendor/sendmail/8.9.1Peter Wemm1998-08-031-0/+430
src/contrib as per various discussions. I will copy across our changes and then point the Makefiles across once the dust has settled.. Notes: svn path=/vendor/sendmail/dist/; revision=38032 svn path=/vendor/sendmail/8.9.1/; revision=38034; tag=vendor/sendmail/8.9.1