add -relay to ignore list
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 14 Oct 1988 02:34:49 +0000 (18:34 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 14 Oct 1988 02:34:49 +0000 (18:34 -0800)
SCCS-vsn: usr.bin/vacation/vacation.c 5.11

usr/src/usr.bin/vacation/vacation.c

index b989be8..169a4ce 100644 (file)
@@ -22,7 +22,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)vacation.c 5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)vacation.c 5.11 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -216,9 +216,9 @@ junkmail()
                char    *name;
                int     len;
        } ignore[] = {
                char    *name;
                int     len;
        } ignore[] = {
-               "-REQUEST", 8,  "Postmaster", 10,
-               "uucp", 4,      "MAILER-DAEMON", 13,
-               "MAILER", 6,    NULL, NULL,
+               "-request", 8,          "postmaster", 10,       "uucp", 4,
+               "mailer-daemon", 13,    "mailer", 6,            "-relay", 6,
+               NULL, NULL,
        };
        register struct ignore *cur;
        register int len;
        };
        register struct ignore *cur;
        register int len;