diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-04-22 02:10:19 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-04-22 02:10:19 +0000 |
commit | 67009e2c8cd66c45e9be0630885e6afe39f6055b (patch) | |
tree | 7f2523c9e8b5225584153f24e1f45862e15232dd /mail/procmail | |
parent | 31b33b57e3a6fca17fc355a9f0d6b02165983a77 (diff) |
Notes
Diffstat (limited to 'mail/procmail')
-rw-r--r-- | mail/procmail/files/patch-ab | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/mail/procmail/files/patch-ab b/mail/procmail/files/patch-ab index be45797a7c37..25bbf4d58922 100644 --- a/mail/procmail/files/patch-ab +++ b/mail/procmail/files/patch-ab @@ -1,24 +1,28 @@ -*** config.h.bak Mon Oct 30 05:09:07 1995 ---- config.h Wed Aug 28 17:10:52 1996 +*** config.h.orig Mon Apr 28 04:27:41 1997 +--- config.h Wed Apr 22 05:55:53 1998 *************** -*** 45,51 **** +*** 43,51 **** + >From_ field will be added in the header */ + #define TRUSTED_IDS {"root","daemon","uucp","mail","x400","network",\ - "list","slist","lists","news",0} +! "list","slist","lists","news",0} ! /*#define NO_fcntl_LOCK /* uncomment any of these three if you */ /*#define NO_lockf_LOCK /* definitely do not want procmail to make */ /*#define NO_flock_LOCK /* use of those kernel-locking methods */ ---- 45,51 ---- +--- 43,51 ---- + >From_ field will be added in the header */ + #define TRUSTED_IDS {"root","daemon","uucp","mail","x400","network",\ - "list","slist","lists","news",0} +! "list","slist","lists","news","majordom","majordomo",0} ! #define NO_fcntl_LOCK /* uncomment any of these three if you */ /*#define NO_lockf_LOCK /* definitely do not want procmail to make */ /*#define NO_flock_LOCK /* use of those kernel-locking methods */ *************** -*** 69,79 **** +*** 71,81 **** is not found, maildelivery will proceed as normal to the default system mailbox. */ @@ -30,7 +34,7 @@ rcfiles which will be executed with the uid of the owner of the rcfile (this only happens if procmail is called with the -m option, without variable assignments on the command ---- 69,79 ---- +--- 71,81 ---- is not found, maildelivery will proceed as normal to the default system mailbox. */ |