"program" maps can be used for aliases
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 16 May 1995 21:40:02 +0000 (13:40 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 16 May 1995 21:40:02 +0000 (13:40 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.165

usr/src/usr.sbin/sendmail/src/conf.c

index 4891252..f7fb40b 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)conf.c     8.164 (Berkeley) %G%";
+static char sccsid[] = "@(#)conf.c     8.165 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -385,7 +385,7 @@ setupmaps()
 #endif
 
        /* arbitrary programs */
 #endif
 
        /* arbitrary programs */
-       MAPDEF("program", NULL, 0,
+       MAPDEF("program", NULL, MCF_ALIASOK,
                map_parseargs, null_map_open, null_map_close,
                prog_map_lookup, null_map_store);
 
                map_parseargs, null_map_open, null_map_close,
                prog_map_lookup, null_map_store);