From e7a730b8a28bb4190de55ef21e1e543f779cb56f Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Mon, 4 Nov 2002 16:32:02 -0800 Subject: [PATCH] [project @ 2002-11-04 16:32:02 by cjwatson] Remove support for -fixed address from receive, since nothing else supports it. --- debian/changelog | 2 ++ scripts/receive.in | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) 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', -- 2.39.5