On Tue, Jan 25, 2000 at 07:20:08PM +0700, Ribbo wrote:
> does anybody knows how to put fortune as email signature automaticaly.
> i use mutt with vim
>
  Create a file named .signature in your home directory. It would be put 
automatically at the end of your mails.

  If you want your sig to change from time to time, put this script to your
crontab:
--------------------
#!/bin/bash
echo "-- " > ~/.signature.new
echo "  yoursig@yourdomain" >> ~/.signature.new
/usr/games/fortune -s >> ~/.signature.new
mv ~/.signature.new ~/.signature
----------------------

         Regards,

                   DindinX

-- 
  [EMAIL PROTECTED]

Reply via email to