-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 10 February 2004 18:34, you wrote:
> Hello,
>
> Don't know about mutt or pine but made a shell script for mail.
>
> ----START----
> #!/bin/bash
> echo Please enter the name of the attachment
> read filename
> echo Please enter the name of the file containing your message
> read message
> echo Please enter the email address of the reciever
> read mailto
> echo Please enter the subject
> read subject
> uuencode $filename "$filename".uue > "$filename".uue
                     ^^^^^^^^^^^^^^^
Woops! That should be $filename

> cat $message $filename\.uue | mail $mailto -s "$subject"
> ----END----
>
> Your message has to be in a file.
>
> The attachment has to be decoded manually (by uudecode) AFAIK.
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQFAKNmX9mAtgws7e1wRAm3HAJ9mJ8ABqu0SWFwiAngrxlrwah0jkQCfeHnX
8QrylYVoi58vV9YECCWXY9s=
=S59/
-----END PGP SIGNATURE-----

_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to