diff options
author | ache <ache@FreeBSD.org> | 1998-04-22 02:10:19 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-04-22 02:10:19 +0000 |
commit | 1ca6f29b40e61ac311c77a479e8c27b47c8b18d5 (patch) | |
tree | 7a1c50336c02a9150907e423a40224466ef5ef79 /mail/procmail | |
parent | eedc1d9f79ef1424d43e3d5f633c57cda838b30e (diff) | |
download | FreeBSD-ports-1ca6f29b40e61ac311c77a479e8c27b47c8b18d5.zip FreeBSD-ports-1ca6f29b40e61ac311c77a479e8c27b47c8b18d5.tar.gz |
add majordomo to trusted users list
PR: 6337
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 be45797..25bbf4d 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. */ |