QillerDaemon wrote: > > Brian Coyle wrote: > > > -- > > Linux hank 2.0.35 #10 Sun Jan 31 23:29:23 EST 1999 i586 unknown > > 10:00pm up 73 days, 4:11, 1 user, load average: 0.00, 0.06, 0.22 > > Brian: how the hell are you getting this into your sig, especially when > I see you're running this: > > > X-Mailer: Mozilla 4.05 [en] (Win95; I) > ^^^^^ > > Max. Ahh, ancient Chinese secret..... Actually hank is my Samba/pppd/ipmasq server. I have all the PC's in the house sharing the modem on this box. With Samba, it is very easy to setup Netscape to share configurations across all the household clients (both Windoze and Linux). Anyway the secret is this: 1) configure your .sig for all NS clients to exist on the server. (Actually I setup all NS files to live on the server). 2) create a script to write out the .sig file like this- $ cat set_uptime_sig echo `uname -a` > /home/brian/netscape/users/brianc/sig.txt echo `uptime` >> /home/brian/netscape/users/brianc/sig.txt 3) run the script via cron a few times an hour like this- $ crontab -l 0,15,30,45 * * * * cd /home/brian;./set_uptime_sig The result is below regardless of what my mail headers read :) -- Linux hank 2.0.35 #10 Sun Jan 31 23:29:23 EST 1999 i586 unknown 10:00pm up 79 days, 4:11, 1 user, load average: 0.00, 0.03, 0.04