[lug] Seeking BASE64 Encoder

Rob Riggs rob at pangalactic.org
Sat Feb 12 01:04:23 MST 2005


Sean Reifschneider wrote:

>On Fri, Feb 11, 2005 at 04:27:01PM -0700, Bill Thoen wrote:
>  
>
>>Is there something simple that comes with RH9 that I can use to do this 
>>and have it run like a filter in a bash script? 
>>    
>>
>
>for rcpt in `cat recipientlist`
>do
>   cat messagebody |
>   mutt -a Attachment1 -a Attachment2 -s "Those Attachments I promised" $rcpt
>done
>
>Sean
>  
>
Or if you are as lazy a typist as I am:

mutt -a file1 -a file2 -s "Some files for you" `cat recipientlist` < message

-Rob



More information about the LUG mailing list