diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-07-25 17:29:04 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-07-25 17:29:04 +0000 |
commit | 1ef7dd4a13b57e6ace10762ae2236d9255d70eea (patch) | |
tree | 00a03bb4b68f94ee8859843f6a57a5b953d34e54 | |
parent | 48128b6c31d8ff624023fc1bf5640de874033ecc (diff) |
remove local hack
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/feature/mailnametable.m4 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/feature/mailnametable.m4 b/gnu/usr.sbin/sendmail/cf/feature/mailnametable.m4 deleted file mode 100644 index aae01de2719..00000000000 --- a/gnu/usr.sbin/sendmail/cf/feature/mailnametable.m4 +++ /dev/null @@ -1,19 +0,0 @@ -divert(-1) -# -# Simple feature to do username rewriting (converse of an alias) -# - -divert(0) -VERSIONID(`$OpenBSD: mailnametable.m4,v 1.2 2001/01/15 21:08:55 millert Exp $') -divert(-1) - -define(`MAILNAME_TABLE', ifelse(_ARG_, `', DATABASE_MAP_TYPE `-o' MAIL_SETTINGS_DIR`mailnames', `_ARG_')) -LOCAL_CONFIG -ifdef(`MAILNAME_TABLE', `Kmailnames' MAILNAME_TABLE) -PUSHDIVERT(1) -LOCAL_RULE_1 -ifdef(`MAILNAME_TABLE', -R$- $: $>3 $(mailnames $1 $) -R$- < @ $=w . > $: $>3 $(mailnames $1 $) -) -POPDIVERT |