
January 19th, 2005, 06:56 AM
|
 |
Contributing User
|
|
Join Date: May 2001
Location: Japan
Posts: 251
Time spent in forums: 2 h 52 m 54 sec
Reputation Power: 8
|
|
|
easy alias file question
I guess this should be easy :-)
Suppose I want to pass a mail to a script like this:
bill: "|/usr/local/upload.pl bill"
what would I do if all mails(of a certain domain) should be passed to upload.pl
(*): "|/usr/local/upload.pl $1"
or something similar. What would the correct syntax be?
Last edited by macgruder : January 19th, 2005 at 07:01 AM.
|