Bug#226954: marked as done (apache: mod_proxy; auth/basic; tomcat4: apache inserts blank line in header)

2005-06-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Jun 2005 14:22:04 +0200
with message-id [EMAIL PROTECTED]
and subject line Sarge is released
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 9 Jan 2004 17:45:35 +
From [EMAIL PROTECTED] Fri Jan 09 11:44:46 2004
Return-path: [EMAIL PROTECTED]
Received: from client80-83-46-147.abo.net2000.ch (shakotay.alphanet.ch) 
[80.83.46.147] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AezD0-0005A8-00; Fri, 09 Jan 2004 10:10:03 -0600
Received: by shakotay.alphanet.ch (Postfix, from userid 103)
id D96143706F4; Fri,  9 Jan 2004 17:10:01 +0100 (CET)
Received: by defian (Postfix, from userid 1000)
id 7BBAC2AD26; Fri,  9 Jan 2004 16:59:53 +0100 (MET)
From: Marc SCHAEFER [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: apache: mod_proxy; auth/basic; tomcat4: apache inserts blank line in 
header
X-Mailer: reportbug 1.50
Date: Fri, 09 Jan 2004 16:59:52 +0100
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 
2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_5 
(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_5
X-Spam-Level: 

Package: apache
Version: 1.3.26-0woody3
Severity: important
Tags: patch

Hi,

if using mod_proxy in Apache and the remote HTTP server returns
a HTTP/1.1 401 (authentification required), but there is nothing
after the 401 after the space, Apache adds a space and thus
makes the additional header lines displayed in your WWW client.

Bad case:
   HTTP/1.1 401 
   Content-Type: text/html;charset=ISO-8859-1
   Connection: close
   Content-Language: en-US
   Date: Fri, 09 Jan 2004 15:19:57 GMT
   Server: Apache Tomcat/4.1 (HTTP/1.1 Connector)
   WWW-Authenticate: Basic realm=Authentication for bla platform.

Good case:
   replace the first line with
  HTTP/1.1 401 blaaa

(you can easily reproduce this by typing by hand through a
nc -l -p 4000)

This was found by using tomcat4.1 with Apache and mod_proxy and
an authentification module.

References: (although this is Apache 2, it applies).
   http://bugzilla.redhat.com/bugzilla/long_list.cgi?buglist=89179

Patch:
   Apparently the fix is already in testing/unstable, this is
   for documentation for people who wants to maintain stable
   packages.

diff -urP apache_1.3.26/src/modules/proxy/proxy_util.c 
apache_1.3.26/apache_1.3.26/src/modules/proxy/proxy_util.c
--- build-tree/apache_1.3.26/src/modules/proxy/proxy_util.c Tue Jun 18 
02:59:59 2002
+++ build-tree/apache_1.3.26/src/modules/proxy/proxy_util.c Mon Feb  3 
18:13:26 2003
@@ -1,7 +1,7 @@
 /* 
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -1607,6 +1607,12 @@
 }
 *backasswards = 0;
 
+/* there need not be a reason phrase in the response,
+* and ap_getline() already deleted trailing whitespace.
+* But RFC2616 requires a SP after the Status-Code. Add one:
+*/
+   if (strlen(buffer)  sizeof(HTTP/1.x 200 )-1)
+ buffer = ap_pstrcat(r-pool, buffer,  , NULL);
 buffer[12] = '\0';
 r-status = atoi(buffer[9]);
 buffer[12] = ' ';


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux defian 2.4.21 #1 Fri Nov 7 18:54:07 MET 2003 i686
Locale: LANG=C, LC_CTYPE=fr_CH

Versions of packages apache depends on:
ii  apache-common 1.3.26-0woody3 Support files for all Apache webse
ii  dpkg  1.9.21 Package maintenance system for Deb
ii  libc6 2.2.5-11.5 GNU C Library: Shared libraries an
ii  libdb22:2.7.7.0-7The Berkeley database routines (ru
ii  libexpat1 1.95.2-6   XML parsing C library - runtime li
ii  logrotate 3.5.9-8Log rotation utility
ii  mime-support  3.18-1.3   MIME files 'mime.types'  'mailcap
ii  perl  5.6.1-8.3  Larry Wall's Practical Extraction 
ii  perl [perl5]  5.6.1-8.3 

Bug#237377: marked as done (apache: Apache parent process dies at reload)

2005-06-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Jun 2005 14:22:04 +0200
with message-id [EMAIL PROTECTED]
and subject line Sarge is released
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 11 Mar 2004 10:51:02 +
From [EMAIL PROTECTED] Thu Mar 11 02:51:02 2004
Return-path: [EMAIL PROTECTED]
Received: from carlsberg.amagerkollegiet.dk [194.182.238.3] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1B1NmI-0002cx-00; Thu, 11 Mar 2004 02:51:02 -0800
Received: from moffe by carlsberg.amagerkollegiet.dk with local (Exim 3.35 #1 
(Debian))
id 1B1NmC-7d-00; Thu, 11 Mar 2004 11:50:56 +0100
From: Rasmus Bøg Hansen [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: apache: Apache parent process dies at reload
X-Mailer: reportbug 1.50
Date: Thu, 11 Mar 2004 11:50:56 +0100
Message-Id: [EMAIL PROTECTED]
X-MailScanner: Found to be clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_08 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
version=2.60-bugs.debian.org_2004_03_08
X-Spam-Level: 

Package: apache
Version: 1.3.26-0woody3
Severity: important
Tags: woody

When reloading apache from logrotate, sometimes the master process exits
and leaves the children running. When that happens, apache still listens
to port 80 but does not answer requests (ie. you connect with eg.
netcat, but the connection just hangs when a GET / is sent, which it
would normally answer to). This happens seldom; once every or every
second month.

I have loaded PHP4 and mod_ssl; no other external modules are configured
nor installed.

A log snippet from this morning:

[Thu Mar 11 07:00:31 2004] [notice] SIGUSR1 received.  Doing graceful restart
accept_mutex_on: Identifier removed
[Thu Mar 11 07:00:36 2004] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux 
PHP/4.1.2 mod_ssl/2.8.9 OpenSSL/0.9.6g configured -
- resuming normal operations
[Thu Mar 11 07:00:36 2004] [notice] suEXEC mechanism enabled (wrapper: 
/usr/lib/apache/suexec)
[Thu Mar 11 07:00:36 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Thu Mar 11 07:00:36 2004] [alert] Child 31317 returned a Fatal error...
Apache is exiting!

No other logs tell anything about where the problem comes from.
Logrotate just runs /etc/init.d/apache reload.

The server is not busy in any way; nor does it serve large files. It
runs a simple web page and some php webmail (IMP2) over ssl; nothing fancy.

Regards
/Rasmus

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux carlsberg 2.4.25 #1 lør feb 21 13:16:30 CET 2004 i586
Locale: LANG=C, LC_CTYPE=da_DK

Versions of packages apache depends on:
ii  apache-common 1.3.26-0woody3 Support files for all Apache webse
ii  dpkg  1.9.21 Package maintenance system for Deb
ii  libc6 2.2.5-11.5 GNU C Library: Shared libraries an
ii  libdb22:2.7.7.0-7The Berkeley database routines (ru
ii  libexpat1 1.95.2-6   XML parsing C library - runtime li
ii  logrotate 3.5.9-8Log rotation utility
ii  mime-support  3.18-1.3   MIME files 'mime.types'  'mailcap
ii  perl  5.6.1-8.6  Larry Wall's Practical Extraction 
ii  perl [perl5]  5.6.1-8.6  Larry Wall's Practical Extraction 


---
Received: (at 237377-done) by bugs.debian.org; 8 Jun 2005 12:22:06 +
From [EMAIL PROTECTED] Wed Jun 08 05:22:06 2005
Return-path: [EMAIL PROTECTED]
Received: from vawad.err.no [129.241.93.49] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DfzZO-HB-00; Wed, 08 Jun 2005 05:22:06 -0700
Received: from tfheen by vawad.err.no with local (Exim 4.34)
id 1DfzZM-000338-Iq; Wed, 08 Jun 2005 14:22:04 +0200
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED]
Subject: Sarge is released
Mail-Copies-To: never
From: Tollef Fog Heen [EMAIL PROTECTED]
Organization: Private
Date: Wed, 08 Jun 2005 14:22:04 +0200
Message-ID: [EMAIL PROTECTED]
User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 

Bug#224783: marked as done (apache, -ssl, -perl will not build with shell other than /bin/bash)

2005-06-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Jun 2005 14:22:04 +0200
with message-id [EMAIL PROTECTED]
and subject line Sarge is released
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 22 Dec 2003 07:32:38 +
From [EMAIL PROTECTED] Mon Dec 22 01:32:37 2003
Return-path: [EMAIL PROTECTED]
Received: from taxyourself.ca [216.194.67.61] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AYJYM-000542-00; Mon, 22 Dec 2003 00:28:30 -0600
Received: by taxyourself.ca (Postfix, from userid 1000)
id 7F7E861F; Mon, 22 Dec 2003 00:28:24 -0600 (CST)
From: Adam Majer [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: apache: Apache need bash to build
X-Mailer: reportbug 1.50
Date: Mon, 22 Dec 2003 00:28:24 -0600
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 
2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 
(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15
X-Spam-Level: 

Package: apache
Version: 1.3.26-0woody3
Severity: important
Tags: woody


Apache needs bash to build. If you have your /bin/sh symlink
pointing at something else, apache will not build.

- Adam


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux bb 2.4.23-grsec #2 Tue Dec 16 14:03:11 CST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages apache depends on:
ii  apache-common 1.3.26-0woody3 Support files for all Apache webse
ii  dpkg  1.9.21 Package maintenance system for Deb
ii  libc6 2.2.5-11.5 GNU C Library: Shared libraries an
ii  libdb22:2.7.7.0-7The Berkeley database routines (ru
ii  libexpat1 1.95.2-6   XML parsing C library - runtime li
ii  logrotate 3.5.9-8Log rotation utility
ii  mime-support  3.18-1.3   MIME files 'mime.types'  'mailcap
ii  perl  5.6.1-8.3  Larry Wall's Practical Extraction 
ii  perl [perl5]  5.6.1-8.3  Larry Wall's Practical Extraction 


---
Received: (at 224783-done) by bugs.debian.org; 8 Jun 2005 12:22:06 +
From [EMAIL PROTECTED] Wed Jun 08 05:22:06 2005
Return-path: [EMAIL PROTECTED]
Received: from vawad.err.no [129.241.93.49] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DfzZO-HB-00; Wed, 08 Jun 2005 05:22:06 -0700
Received: from tfheen by vawad.err.no with local (Exim 4.34)
id 1DfzZM-000338-Iq; Wed, 08 Jun 2005 14:22:04 +0200
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED]
Subject: Sarge is released
Mail-Copies-To: never
From: Tollef Fog Heen [EMAIL PROTECTED]
Organization: Private
Date: Wed, 08 Jun 2005 14:22:04 +0200
Message-ID: [EMAIL PROTECTED]
User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


Closing this bug as sarge is now released and this is a bug which only
affects woody.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#288625: marked as done (apache, logrotate.d file errors when reloads if apache is not running)

2005-06-08 Thread Debian Bug Tracking System
Your message dated Wed, 08 Jun 2005 14:22:04 +0200
with message-id [EMAIL PROTECTED]
and subject line Sarge is released
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 4 Jan 2005 19:00:42 +
From [EMAIL PROTECTED] Tue Jan 04 11:00:42 2005
Return-path: [EMAIL PROTECTED]
Received: from sta.galis.org [66.250.170.210] 
by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
id 1Cltv8-0002t4-00; Tue, 04 Jan 2005 11:00:42 -0800
Received: (qmail 27243 invoked by uid 2000); 4 Jan 2005 19:00:41 -
From: George Georgalis [EMAIL PROTECTED]
Date: Tue, 4 Jan 2005 14:00:41 -0500
To: [EMAIL PROTECTED]
Subject: apache, logrotate.d file errors when reloads if apache is not running
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_01,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: apache
Version: 1.3.26-0woody6

I've long ignored or disabled the results of /etc/logrotate.d/apache
because I use my own logging system. Today on a fairly virgin box
I went to see exactly what the problem is.

Since missingok is in there I was puzzled at what could cause the
problem.  Turns out the postrotate script doesn't check if the installed
apache is running before it reloads it.

This will cause a problem on any box with apache installed but not
running.


--- /root/logrotate.d.apache.orig   Tue Jan  4 13:36:48 2005
+++ /etc/logrotate.d/apache Tue Jan  4 13:55:47 2005
@@ -8,6 +8,6 @@
create 640 root adm
sharedscripts
postrotate
-   /etc/init.d/apache reload  /dev/null
+   [ ! -f /var/run/apache.pid ] || /etc/init.d/apache reload  
/dev/null
endscript
 }




// George

-- 
George Georgalis, systems architect, administrator Linux BSD IXOYE
http://galis.org/george/ cell:646-331-2027 mailto:[EMAIL PROTECTED]

---
Received: (at 288625-done) by bugs.debian.org; 8 Jun 2005 12:22:06 +
From [EMAIL PROTECTED] Wed Jun 08 05:22:06 2005
Return-path: [EMAIL PROTECTED]
Received: from vawad.err.no [129.241.93.49] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DfzZO-HB-00; Wed, 08 Jun 2005 05:22:06 -0700
Received: from tfheen by vawad.err.no with local (Exim 4.34)
id 1DfzZM-000338-Iq; Wed, 08 Jun 2005 14:22:04 +0200
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED]
Subject: Sarge is released
Mail-Copies-To: never
From: Tollef Fog Heen [EMAIL PROTECTED]
Organization: Private
Date: Wed, 08 Jun 2005 14:22:04 +0200
Message-ID: [EMAIL PROTECTED]
User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 5


Closing this bug as sarge is now released and this is a bug which only
affects woody.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Apache2 mod_filter

2005-06-08 Thread Mateusz Kaduk
Hi,

Will be there a package for mod_filter for apache2 ??

Thanks in advance,

-- 
Mateusz Kaduk
Jid: [EMAIL PROTECTED] ; GPG public key at: pgp.mit.edu


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: than ten times

2005-06-08 Thread Jim Herron
Notice ALERT:

This is your Second Notification, there now are two potential deals for your 
review. 

Please note that past credit history is a non-issue as long as you respond in a 
timely fashion. 

Verify your information with our secure form to ensure our records are accurate.

http://www.fundingtalk.com/index.php?refid=windsor


We look forward to helping you secure your future. 

--Jim Herron
Financial Analyst - LRA Inc.

Did this reach you in error? please let us know so you won't recieve again:
http://www.fundingtalk.com/r.php





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Apache2 mod_filter

2005-06-08 Thread Pawel Wiecek
On Jun 8,  2:14pm, Mateusz Kaduk wrote:
 Will be there a package for mod_filter for apache2 ??

If the upstream decides to port it to Apache 2, yes.

Pawel

-- 
 (___)  | Pawel Wiecek - Coven / Svart - |
 o o  |  http://www.coven.vmh.net/[EMAIL PROTECTED]GSM: 
+48603240006 |
 \ ^ /  | GPG/PGP info in message headers  *  [ Debian GNU/Linux developer ] |
  ()   |*  *   You're never alone with schizophrenia.   *  *|


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



problems removing libapache-mod-perl

2005-06-08 Thread Jacob Bresciani
not sure where to go from here

dpkg -i libapache-mod-perl_1.29.0.3-6_amd64.deb
Selecting previously deselected package libapache-mod-perl.
(Reading database ... 29570 files and directories currently installed.)
Preparing to replace libapache-mod-perl 1.29.0.3-6 (using
libapache-mod-perl_1.29.0.3-6_amd64.deb) ...
Unpacking replacement libapache-mod-perl ...
Setting up libapache-mod-perl (1.29.0.3-6) ...
Error: java.so does not have a corresponding .info file.
The above errors might cause apache to not work properly or start
Please refer to the documentation on how to fix it or report it to
Debian Apache Mailing List debian-apache@lists.debian.org if in doubt
on how to proceed
dpkg: error processing libapache-mod-perl (--install):
 subprocess post-installation script returned error exit status 20
Errors were encountered while processing:
 libapache-mod-perl


libapache-mod-perl_1.29.0.3-6_amd64.deb was downloaded by apt-get which
failed with the same error.

Can some one point me in the right direction on how to fix this one?

I'm not on the list so please CC me in all replies.

This is on a debian amd64 machine. I need this package either fully
installed or fully removed, either way would make me happy.
-- 
Jacob Bresciani
Etraffic Solutions
Systems / Network Administrator
BUS (250) 658-8238 ex 39
FAX (250) 658-5936

Passwords are like bubble gum, strongest when fresh, should never be
used by groups and create a sticky mess when left laying around

-anon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Quality software for less.

2005-06-08 Thread Marian

All software - duty-free prices
http://qmgrwp.d2hsycv6andksev.scroungerbe.com




Be content with your lot; one cannot be first in everything.  
Supreme excellence consists in breaking the enemy's resistance without fighting.   




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Buy Cheap PC Software from Special Reserve.

2005-06-08 Thread Patrick

Any software just for 15$ - 99$
http://cbggo.3api623e0v3s0m3.wigletnk.com




The Greeks invented logic but were not fooled by it.   
To love someone is to identify with them. 




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]