From: joy <> Date: Sat, 7 Oct 2000 04:47:36 +0000 (-0800) Subject: [project @ 2000-10-06 21:47:36 by joy] X-Git-Tag: release/2.6.0~1242 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0de6e7943638aee164645808bb05f0c7eafb9cc5;p=debbugs.git [project @ 2000-10-06 21:47:36 by joy] synced with master (not sure if this is useful, though) --- diff --git a/scripts/receive.in b/scripts/receive.in index 0b38997c..8b752e43 100755 --- a/scripts/receive.in +++ b/scripts/receive.in @@ -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');