Re: X-Header

2002-04-24 Thread Sven Guckes

* Nik Engel <[EMAIL PROTECTED]> [2002-04-22 15:57]:
> How can i set X-Headers of this type : 

it's just as easy as this:


hope this helps

Sven



Re: X-Header

2002-04-22 Thread Rob 'Feztaa' Park

Alas! Shawn McMahon spake thus:
> begin  Mike Schiraldi quotation:
> > > giving me the following result: 
> > > X-Uptime: 
> > > 18:09:29 up 32 days,  5:40,  5 users,  load average: 0.00, 0.00, 0.08
> 
> Of course, it's a very silly flag to use, since it's so easy to fake.

Who ever heard of such a thing! ;)

-- 
Rob 'Feztaa' Park
[EMAIL PROTECTED]
--
Even a blind pig stumbles upon a few acorns.



msg27542/pgp0.pgp
Description: PGP signature


Re: X-Header

2002-04-22 Thread Joakim Andersson

On Mon, Apr 22, 2002 at 12:45:48PM -0400, Shawn McMahon wrote:
> Of course, it's a very silly flag to use, since it's so easy to fake.

X-Uptime: 12:43pm up 1056 days,  3:28, 700 users,  
load average: 0.05, 0.06, 0.07

Quite a machine you have there ;)

-- 
Joakim Andersson ; [EMAIL PROTECTED] ; http://borgship.net/~tyrak/



Re: X-Header

2002-04-22 Thread Shawn McMahon

begin  Mike Schiraldi quotation:
> > giving me the following result: 
> > X-Uptime: 
> > 18:09:29 up 32 days,  5:40,  5 users,  load average: 0.00, 0.00, 0.08

Of course, it's a very silly flag to use, since it's so easy to fake.


-- 
Shawn McMahon| McMahon's Laws of Linux support:
http://www.eiv.com   | 1) There's more than one way to do it
AIM: spmcmahonfedex, smcmahoneiv | 2) Somebody thinks your way is wrong



msg27530/pgp0.pgp
Description: PGP signature


Re: X-Header

2002-04-22 Thread Nik Engel

On Mon, 22 Apr 2002, Nik Engel wrote:

> > Hi ! 
> > How can i set X-Headers of this type : 
> Sorry too quick -> 
> X-fortune or X-uptime etc  ? 
giving me the following result: 
X-Uptime: 
18:09:29 up 32 days,  5:40,  5 users,  load average: 0.00, 0.00, 0.08



Re: X-Header

2002-04-22 Thread Mike Schiraldi

> giving me the following result: 
> X-Uptime: 
> 18:09:29 up 32 days,  5:40,  5 users,  load average: 0.00, 0.00, 0.08

This is what the backtick operator is for. For example, if you say:

my_hdr X-Issue: `cat /etc/issue | head -1`

It executes the command in the backticks, and substitutes its output at that
position, giving you something like:

X-Issue: Red Hat Linux release 7.2 (Enigma)


-- 
Mike Schiraldi
VeriSign Applied Research



msg27526/pgp0.pgp
Description: PGP signature


Re: X-Header

2002-04-22 Thread Shawn McMahon

begin  Nik Engel quotation:
> Hi ! 
> How can i set X-Headers of this type : 

To set X-Headers of any type, use the my_hdr command, which you will
find in the muttrc man page.

Blank X-Headers (which is what you requested) would be a standard case
of that.  Not sure why you want to set blank X-Headers, though.  :-)


-- 
Shawn McMahon| McMahon's Laws of Linux support:
http://www.eiv.com   | 1) There's more than one way to do it
AIM: spmcmahonfedex, smcmahoneiv | 2) Somebody thinks your way is wrong



msg27525/pgp0.pgp
Description: PGP signature


Re: X-Header

2002-04-22 Thread Nik Engel

> Hi ! 
> How can i set X-Headers of this type : 
Sorry too quick -> 
X-fortune or X-uptime etc  ? 


NE