As you can see from the email attached, this mail got flagged simply because 
of 'received via relay' and 'confirmed spam source'
I received the mail from a mailing list. I do *not* want to add the mailing 
list address to my whitelist as this mail would have been fine before 
upgrading to 2.11

-- 
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
Admin: Linux StepByStep - http://www.linux-sxs.org
        and http://jobs.linux-sxs.org

panic("Aarggh: attempting to free lock with active wait queue - shoot Andy");
        2.0.38 /usr/src/linux/fs/locks.c
--- Begin Message ---
SPAM: -------------------- Start SpamAssassin results ----------------------
SPAM: This mail is probably spam.  The original message has been altered
SPAM: so you can recognise or block similar unwanted mail in future.
SPAM: See http://spamassassin.org/tag/ for more details.
SPAM: 
SPAM: Content analysis details:   (5 hits, 5 required)
SPAM: Hit! (2.0 points)  Received via a relay in relays.osirusoft.com
SPAM:                    [RBL check: found 220.224.20.195.relays.osirusoft.com., type: 
127.0.0.4]
SPAM: Hit! (3.0 points)  DNSBL: sender is Confirmed Spam Source
SPAM: 
SPAM: -------------------- End of SpamAssassin results ---------------------

Hi!

I have installed lfs for a few times, and its realy amazing to extract every 
package before compiling and installing them. I think some of the lfs book 
reader (as me) are looking forward to have a command to extract all the lfs 
packages before starting chapter 5.

I wrote this bash script:
(you have to stay in the dircetory where the lfs packages are stored)


#!/bin/bash

#extract all *.tar.bz2 files && delete them
for filename in ./*.tar.bz2
        do
        bzcat $filename | tar xv && rm $filename
done

#extract the last files, like *.patch.bz2 and MAKEDEV*.bz2
for filename in ./*.bz2
        do
        bunzip2 $filename && rm $filename
done
#--------------end


"&& rm $filename" could be left out, but then the next loop to extract the 
one file bz2 packages must be corrected.


greets from germany
Thomas
-- 
Unsubscribe: send email to [EMAIL PROTECTED]
and put 'unsubscribe lfs-dev' in the subject header of the message
--- End Message ---

Reply via email to