From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <66fd4051180d77a5ee501d386a48a255@mteege.de> From: Matthias Teege To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] upas/list problem Date: Wed, 21 Apr 2004 16:36:41 +0000 Topicbox-Message-UUID: 66f2b14c-eacd-11e9-9e20-41e7f4b1d025 Moin, I playing with upas/list and try to check a mailaddress against a patternfile. I do the following echo matthias@mteege.de > adr echo =matthias@mteege.de > pat Then I create a small script #!/bin/rc if( /bin/upas/list check pat adr ) { echo Welcome } But I don't get the "Welcome" message. What do I missing? Matthias