Re: How to filter this list?

1999-10-01 Thread Stefan Blum
 *- On 30 Sep, Stefan Blum wrote about How to filter this list?
  Hi,
  
  how can I filter the incoming stuff from this list by using ''elm''?
  My $HOME/.elm/filter-rules contains the following entries:
  
  ...
  
  if (from = debian-user@lists.debian.org) then save 
  /home/meru/blum/Mail/linux
  if (sender = debian-user@lists.debian.org) then save 
  /home/meru/blum/Mail/linux
  
  ...
  
  Because some of the mails to the lists are sent by using ``CC'', the
  mechanism does not work correctly. 
  
  Is there a way out? I _have_to_ use elm and filter ;-(
  
 
 When I was using elm's filter I used
 
 if (to contains debian) then save ...
 
Thanks.. that seems to work!

 The 'to' should catch the To and Cc lines. Just curious, why do you
 _have_to_ to use filter? 

I am not a system admin. The only way (that I know) to configure elm-filter 
remains in $HOME/.elm/filter-rules :(

Regards,
  Stefan





 
 -- 
 Brian 
 -
 Mechanical Engineering  [EMAIL PROTECTED]
 Purdue University   http://www.ecn.purdue.edu/~servis
 -
 
 


How to filter this list?

1999-09-30 Thread Stefan Blum
Hi,

how can I filter the incoming stuff from this list by using ''elm''?
My $HOME/.elm/filter-rules contains the following entries:

...

if (from = debian-user@lists.debian.org) then save 
/home/meru/blum/Mail/linux
if (sender = debian-user@lists.debian.org) then save 
/home/meru/blum/Mail/linux

...

Because some of the mails to the lists are sent by using ``CC'', the
mechanism does not work correctly. 

Is there a way out? I _have_to_ use elm and filter ;-(

TIA,
  Stefan





Re: Kernel Version problems!

1999-07-12 Thread Stefan Blum
Rehi,

I think there are two possibilities:

*) Recompiling the kernel with NO_MODVERSIONS (or so),

*) Recompiling the module

I would prefer the second way ;)

Regards,
  Stefan

 Hello,
I am trying to build a module.The compilation works fine,but
 while loading the module I get the message the kernel versionis 2.2.10
 but the module was compiled on 2.2.5. Itried compiling with
 -I/usr/src/kernel-headers-2.2.10/.. etc without any useful output. At
 last I found out the culprit.The libc-dev package installs the
 /usr/include/linux directory which contains a version.h file.It has a line
 saying #define UTS_VERSION 2.2.5.I think this line is causing the problem.
 But the same file in the kernel-headers-2.2.10 is written correctly.I can
 always load the module using insmod -f.But how to solve this problem? Does
 this mean a libc6-dev exists for every new kernel release? 
   
 
 Ramakrishnan M
 World Wide Web: http://www.ee.iitm.ernet.in/~ee98m09
 --
 A designer knows he has achieved perfection not when there is nothing
  left to add, but when there is nothing left to take away.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Howto to retrieve potato recursively?

1999-07-08 Thread Stefan Blum
Hi,

I want to download the whole debian/dist/potato-tree via ftp. 
How can I do that? E.g., if a wanted to do the same thing from our
ftp-server, I would simply type ``get debian/dist/potato.tar.gz''. 
Our ftp-Server is configurated with this nice feature.

Are there any other possibilities?

Thanks,
  Stefan