From 48b742a1a4b0e6bfdf094a3ed53bf309c414296a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 13 May 2002 11:08:37 +0000 Subject: Correct mailforwarding in adduser.local. --- adduser.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'adduser.local') diff --git a/adduser.local b/adduser.local index 3bf6141..3979f7e 100755 --- a/adduser.local +++ b/adduser.local @@ -3,7 +3,7 @@ # /usr/local/sbin/adduser.local # Copyright 2001-2002 Jonas Smedegaard # -# $Id: adduser.local,v 1.8 2002-03-30 02:54:53 jonas Exp $ +# $Id: adduser.local,v 1.9 2002-05-13 11:08:37 jonas Exp $ # # Common adduser additions for Spiff and Xenux networks # @@ -38,7 +38,7 @@ if [ -x /usr/local/sbin/userforward ]; then read mail_address case $mail_address in ?*@?*.*) - /usr/local/sbin/userforward $NEWUSERNAME $mailforward + /usr/local/sbin/userforward $NEWUSERNAME $mail_address ;; ?*) echo "That wasn't a proper email address - skipping..." -- cgit v1.2.3