From: cjwatson <> Date: Tue, 5 Nov 2002 00:32:02 +0000 (-0800) Subject: [project @ 2002-11-04 16:32:02 by cjwatson] X-Git-Tag: release/2.6.0~1009 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e7a730b8a28bb4190de55ef21e1e543f779cb56f;p=debbugs.git [project @ 2002-11-04 16:32:02 by cjwatson] Remove support for -fixed address from receive, since nothing else supports it. --- diff --git a/debian/changelog b/debian/changelog index 75c823c1..029368fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. diff --git a/scripts/receive.in b/scripts/receive.in index b0942949..92427913 100755 --- a/scripts/receive.in +++ b/scripts/receive.in @@ -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',