How can I send a smbclient -M to many recipients or isn't it possible? Arnar
for $Recipient in `cat RecipientsListFile`; do cat MessageFile | smbclient -M $Recipient; done> -----Original Message----- > From: Arnar Gestsson [SMTP:arnar@stefja.is] > Sent: Wednesday, February 09, 2000 1:07 PM > To: Multiple recipients of list SAMBA > Subject: smbclient -M to multiple recipients > > How can I send a smbclient -M to many recipients or isn't it possible? > > Arnar