]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-10-06 21:47:36 by joy]
authorjoy <>
Sat, 7 Oct 2000 04:47:36 +0000 (20:47 -0800)
committerjoy <>
Sat, 7 Oct 2000 04:47:36 +0000 (20:47 -0800)
synced with master (not sure if this is useful, though)

scripts/receive.in

index 0b38997cf1665e6d361d011c5f1dabcf38039aeb..8b752e4361d73ba16c38f20c46d1c3c2df1f115b 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# $Id: receive.in,v 1.4 2000/09/29 21:47:03 joy Exp $
+# $Id: receive.in,v 1.5 2000/10/06 21:47:36 joy Exp $
 # usage: mail is piped directly into program
 
 #set umask in order to have group-writable incoming/*
@@ -38,6 +38,7 @@ y/A-Z/a-z/;
                    '-maintonly',  'M',
                    '-quiet',      'Q',
                    '-forwarded',  'F',
+                  '-fixed',      'X',
                    '-done',       'D',
                    '-close',      'D',
                    '-submitter',  'U');