Subject: CVS commit: src/usr.bin/mail
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/27/2007 15:14:51
Module Name:	src
Committed By:	christos
Date:		Sat Oct 27 15:14:51 UTC 2007

Modified Files:
	src/usr.bin/mail: cmd2.c cmd3.c cmdtab.c collect.c def.h extern.h
	    glob.h mail.1 send.c support.c vars.c

Log Message:
From Anon Ymous:
- Add a "bounce" command as requested by garbled@.
  From the manpage:

 bounce  Takes a list of messages and prompts for an address to bounce the
         messages to.  All the original header fields are preserved except
         for the ``Delivered-To'', ``X-Original-To'' and ``Status''
         fields.  The new ``To'' field contains the bounce address(es)
         plus any addresses in the old ``To'' field minus the user's local
         address and any on the alternates list.  (See the alternates com-
         mand.)


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/usr.bin/mail/cmd2.c
cvs rdiff -r1.35 -r1.36 src/usr.bin/mail/cmd3.c
cvs rdiff -r1.18 -r1.19 src/usr.bin/mail/cmdtab.c
cvs rdiff -r1.40 -r1.41 src/usr.bin/mail/collect.c
cvs rdiff -r1.25 -r1.26 src/usr.bin/mail/def.h
cvs rdiff -r1.29 -r1.30 src/usr.bin/mail/extern.h src/usr.bin/mail/send.c
cvs rdiff -r1.9 -r1.10 src/usr.bin/mail/glob.h
cvs rdiff -r1.49 -r1.50 src/usr.bin/mail/mail.1
cvs rdiff -r1.19 -r1.20 src/usr.bin/mail/support.c
cvs rdiff -r1.17 -r1.18 src/usr.bin/mail/vars.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.