[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sheflug] [Fwd: [uklinux-status] Server Moves]



>From UKLinux:

<snip>
There will be about an hour of webserver downtime this afternoon as we
are 
moving the servers to a new hosting location.

Will try to make it as quick as possible.

Lance

-- 

uklinux.net - The ISP of choice for the discerning Linux user. 
</snip>

List and Phorum will most likely disappear temporarily.

-- 
Craig Andrews <craig [at] sheflug.org.uk>

___________________________________________________________________

Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html

  GNU the choice of a complete generation.

#!/usr/bin/perl -w
# Strip all line of this form from html messages
# From: "French, Alastair" <Alastair.French [at] racalinst.co.uk>
 
while (<>){
        $_=~s/(^.*:.*[ <])(\w.*)(@.*)/$1nospam$3/;
        print unless /^Delivered-To:/i ;
}