]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2002-11-04 16:32:02 by cjwatson]
authorcjwatson <>
Tue, 5 Nov 2002 00:32:02 +0000 (16:32 -0800)
committercjwatson <>
Tue, 5 Nov 2002 00:32:02 +0000 (16:32 -0800)
Remove support for -fixed address from receive, since nothing else supports
it.

debian/changelog
scripts/receive.in

index 75c823c10bc3138428d4708ee7f85bd4c4662a08..029368fa88b7d097b071532cf300a10dcf613454 100644 (file)
@@ -75,6 +75,8 @@ debbugs (2.4) experimental; urgency=low
     way accidentally a lot, closes: #96164. [Colin]
   * Give better feedback from pkgreport.cgi when querying a non-existent
     package name, closes: #93433. [Colin]
+  * Remove support for -fixed address from receive, since nothing else
+    supports it. [Colin]
   * Fix a few typos, closes: #146745, #152751.
   * Various other things, not worth mentioning here.
 
index b0942949d18a4eeaf94392f3cd72dabbeef601a1..92427913a9c97fcc0fbbe277bc026c8d7c147d33 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: receive.in,v 1.12 2002/01/06 10:46:24 ajt Exp $
+# $Id: receive.in,v 1.13 2002/11/04 16:32:02 cjwatson Exp $
 # usage: mail is piped directly into program
 
 #set umask in order to have group-writable incoming/*
@@ -42,7 +42,6 @@ y/A-Z/a-z/;
                    '-maintonly',  'M',
                    '-quiet',      'Q',
                    '-forwarded',  'F',
-                  '-fixed',      'X',
                    '-done',       'D',
                    '-close',      'D',
                   '-request',    'R',